Searched refs:WrapperStruct (Results 1 – 6 of 6) sorted by relevance
77 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 …]
47 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)));
46 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in Unwrap()67 WrapperStruct* wrapperStruct = GetWrapperStruct(s); in Get()115 struct WrapperStruct { struct122 static WrapperStruct* GetWrapperStruct(StructName* s) { in GetWrapperStruct() argument126 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 …]
87 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 { struct191 static WrapperStruct* GetWrapperStruct(StructName* s) { in GetWrapperStruct() argument195 return reinterpret_cast<WrapperStruct*>( in GetWrapperStruct()197 (sizeof(WrapperStruct) - sizeof(StructName))); in GetWrapperStruct()211 WrapperStruct* wrapperStruct = in struct_del()221 WrapperStruct wrapper_struct_;
57 struct WrapperStruct { struct62 static constexpr size_t AlignOfInStruct = alignof(WrapperStruct<T>); argument
72 struct WrapperStruct { in DAWN_DEFINE_NATIVE_NON_DISPATCHABLE_HANDLE() struct77 static constexpr size_t AlignOfInStruct = alignof(WrapperStruct<T>); in DAWN_DEFINE_NATIVE_NON_DISPATCHABLE_HANDLE()