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