Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/
Dstruct_ptr.h132 InlinedStructPtr() : state_(NIL) {} in InlinedStructPtr() function
133 InlinedStructPtr(decltype(nullptr)) : state_(NIL) {} in InlinedStructPtr() function
142 InlinedStructPtr(InlinedStructPtr&& other) : state_(NIL) { Take(&other); } in InlinedStructPtr() function
149 InlinedStructPtr(base::in_place_t, Args&&... args) in InlinedStructPtr() function