Home
last modified time | relevance | path

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

/external/chromium_org/mojo/public/cpp/bindings/
Dstruct_ptr.h98 InlinedStructPtr() : is_null_(true) {} in InlinedStructPtr() function
101 InlinedStructPtr(RValue other) : is_null_(true) { Take(other.object); } in InlinedStructPtr() function