Searched defs:num_hot (Results 1 – 7 of 7) sorted by relevance
311 const int num_hot = table_size * kFractionOfKeysThatAreHot; in StringViewMapBenchmark() local
310 const int num_hot = table_size * kFractionOfKeysThatAreHot; in StringViewMapBenchmark() local
321 int num_hot() const { return num_hot_; } in num_hot() function