Home
last modified time | relevance | path

Searched refs:GetWrapperStruct (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/
Dcpptoc_ref_counted.h44 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in Unwrap()
65 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in Get()
120 static WrapperStruct* GetWrapperStruct(StructName* s) { in GetWrapperStruct() function
148 GetWrapperStruct(reinterpret_cast<StructName*>(base)); in struct_add_ref()
161 GetWrapperStruct(reinterpret_cast<StructName*>(base)); in struct_release()
174 GetWrapperStruct(reinterpret_cast<StructName*>(base)); in struct_has_one_ref()
188 GetWrapperStruct(reinterpret_cast<StructName*>(base)); in struct_has_at_least_one_ref()
Dcpptoc_scoped.h86 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in UnwrapOwn()
120 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in UnwrapRaw()
135 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in GetWrapper()
146 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in Get()
190 static WrapperStruct* GetWrapperStruct(StructName* s) { in GetWrapperStruct() function
211 GetWrapperStruct(reinterpret_cast<StructName*>(base)); in struct_del()
/third_party/cef/libcef_dll/ctocpp/
Dctocpp_scoped.h76 WrapperStruct* wrapperStruct = GetWrapperStruct(this); in GetStruct()
87 static WrapperStruct* GetWrapperStruct(const BaseName* obj);
127 WrapperStruct* wrapperStruct = GetWrapperStruct(c.get());
156 WrapperStruct* wrapperStruct = GetWrapperStruct(c);
171 WrapperStruct* wrapperStruct = GetWrapperStruct(static_cast<BaseName*>(ptr));
191 CefCToCppScoped<ClassName, BaseName, StructName>::GetWrapperStruct(
Dctocpp_ref_counted.h45 WrapperStruct* wrapperStruct = GetWrapperStruct(this); in GetStruct()
56 static WrapperStruct* GetWrapperStruct(const BaseName* obj);
137 WrapperStruct* wrapperStruct = GetWrapperStruct(c.get());
155 WrapperStruct* wrapperStruct = GetWrapperStruct(this);
166 CefCToCppRefCounted<ClassName, BaseName, StructName>::GetWrapperStruct(