HomeSort by relevance Sort by last modified time
    Searched refs:HashMapBucketCountForTesting (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/trace_event/
memory_usage_estimator_unittest.cc 60 size_t HashMapBucketCountForTesting<Data>(size_t) {
64 size_t HashMapBucketCountForTesting<std::pair<const Data, short>>(size_t) {
memory_usage_estimator.h 425 size_t HashMapBucketCountForTesting(size_t bucket_count) {
441 bucket_count = internal::HashMapBucketCountForTesting<V>(bucket_count);

Completed in 202 milliseconds