Home
last modified time | relevance | path

Searched defs:ComPtr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
Dclient.h82 template<class U> ComPtr(U *other) throw() : ptr_(other) { in ComPtr() function
91 ComPtr(const ComPtr<U> &other) throw() : ptr_(other.Get()) { in ComPtr() function
101 ComPtr(ComPtr<U>&& other) throw() : ptr_(other.Detach()) {} in ComPtr() function
/aosp_15_r20/external/cronet/base/functional/
H A Dbind_internal.h66 class ComPtr; variable