代码搜索:MyString

找到约 1,391 项符合「MyString」的源代码

代码结果 1,391
www.eeworm.com/read/377159/2705185

h propidutils.h

// PropIDUtils.h #ifndef __PROPIDUTILS_H #define __PROPIDUTILS_H #include "Common/MyString.h" UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true)
www.eeworm.com/read/377159/2705192

h archivename.h

// ArchiveName.h #ifndef __ARCHIVENAME_H #define __ARCHIVENAME_H #include "Common/MyString.h" UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName); #endif
www.eeworm.com/read/359048/2980619

java mytest.java

class MyTest { /*public native int getline(StringBuffer s, int len);*/ // members int myInt = 1; double myDbl = 1.1; float myFlt; String myString; /* constructor */ public MyTest(){ System.
www.eeworm.com/read/106588/15633609

h util.h

// Util.h //----------------------------------------------------------------------------- #ifndef Util_h #define Util_h #include "MyString.h" #include "sha1.h" #include "PwsPlatform.h" #define SaltL
www.eeworm.com/read/106588/15633708

h mystringtest.h

// MyStringTest.h: Use the test class #include "test.h" #include "MyString.h" #include class CMyStringTest : public Test { public: CMyStringTest() { } void run() {
www.eeworm.com/read/149074/12405220

asp luntansave.asp

www.eeworm.com/read/480367/1318459

h handlerout.h

// HandlerOut.h #ifndef __HANDLER_OUT_H #define __HANDLER_OUT_H #include "../../../Common/MyString.h" #include "../../Common/MethodProps.h" namespace NArchive { struct COneMethodInfo {
www.eeworm.com/read/480367/1318784

h compresscall.h

// CompressCall.h #ifndef __COMPRESSCALL_H #define __COMPRESSCALL_H #include "Common/MyString.h" #include "Windows/Synchronization.h" HRESULT MyCreateProcess(const UString ¶ms, LPCW
www.eeworm.com/read/480367/1318878

h textpairs.h

// Common/TextPairs.h #ifndef __COMMON_TEXTPAIRS_H #define __COMMON_TEXTPAIRS_H #include "Common/MyString.h" struct CTextPair { UString ID; UString Value; }; class CPairsStorage
www.eeworm.com/read/480367/1318954

h extractcallback.h

// ExtractCallback.h #ifndef __EXTRACTCALLBACK_H #define __EXTRACTCALLBACK_H #include "../Agent/IFolderArchive.h" #include "Common/MyString.h" #include "../Common/ArchiveOpenCallback.h" #i