OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewPrefix
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
OptParserEmitter.cpp
127
unsigned
NewPrefix
= CurPrefix + 1;
129
Twine(
NewPrefix
)).str())).second)
130
CurPrefix =
NewPrefix
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits2_0.h
82
virtual HRESULT WINAPI ReplaceRemotePrefix(LPCWSTR OldPrefix,LPCWSTR
NewPrefix
) = 0;
133
HRESULT (WINAPI *ReplaceRemotePrefix)(IBackgroundCopyJob3 *This,LPCWSTR OldPrefix,LPCWSTR
NewPrefix
);
186
#define IBackgroundCopyJob3_ReplaceRemotePrefix(This,OldPrefix,
NewPrefix
) (This)->lpVtbl -> ReplaceRemotePrefix(This,OldPrefix,
NewPrefix
)
192
HRESULT WINAPI IBackgroundCopyJob3_ReplaceRemotePrefix_Proxy(IBackgroundCopyJob3 *This,LPCWSTR OldPrefix,LPCWSTR
NewPrefix
);
Completed in 81 milliseconds