Searched defs:InlinedStructPtr (Results 1 – 1 of 1) sorted by relevance
132 InlinedStructPtr() : state_(NIL) {} in InlinedStructPtr() function133 InlinedStructPtr(decltype(nullptr)) : state_(NIL) {} in InlinedStructPtr() function142 InlinedStructPtr(InlinedStructPtr&& other) : state_(NIL) { Take(&other); } in InlinedStructPtr() function149 InlinedStructPtr(base::in_place_t, Args&&... args) in InlinedStructPtr() function