OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetErrorCount
(Results
1 - 4
of
4
) sorted by null
/external/stressapptest/src/
worker.h
257
int64
GetErrorCount
() {return errorcount_;}
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h
139
HRESULT (WINAPI *
GetErrorCount
)(IBackgroundCopyJob2 *This,ULONG *Errors);
188
#define IBackgroundCopyJob2_GetErrorCount(This,Errors) (This)->lpVtbl->
GetErrorCount
(This,Errors)
bits2_0.h
121
HRESULT (WINAPI *
GetErrorCount
)(IBackgroundCopyJob3 *This,ULONG *Errors);
174
#define IBackgroundCopyJob3_GetErrorCount(This,Errors) (This)->lpVtbl ->
GetErrorCount
(This,Errors)
bits.h
325
virtual HRESULT WINAPI
GetErrorCount
(ULONG *Errors) = 0;
364
HRESULT (WINAPI *
GetErrorCount
)(IBackgroundCopyJob *This,ULONG *Errors);
405
#define IBackgroundCopyJob_GetErrorCount(This,Errors) (This)->lpVtbl->
GetErrorCount
(This,Errors)
[
all
...]
Completed in 1102 milliseconds