代码搜索:MyString

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

代码结果 1,391
www.eeworm.com/read/386035/2576788

h tempfiles.h

// TempFiles.h #ifndef __TEMPFILES_H #define __TEMPFILES_H #include "Common/MyString.h" class CTempFiles { void Clear(); public: UStringVector Paths; ~CTempFiles() { Clear(); } }
www.eeworm.com/read/377159/2705119

h itemnameutils.h

// Archive/Common/ItemNameUtils.h #ifndef __ARCHIVE_ITEMNAMEUTILS_H #define __ARCHIVE_ITEMNAMEUTILS_H #include "../../../Common/MyString.h" namespace NArchive { namespace NItemName { U
www.eeworm.com/read/377159/2705215

h tempfiles.h

// TempFiles.h #ifndef __TEMPFILES_H #define __TEMPFILES_H #include "Common/MyString.h" class CTempFiles { void Clear(); public: UStringVector Paths; ~CTempFiles() { Clear(); } }
www.eeworm.com/read/395710/8158019

inc toword.inc

www.eeworm.com/read/170680/9793884

inc toword.inc

www.eeworm.com/read/111253/15516083

inc toword.inc

www.eeworm.com/read/123117/6062834

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/480367/1318707

h updatecallbackconsole.h

// UpdateCallbackConsole.h #ifndef __UPDATECALLBACKCONSOLE_H #define __UPDATECALLBACKCONSOLE_H #include "Common/MyString.h" #include "Common/StdOutStream.h" #include "PercentPrinter.h" #incl
www.eeworm.com/read/480367/1318771

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/480367/1318779

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