Searched refs:StructPtr (Results 1 – 4 of 4) sorted by relevance
33 class StructPtr {37 StructPtr() = default;38 StructPtr(decltype(nullptr)) {} in StructPtr() function40 ~StructPtr() = default;42 StructPtr& operator=(decltype(nullptr)) { in decltype()47 StructPtr(StructPtr&& other) { Take(&other); } in StructPtr() function48 StructPtr& operator=(StructPtr&& other) {54 StructPtr(base::in_place_t, Args&&... args) in StructPtr() function59 return TypeConverter<U, StructPtr>::Convert(*this); in To()76 void Swap(StructPtr* other) { std::swap(ptr_, other->ptr_); } in Swap()[all …]
19 using NativeStructPtr = StructPtr<NativeStruct>;
74 every use of {Inlined}StructPtr. #}141 using {{struct.name}}Ptr = mojo::StructPtr<{{struct.name}}>;152 typedef mojo::StructPtr<{{union.name}}> {{union.name}}Ptr;
288 PointerType *StructPtr = in constructFunction() local291 paramTy.push_back(StructPtr); in constructFunction()