Home
last modified time | relevance | path

Searched defs:StructPtr (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dstruct_ptr.h38 StructPtr(decltype(nullptr)) {} in StructPtr() function
47 StructPtr(StructPtr&& other) { Take(&other); } in StructPtr() function
54 StructPtr(base::in_place_t, Args&&... args) in StructPtr() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp288 PointerType *StructPtr = in constructFunction() local