OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pKeyList
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/src/javascript/
global.cpp
326
v8::Local<v8::Array>
pKeyList
= FXJS_GetObjectElementNames(isolate, pObj);
327
int nObjElements =
pKeyList
->Length();
330
FXJS_ToString(isolate, FXJS_GetArrayElement(isolate,
pKeyList
, i));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h
197
virtual HRESULT WINAPI GetScope(ULONG uIndex,ULONG *puClassNameBufSize,LPWSTR pszClass,IWbemPathKeyList **
pKeyList
) = 0;
230
HRESULT (WINAPI *GetScope)(IWbemPath *This,ULONG uIndex,ULONG *puClassNameBufSize,LPWSTR pszClass,IWbemPathKeyList **
pKeyList
);
265
#define IWbemPath_GetScope(This,uIndex,puClassNameBufSize,pszClass,
pKeyList
) (This)->lpVtbl->GetScope(This,uIndex,puClassNameBufSize,pszClass,
pKeyList
)
306
HRESULT WINAPI IWbemPath_GetScope_Proxy(IWbemPath *This,ULONG uIndex,ULONG *puClassNameBufSize,LPWSTR pszClass,IWbemPathKeyList **
pKeyList
);
[
all
...]
Completed in 1658 milliseconds