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 __anon4fb5604f0111::OwnedArrayWrapper43 OwnedArrayWrapper(OwnedArrayWrapper&& other) noexcept { in OwnedArrayWrapper() function in __anon4fb5604f0111::OwnedArrayWrapper