Home
last modified time | relevance | path

Searched defs:outObject (Results 1 – 6 of 6) sorted by relevance

/third_party/lzma/CPP/7zip/Compress/
DCodecExports.cpp127 static HRESULT CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **outObject) in CreateCoder2()
154 STDAPI CreateDecoder(UInt32 index, const GUID *iid, void **outObject) in CreateDecoder()
161 STDAPI CreateEncoder(UInt32 index, const GUID *iid, void **outObject) in CreateEncoder()
168 STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject) in CreateCoder()
294 STDAPI CreateHasher(const GUID *clsid, IHasher **outObject) in CreateHasher()
297 *outObject = NULL; in CreateHasher() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkObject.hpp43 …st VkAllocationCallbacks *pAllocator, const CreateInfo *pCreateInfo, VkT *outObject, ExtendedInfo.… in Create()
90 …st VkAllocationCallbacks *pAllocator, const CreateInfo *pCreateInfo, VkT *outObject, ExtendedInfo.… in Create()
145 …st VkAllocationCallbacks *pAllocator, const CreateInfo *pCreateInfo, VkT *outObject, ExtendedInfo.… in Create()
/third_party/skia/third_party/externals/angle2/util/
Dcom_utils.h15 outType *outObject = nullptr; in DynamicCastComObject() local
/third_party/lzma/CPP/7zip/Archive/
DDllExports2.cpp94 STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) in CreateObject()
DArchiveExports.cpp64 STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject) in CreateArchiver()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h178 outType *outObject = nullptr; in DynamicCastComObject() local
195 angle::ComPtr<outType> outObject; in DynamicCastComObjectToComPtr() local