Searched defs:SetParam (Results 1 - 5 of 5) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | callobj.h | 137 virtual HRESULT WINAPI SetParam(ULONG iparam,VARIANT *pvar) = 0; 163 HRESULT (WINAPI *SetParam)(ICallFrame *This,ULONG iparam,VARIANT *pvar); member in struct:ICallFrameVtbl 191 #define ICallFrame_SetParam(This,iparam,pvar) (This)->lpVtbl->SetParam(This,iparam,pvar)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | callobj.h | 137 virtual HRESULT WINAPI SetParam(ULONG iparam,VARIANT *pvar) = 0; 163 HRESULT (WINAPI *SetParam)(ICallFrame *This,ULONG iparam,VARIANT *pvar); member in struct:ICallFrameVtbl 191 #define ICallFrame_SetParam(This,iparam,pvar) (This)->lpVtbl->SetParam(This,iparam,pvar)
|
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/ |
H A D | gtest.h | 1789 static void SetParam(const ParamType* parameter) { function in class:testing::WithParamInterface
|
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/ |
H A D | gtest.h | 1789 static void SetParam(const ParamType* parameter) { function in class:testing::WithParamInterface
|
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/ |
H A D | gtest.h | 1789 static void SetParam(const ParamType* parameter) { function in class:testing::WithParamInterface
|
Completed in 618 milliseconds