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