Home
last modified time | relevance | path

Searched defs:HashtablezInfoHandle (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h150 explicit HashtablezInfoHandle() : info_(nullptr) {} in HashtablezInfoHandle() function
151 explicit HashtablezInfoHandle(HashtablezInfo* info) : info_(info) {} in HashtablezInfoHandle() function
160 HashtablezInfoHandle(HashtablezInfoHandle&& o) noexcept in HashtablezInfoHandle() function
205 explicit HashtablezInfoHandle(std::nullptr_t) {} in HashtablezInfoHandle() function
212 friend inline void swap(HashtablezInfoHandle& /*lhs*/, in swap() argument