Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/
Dstruct_ptr.h33 class StructPtr {
37 StructPtr() = default;
38 StructPtr(decltype(nullptr)) {} in StructPtr() function
40 ~StructPtr() = default;
42 StructPtr& operator=(decltype(nullptr)) { in decltype()
47 StructPtr(StructPtr&& other) { Take(&other); } in StructPtr() function
48 StructPtr& operator=(StructPtr&& other) {
54 StructPtr(base::in_place_t, Args&&... args) in StructPtr() function
59 return TypeConverter<U, StructPtr>::Convert(*this); in To()
76 void Swap(StructPtr* other) { std::swap(ptr_, other->ptr_); } in Swap()
[all …]
Dnative_struct.h19 using NativeStructPtr = StructPtr<NativeStruct>;
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dmodule.h.tmpl74 every use of {Inlined}StructPtr. #}
141 using {{struct.name}}Ptr = mojo::StructPtr<{{struct.name}}>;
152 typedef mojo::StructPtr<{{union.name}}> {{union.name}}Ptr;
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp288 PointerType *StructPtr = in constructFunction() local
291 paramTy.push_back(StructPtr); in constructFunction()