Searched defs:InlinedStructPtr (Results 1 – 2 of 2) sorted by relevance
125 InlinedStructPtr() : is_null_(true) {} in InlinedStructPtr() function126 InlinedStructPtr(decltype(nullptr)) : is_null_(true) {} in InlinedStructPtr() function135 InlinedStructPtr(InlinedStructPtr&& other) : is_null_(true) { Take(&other); } in InlinedStructPtr() function
43 class InlinedStructPtr; variable