Searched refs:DoNotDelete (Results 1 – 1 of 1) sorted by relevance
35 void DoNotDelete(T*) {} in DoNotDelete() function37 template <typename T, typename Base = std::unique_ptr<T, decltype(&DoNotDelete<T>)>>47 ArenaPtr(std::nullptr_t) : Base(nullptr, &DoNotDelete<T>) {} // NOLINT explicit. in ArenaPtr()58 ArenaSharedPtr<T> arena_ptr(nullptr, &DoNotDelete<T>); in Make()