Searched defs:OwnedArrayWrapper (Results 1 – 1 of 1) sorted by relevance
38 class OwnedArrayWrapper { class40 explicit OwnedArrayWrapper(T* o) : ptr_(o) {} in OwnedArrayWrapper() function in __anon6cbf60450111::OwnedArrayWrapper43 OwnedArrayWrapper(OwnedArrayWrapper&& other) { in OwnedArrayWrapper() function in __anon6cbf60450111::OwnedArrayWrapper