代码搜索:MyString

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

代码结果 1,391
www.eeworm.com/read/419645/2075323

h stringutils.h

// StringUtils.h #ifndef __STRINGUTILS_H #define __STRINGUTILS_H #include "Common/MyString.h" void SplitStringToTwoStrings(const UString &src, UString &dest1, UString &dest2); void SplitS
www.eeworm.com/read/386035/2576778

cpp setproperties.cpp

// SetProperties.cpp #include "StdAfx.h" #include "SetProperties.h" #include "Windows/PropVariant.h" #include "Common/MyString.h" #include "Common/StringToInt.h" #include "Common/MyCom.h"
www.eeworm.com/read/377159/2705205

cpp setproperties.cpp

// SetProperties.cpp #include "StdAfx.h" #include "SetProperties.h" #include "Windows/PropVariant.h" #include "Common/MyString.h" #include "Common/StringToInt.h" #include "Common/MyCom.h"
www.eeworm.com/read/480367/1318423

h hfsin.h

// HfsIn.h #ifndef __ARCHIVE_HFS_IN_H #define __ARCHIVE_HFS_IN_H #include "Common/MyString.h" #include "Common/Buffer.h" namespace NArchive { namespace NHfs { struct CExtent { UInt3
www.eeworm.com/read/480367/1318567

h splithandler.h

// Split/Handler.h #ifndef __SPLIT_HANDLER_H #define __SPLIT_HANDLER_H #include "Common/MyCom.h" #include "Common/MyString.h" #include "../IArchive.h" namespace NArchive { namespace NSpli
www.eeworm.com/read/480367/1318657

h agentproxy.h

// AgentProxy.h #ifndef __AGENT_PROXY_H #define __AGENT_PROXY_H #include "Common/MyString.h" #include "../../Archive/IArchive.h" class CProxyFile { public: UInt32 Index; UString N
www.eeworm.com/read/480367/1318813

h archiveopencallback.h

// ArchiveOpenCallback.h #ifndef __ARCHIVE_OPEN_CALLBACK_H #define __ARCHIVE_OPEN_CALLBACK_H #include "Common/MyString.h" #include "Common/MyCom.h" #include "Windows/FileFind.h" #ifndef _N
www.eeworm.com/read/464631/1526277

cpp methodid.cpp

// MethodId.cpp #include "StdAfx.h" #include "MethodId.h" #include "../../Common/MyString.h" static inline wchar_t GetHex(Byte value) { return (wchar_t)((value < 10) ? ('0' + value) : ('
www.eeworm.com/read/464631/1526291

h hfsin.h

// HfsIn.h #ifndef __ARCHIVE_HFS_IN_H #define __ARCHIVE_HFS_IN_H #include "Common/MyString.h" #include "Common/Buffer.h" namespace NArchive { namespace NHfs { struct CExtent { UInt3
www.eeworm.com/read/464631/1526446

h splithandler.h

// Split/Handler.h #ifndef __SPLIT_HANDLER_H #define __SPLIT_HANDLER_H #include "Common/MyCom.h" #include "Common/MyString.h" #include "../IArchive.h" namespace NArchive { namespace NSpli