Home
last modified time | relevance | path

Searched refs:WrapperStruct (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dctocpp_scoped.h77 WrapperStruct* wrapperStruct = GetWrapperStruct(this); in GetStruct()
86 struct WrapperStruct;
88 static WrapperStruct* GetWrapperStruct(const BaseName* obj);
100 struct CefCToCppScoped<ClassName, BaseName, StructName>::WrapperStruct {
113 WrapperStruct* wrapperStruct = new WrapperStruct;
126 WrapperStruct* wrapperStruct = GetWrapperStruct(c.get());
155 WrapperStruct* wrapperStruct = GetWrapperStruct(c);
170 WrapperStruct* wrapperStruct = GetWrapperStruct(static_cast<BaseName*>(ptr));
189 typename CefCToCppScoped<ClassName, BaseName, StructName>::WrapperStruct*
194 return reinterpret_cast<WrapperStruct*>(
[all …]
Dctocpp_ref_counted.h47 WrapperStruct* wrapperStruct = GetWrapperStruct(this); in GetStruct()
56 struct WrapperStruct;
58 static WrapperStruct* GetWrapperStruct(const BaseName* obj);
105 struct CefCToCppRefCounted<ClassName, BaseName, StructName>::WrapperStruct {
118 WrapperStruct* wrapperStruct = new WrapperStruct;
137 WrapperStruct* wrapperStruct = GetWrapperStruct(c.get());
155 WrapperStruct* wrapperStruct = GetWrapperStruct(this);
165 typename CefCToCppRefCounted<ClassName, BaseName, StructName>::WrapperStruct*
170 return reinterpret_cast<WrapperStruct*>(
172 (sizeof(WrapperStruct) - sizeof(ClassName)));
/third_party/cef/libcef_dll/cpptoc/
Dcpptoc_ref_counted.h46 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in Unwrap()
67 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in Get()
115 struct WrapperStruct { struct
122 static WrapperStruct* GetWrapperStruct(StructName* s) { in GetWrapperStruct() argument
126 return reinterpret_cast<WrapperStruct*>( in GetWrapperStruct()
128 (sizeof(WrapperStruct) - sizeof(StructName))); in GetWrapperStruct()
149 WrapperStruct* wrapperStruct = in struct_add_ref()
162 WrapperStruct* wrapperStruct = in struct_release()
175 WrapperStruct* wrapperStruct = in struct_has_one_ref()
189 WrapperStruct* wrapperStruct = in struct_has_at_least_one_ref()
[all …]
Dcpptoc_scoped.h87 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in UnwrapOwn()
121 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in UnwrapRaw()
136 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in GetWrapper()
147 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in Get()
174 struct WrapperStruct { struct
191 static WrapperStruct* GetWrapperStruct(StructName* s) { in GetWrapperStruct() argument
195 return reinterpret_cast<WrapperStruct*>( in GetWrapperStruct()
197 (sizeof(WrapperStruct) - sizeof(StructName))); in GetWrapperStruct()
211 WrapperStruct* wrapperStruct = in struct_del()
221 WrapperStruct wrapper_struct_;
/third_party/flutter/skia/third_party/externals/dawn/src/common/
Dvulkan_platform.h57 struct WrapperStruct { struct
62 static constexpr size_t AlignOfInStruct = alignof(WrapperStruct<T>); argument
/third_party/skia/third_party/externals/dawn/src/common/
Dvulkan_platform.h72 struct WrapperStruct { in DAWN_DEFINE_NATIVE_NON_DISPATCHABLE_HANDLE() struct
77 static constexpr size_t AlignOfInStruct = alignof(WrapperStruct<T>); in DAWN_DEFINE_NATIVE_NON_DISPATCHABLE_HANDLE()