Home
last modified time | relevance | path

Searched refs:HashtablezInfoHandle (Results 1 – 25 of 36) sorted by relevance

12

/external/cronet/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h128 class HashtablezInfoHandle {
130 explicit HashtablezInfoHandle() : info_(nullptr) {} in HashtablezInfoHandle() function
131 explicit HashtablezInfoHandle(HashtablezInfo* info) : info_(info) {} in HashtablezInfoHandle() function
140 HashtablezInfoHandle(const HashtablezInfoHandle&) = delete;
141 HashtablezInfoHandle& operator=(const HashtablezInfoHandle&) = delete;
143 HashtablezInfoHandle(HashtablezInfoHandle&& o) noexcept in HashtablezInfoHandle() function
145 HashtablezInfoHandle& operator=(HashtablezInfoHandle&& o) noexcept {
183 friend inline void swap(HashtablezInfoHandle& lhs, in swap()
184 HashtablezInfoHandle& rhs) { in swap()
195 class HashtablezInfoHandle {
[all …]
Dhashtablez_sampler_test.cc45 static bool IsSampled(const HashtablezInfoHandle& h) { in IsSampled()
49 static HashtablezInfo* GetInfo(HashtablezInfoHandle* h) { return h->info_; } in GetInfo()
54 static bool IsSampled(const HashtablezInfoHandle&) { return false; }
55 static HashtablezInfo* GetInfo(HashtablezInfoHandle*) { return nullptr; }
268 HashtablezInfoHandle h = Sample(test_element_size); in TEST()
283 HashtablezInfoHandle h(sampler.Register(test_stride, test_element_size)); in TEST()
297 h = HashtablezInfoHandle(); in TEST()
Draw_hash_set.h925 HashtablezInfoHandle& infoz() { return compressed_tuple_.template get<1>(); }
926 const HashtablezInfoHandle& infoz() const {
960 absl::container_internal::CompressedTuple<size_t, HashtablezInfoHandle>
961 compressed_tuple_{0u, HashtablezInfoHandle{}};
2647 HashtablezInfoHandle& infoz() { return common().infoz(); }
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h128 class HashtablezInfoHandle {
130 explicit HashtablezInfoHandle() : info_(nullptr) {} in HashtablezInfoHandle() function
131 explicit HashtablezInfoHandle(HashtablezInfo* info) : info_(info) {} in HashtablezInfoHandle() function
140 HashtablezInfoHandle(const HashtablezInfoHandle&) = delete;
141 HashtablezInfoHandle& operator=(const HashtablezInfoHandle&) = delete;
143 HashtablezInfoHandle(HashtablezInfoHandle&& o) noexcept in HashtablezInfoHandle() function
145 HashtablezInfoHandle& operator=(HashtablezInfoHandle&& o) noexcept {
183 friend inline void swap(HashtablezInfoHandle& lhs, in swap()
184 HashtablezInfoHandle& rhs) { in swap()
195 class HashtablezInfoHandle {
[all …]
Dhashtablez_sampler_test.cc45 static bool IsSampled(const HashtablezInfoHandle& h) { in IsSampled()
49 static HashtablezInfo* GetInfo(HashtablezInfoHandle* h) { return h->info_; } in GetInfo()
54 static bool IsSampled(const HashtablezInfoHandle&) { return false; }
55 static HashtablezInfo* GetInfo(HashtablezInfoHandle*) { return nullptr; }
268 HashtablezInfoHandle h = Sample(test_element_size); in TEST()
283 HashtablezInfoHandle h(sampler.Register(test_stride, test_element_size)); in TEST()
297 h = HashtablezInfoHandle(); in TEST()
Draw_hash_set.h1005 HashtablezInfoHandle& infoz() { return compressed_tuple_.template get<1>(); }
1006 const HashtablezInfoHandle& infoz() const {
1051 absl::container_internal::CompressedTuple<size_t, HashtablezInfoHandle>
1052 compressed_tuple_{0u, HashtablezInfoHandle{}};
2746 HashtablezInfoHandle& infoz() { return common().infoz(); }
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhashtablez_sampler.h147 class HashtablezInfoHandle {
149 explicit HashtablezInfoHandle() : info_(nullptr) {} in HashtablezInfoHandle() function
150 explicit HashtablezInfoHandle(HashtablezInfo* info) : info_(info) {} in HashtablezInfoHandle() function
151 ~HashtablezInfoHandle() { in ~HashtablezInfoHandle()
156 HashtablezInfoHandle(const HashtablezInfoHandle&) = delete;
157 HashtablezInfoHandle& operator=(const HashtablezInfoHandle&) = delete;
159 HashtablezInfoHandle(HashtablezInfoHandle&& o) noexcept in HashtablezInfoHandle() function
161 HashtablezInfoHandle& operator=(HashtablezInfoHandle&& o) noexcept {
189 friend inline void swap(HashtablezInfoHandle& lhs, in swap()
190 HashtablezInfoHandle& rhs) { in swap()
[all …]
Dhashtablez_sampler_test.cc44 static bool IsSampled(const HashtablezInfoHandle& h) { in IsSampled()
48 static HashtablezInfo* GetInfo(HashtablezInfoHandle* h) { return h->info_; } in GetInfo()
53 static bool IsSampled(const HashtablezInfoHandle&) { return false; }
54 static HashtablezInfo* GetInfo(HashtablezInfoHandle*) { return nullptr; }
217 HashtablezInfoHandle h = Sample(); in TEST()
230 HashtablezInfoHandle h(sampler.Register()); in TEST()
243 h = HashtablezInfoHandle(); in TEST()
Draw_hash_set.h923 infoz_(absl::exchange(that.infoz_, HashtablezInfoHandle())),
1822 HashtablezInfoHandle infoz_;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h148 class HashtablezInfoHandle {
150 explicit HashtablezInfoHandle() : info_(nullptr) {} in HashtablezInfoHandle() function
151 explicit HashtablezInfoHandle(HashtablezInfo* info) : info_(info) {} in HashtablezInfoHandle() function
152 ~HashtablezInfoHandle() { in ~HashtablezInfoHandle()
157 HashtablezInfoHandle(const HashtablezInfoHandle&) = delete;
158 HashtablezInfoHandle& operator=(const HashtablezInfoHandle&) = delete;
160 HashtablezInfoHandle(HashtablezInfoHandle&& o) noexcept in HashtablezInfoHandle() function
162 HashtablezInfoHandle& operator=(HashtablezInfoHandle&& o) noexcept {
190 friend inline void swap(HashtablezInfoHandle& lhs, in swap()
191 HashtablezInfoHandle& rhs) { in swap()
[all …]
Dhashtablez_sampler_test.cc44 static bool IsSampled(const HashtablezInfoHandle& h) { in IsSampled()
48 static HashtablezInfo* GetInfo(HashtablezInfoHandle* h) { return h->info_; } in GetInfo()
53 static bool IsSampled(const HashtablezInfoHandle&) { return false; }
54 static HashtablezInfo* GetInfo(HashtablezInfoHandle*) { return nullptr; }
223 HashtablezInfoHandle h = Sample(); in TEST()
236 HashtablezInfoHandle h(sampler.Register()); in TEST()
249 h = HashtablezInfoHandle(); in TEST()
Draw_hash_set.h796 settings_(0, HashtablezInfoHandle(), hash, eq, alloc) {
925 absl::exchange(that.infoz(), HashtablezInfoHandle()),
933 settings_(0, HashtablezInfoHandle(), that.hash_ref(), that.eq_ref(),
1803 HashtablezInfoHandle& infoz() { return settings_.template get<1>(); }
1822 HashtablezInfoHandle, hasher,
1824 settings_{0, HashtablezInfoHandle{}, hasher{}, key_equal{},
Draw_hash_set_test.cc436 if (std::is_empty<HashtablezInfoHandle>::value) { in TEST()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h147 class HashtablezInfoHandle {
149 explicit HashtablezInfoHandle() : info_(nullptr) {} in HashtablezInfoHandle() function
150 explicit HashtablezInfoHandle(HashtablezInfo* info) : info_(info) {} in HashtablezInfoHandle() function
151 ~HashtablezInfoHandle() { in ~HashtablezInfoHandle()
156 HashtablezInfoHandle(const HashtablezInfoHandle&) = delete;
157 HashtablezInfoHandle& operator=(const HashtablezInfoHandle&) = delete;
159 HashtablezInfoHandle(HashtablezInfoHandle&& o) noexcept in HashtablezInfoHandle() function
161 HashtablezInfoHandle& operator=(HashtablezInfoHandle&& o) noexcept {
189 friend inline void swap(HashtablezInfoHandle& lhs, in swap()
190 HashtablezInfoHandle& rhs) { in swap()
[all …]
Dhashtablez_sampler_test.cc44 static bool IsSampled(const HashtablezInfoHandle& h) { in IsSampled()
48 static HashtablezInfo* GetInfo(HashtablezInfoHandle* h) { return h->info_; } in GetInfo()
53 static bool IsSampled(const HashtablezInfoHandle&) { return false; }
54 static HashtablezInfo* GetInfo(HashtablezInfoHandle*) { return nullptr; }
217 HashtablezInfoHandle h = Sample(); in TEST()
230 HashtablezInfoHandle h(sampler.Register()); in TEST()
243 h = HashtablezInfoHandle(); in TEST()
Draw_hash_set.h876 infoz_(absl::exchange(that.infoz_, HashtablezInfoHandle())),
1822 HashtablezInfoHandle infoz_;
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h164 class HashtablezInfoHandle {
166 explicit HashtablezInfoHandle() : info_(nullptr) {} in HashtablezInfoHandle() function
167 explicit HashtablezInfoHandle(HashtablezInfo* info) : info_(info) {} in HashtablezInfoHandle() function
168 ~HashtablezInfoHandle() { in ~HashtablezInfoHandle()
173 HashtablezInfoHandle(const HashtablezInfoHandle&) = delete;
174 HashtablezInfoHandle& operator=(const HashtablezInfoHandle&) = delete;
176 HashtablezInfoHandle(HashtablezInfoHandle&& o) noexcept in HashtablezInfoHandle() function
178 HashtablezInfoHandle& operator=(HashtablezInfoHandle&& o) noexcept {
216 friend inline void swap(HashtablezInfoHandle& lhs, in swap()
217 HashtablezInfoHandle& rhs) { in swap()
[all …]
Dhashtablez_sampler_test.cc45 static bool IsSampled(const HashtablezInfoHandle& h) { in IsSampled()
49 static HashtablezInfo* GetInfo(HashtablezInfoHandle* h) { return h->info_; } in GetInfo()
54 static bool IsSampled(const HashtablezInfoHandle&) { return false; }
55 static HashtablezInfo* GetInfo(HashtablezInfoHandle*) { return nullptr; }
268 HashtablezInfoHandle h = Sample(test_element_size); in TEST()
283 HashtablezInfoHandle h(sampler.Register(test_stride, test_element_size)); in TEST()
297 h = HashtablezInfoHandle(); in TEST()
Draw_hash_set.h1151 settings_(0, HashtablezInfoHandle(), hash, eq, alloc) {
1282 absl::exchange(that.infoz(), HashtablezInfoHandle()),
1290 settings_(0, HashtablezInfoHandle(), that.hash_ref(), that.eq_ref(),
2251 HashtablezInfoHandle& infoz() { return settings_.template get<1>(); }
2281 HashtablezInfoHandle, hasher,
2283 settings_{0u, HashtablezInfoHandle{}, hasher{}, key_equal{},
/external/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h164 class HashtablezInfoHandle {
166 explicit HashtablezInfoHandle() : info_(nullptr) {} in HashtablezInfoHandle() function
167 explicit HashtablezInfoHandle(HashtablezInfo* info) : info_(info) {} in HashtablezInfoHandle() function
168 ~HashtablezInfoHandle() { in ~HashtablezInfoHandle()
173 HashtablezInfoHandle(const HashtablezInfoHandle&) = delete;
174 HashtablezInfoHandle& operator=(const HashtablezInfoHandle&) = delete;
176 HashtablezInfoHandle(HashtablezInfoHandle&& o) noexcept in HashtablezInfoHandle() function
178 HashtablezInfoHandle& operator=(HashtablezInfoHandle&& o) noexcept {
216 friend inline void swap(HashtablezInfoHandle& lhs, in swap()
217 HashtablezInfoHandle& rhs) { in swap()
[all …]
Dhashtablez_sampler_test.cc45 static bool IsSampled(const HashtablezInfoHandle& h) { in IsSampled()
49 static HashtablezInfo* GetInfo(HashtablezInfoHandle* h) { return h->info_; } in GetInfo()
54 static bool IsSampled(const HashtablezInfoHandle&) { return false; }
55 static HashtablezInfo* GetInfo(HashtablezInfoHandle*) { return nullptr; }
268 HashtablezInfoHandle h = Sample(test_element_size); in TEST()
283 HashtablezInfoHandle h(sampler.Register(test_stride, test_element_size)); in TEST()
297 h = HashtablezInfoHandle(); in TEST()
Draw_hash_set.h1149 settings_(0, HashtablezInfoHandle(), hash, eq, alloc) {
1280 absl::exchange(that.infoz(), HashtablezInfoHandle()),
1288 settings_(0, HashtablezInfoHandle(), that.hash_ref(), that.eq_ref(),
2249 HashtablezInfoHandle& infoz() { return settings_.template get<1>(); }
2279 HashtablezInfoHandle, hasher,
2281 settings_{0u, HashtablezInfoHandle{}, hasher{}, key_equal{},
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h164 class HashtablezInfoHandle {
166 explicit HashtablezInfoHandle() : info_(nullptr) {} in HashtablezInfoHandle() function
167 explicit HashtablezInfoHandle(HashtablezInfo* info) : info_(info) {} in HashtablezInfoHandle() function
168 ~HashtablezInfoHandle() { in ~HashtablezInfoHandle()
173 HashtablezInfoHandle(const HashtablezInfoHandle&) = delete;
174 HashtablezInfoHandle& operator=(const HashtablezInfoHandle&) = delete;
176 HashtablezInfoHandle(HashtablezInfoHandle&& o) noexcept in HashtablezInfoHandle() function
178 HashtablezInfoHandle& operator=(HashtablezInfoHandle&& o) noexcept {
216 friend inline void swap(HashtablezInfoHandle& lhs, in swap()
217 HashtablezInfoHandle& rhs) { in swap()
[all …]
Dhashtablez_sampler_test.cc45 static bool IsSampled(const HashtablezInfoHandle& h) { in IsSampled()
49 static HashtablezInfo* GetInfo(HashtablezInfoHandle* h) { return h->info_; } in GetInfo()
54 static bool IsSampled(const HashtablezInfoHandle&) { return false; }
55 static HashtablezInfo* GetInfo(HashtablezInfoHandle*) { return nullptr; }
268 HashtablezInfoHandle h = Sample(test_element_size); in TEST()
283 HashtablezInfoHandle h(sampler.Register(test_stride, test_element_size)); in TEST()
297 h = HashtablezInfoHandle(); in TEST()
Draw_hash_set.h1156 settings_(0u, HashtablezInfoHandle(), hash, eq, alloc) {
1287 absl::exchange(that.infoz(), HashtablezInfoHandle()),
1297 settings_(0, HashtablezInfoHandle(), that.hash_ref(), that.eq_ref(),
2256 HashtablezInfoHandle& infoz() { return settings_.template get<1>(); }
2286 HashtablezInfoHandle, hasher,
2288 settings_{0u, HashtablezInfoHandle{}, hasher{}, key_equal{},

12