代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/464631/1526334
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/464631/1526694
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/464631/1526788
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/464631/1526864
h extractcallback.h
// ExtractCallback.h
#ifndef __EXTRACTCALLBACK_H
#define __EXTRACTCALLBACK_H
#include "../Agent/IFolderArchive.h"
#include "Common/MyString.h"
#include "../Common/ArchiveOpenCallback.h"
#i
www.eeworm.com/read/462270/1546782
lnp yy.lnp
"Os_cpu_c.obj",
"Ucos_ii.obj",
"Os_cpu_a.obj",
"mystring.obj",
"word.obj",
"yyshell.obj",
"yyshellsub.obj"
TO "yy"
IXREF
www.eeworm.com/read/233448/4676545
m const-str-4.m
/* Ensure that the preprocessor handles ObjC string constants gracefully. */
/* Author: Ziemowit Laski */
/* { dg-options "-fnext-runtime -fconstant-string-class=MyString -lobjc" }
www.eeworm.com/read/181187/5278441
cpp templatelarger.cpp
#include
#include "myString.h"
using namespace std;
template
Type larger(Type x, Type y);
int main()
{
cout