Searched defs:InlinedStructPtr (Results 1 – 1 of 1) sorted by relevance
98 InlinedStructPtr() : is_null_(true) {} in InlinedStructPtr() function101 InlinedStructPtr(RValue other) : is_null_(true) { Take(other.object); } in InlinedStructPtr() function