Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h66 struct HashtablezInfo : public profiling_internal::Sample<HashtablezInfo> { struct
71 HashtablezInfo& operator=(const HashtablezInfo&) = delete; argument
82 std::atomic<size_t> capacity;
83 std::atomic<size_t> size;
84 std::atomic<size_t> num_erases;
85 std::atomic<size_t> num_rehashes;
86 std::atomic<size_t> max_probe_length;
87 std::atomic<size_t> total_probe_length;
88 std::atomic<size_t> hashes_bitwise_or;
112 void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length); argument
Draw_hash_set_test.cc2854 start_size += sampler.Iterate([&](const HashtablezInfo&) { ++start_size; }); in TEST()
2862 end_size += sampler.Iterate([&](const HashtablezInfo&) { ++end_size; }); in TEST()
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h66 struct HashtablezInfo : public profiling_internal::Sample<HashtablezInfo> { struct
71 HashtablezInfo& operator=(const HashtablezInfo&) = delete; argument
82 std::atomic<size_t> capacity;
83 std::atomic<size_t> size;
84 std::atomic<size_t> num_erases;
85 std::atomic<size_t> num_rehashes;
86 std::atomic<size_t> max_probe_length;
87 std::atomic<size_t> total_probe_length;
88 std::atomic<size_t> hashes_bitwise_or;
112 void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length); argument
Draw_hash_set_test.cc2854 start_size += sampler.Iterate([&](const HashtablezInfo&) { ++start_size; }); in TEST()
2862 end_size += sampler.Iterate([&](const HashtablezInfo&) { ++end_size; }); in TEST()
/external/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h66 struct HashtablezInfo : public profiling_internal::Sample<HashtablezInfo> { struct
71 HashtablezInfo& operator=(const HashtablezInfo&) = delete; argument
82 std::atomic<size_t> capacity;
83 std::atomic<size_t> size;
84 std::atomic<size_t> num_erases;
85 std::atomic<size_t> num_rehashes;
86 std::atomic<size_t> max_probe_length;
87 std::atomic<size_t> total_probe_length;
88 std::atomic<size_t> hashes_bitwise_or;
112 void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length); argument
Draw_hash_set_test.cc2849 start_size += sampler.Iterate([&](const HashtablezInfo&) { ++start_size; }); in TEST()
2857 end_size += sampler.Iterate([&](const HashtablezInfo&) { ++end_size; }); in TEST()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h66 struct HashtablezInfo : public profiling_internal::Sample<HashtablezInfo> { struct
71 HashtablezInfo& operator=(const HashtablezInfo&) = delete; argument
82 std::atomic<size_t> capacity;
83 std::atomic<size_t> size;
84 std::atomic<size_t> num_erases;
85 std::atomic<size_t> num_rehashes;
86 std::atomic<size_t> max_probe_length;
87 std::atomic<size_t> total_probe_length;
88 std::atomic<size_t> hashes_bitwise_or;
112 void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length); argument
Draw_hash_set_test.cc3141 start_size += sampler.Iterate([&](const HashtablezInfo&) { ++start_size; }); in TEST()
3149 end_size += sampler.Iterate([&](const HashtablezInfo&) { ++end_size; }); in TEST()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h61 struct HashtablezInfo : public profiling_internal::Sample<HashtablezInfo> { struct
66 HashtablezInfo& operator=(const HashtablezInfo&) = delete; argument
98 void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length); argument
Draw_hash_set_test.cc2179 start_size += sampler.Iterate([&](const HashtablezInfo&) { ++start_size; }); in TEST()
2187 end_size += sampler.Iterate([&](const HashtablezInfo&) { ++end_size; }); in TEST()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhashtablez_sampler.h60 struct HashtablezInfo { struct
65 HashtablezInfo& operator=(const HashtablezInfo&) = delete; argument
87 HashtablezInfo* next; argument
101 inline void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length) { in RecordRehashSlow() argument
Dhashtablez_sampler.cc63 HashtablezInfo::HashtablezInfo() { PrepareForSampling(); } in HashtablezInfo() function in absl::container_internal::HashtablezInfo
Draw_hash_set_test.cc1828 start_size += sampler.Iterate([&](const HashtablezInfo&) { ++start_size; }); in TEST()
1836 end_size += sampler.Iterate([&](const HashtablezInfo&) { ++end_size; }); in TEST()
1850 start_size += sampler.Iterate([&](const HashtablezInfo&) { ++start_size; }); in TEST()
1858 end_size += sampler.Iterate([&](const HashtablezInfo&) { ++end_size; }); in TEST()