Home
last modified time | relevance | path

Searched refs:HashMapBucketCountForTesting (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libchrome/base/trace_event/
H A Dmemory_usage_estimator_unittest.cc60 size_t HashMapBucketCountForTesting<Data>(size_t) { in HashMapBucketCountForTesting() function
64 size_t HashMapBucketCountForTesting<std::pair<const Data, short>>(size_t) { in HashMapBucketCountForTesting() function
H A Dmemory_usage_estimator.h494 size_t HashMapBucketCountForTesting(size_t bucket_count) {
516 bucket_count = internal::HashMapBucketCountForTesting<V>(bucket_count);
/aosp_15_r20/external/cronet/base/trace_event/
H A Dmemory_usage_estimator_unittest.cc61 size_t HashMapBucketCountForTesting<Data>(size_t) { in HashMapBucketCountForTesting() function
65 size_t HashMapBucketCountForTesting<std::pair<const Data, short>>(size_t) { in HashMapBucketCountForTesting() function
H A Dmemory_usage_estimator.h465 size_t HashMapBucketCountForTesting(size_t bucket_count) { in HashMapBucketCountForTesting() function
487 bucket_count = internal::HashMapBucketCountForTesting<V>(bucket_count); in EstimateHashMapMemoryUsage()