Home
last modified time | relevance | path

Searched defs:num_hot (Results 1 – 7 of 7) sorted by relevance

/external/cronet/tot/third_party/abseil-cpp/absl/strings/
Dstring_view_benchmark.cc311 const int num_hot = table_size * kFractionOfKeysThatAreHot; in StringViewMapBenchmark() local
/external/abseil-cpp/absl/strings/
Dstring_view_benchmark.cc311 const int num_hot = table_size * kFractionOfKeysThatAreHot; in StringViewMapBenchmark() local
/external/angle/third_party/abseil-cpp/absl/strings/
Dstring_view_benchmark.cc311 const int num_hot = table_size * kFractionOfKeysThatAreHot; in StringViewMapBenchmark() local
/external/cronet/stable/third_party/abseil-cpp/absl/strings/
Dstring_view_benchmark.cc311 const int num_hot = table_size * kFractionOfKeysThatAreHot; in StringViewMapBenchmark() local
/external/openscreen/third_party/abseil/src/absl/strings/
Dstring_view_benchmark.cc310 const int num_hot = table_size * kFractionOfKeysThatAreHot; in StringViewMapBenchmark() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstring_view_benchmark.cc310 const int num_hot = table_size * kFractionOfKeysThatAreHot; in StringViewMapBenchmark() local
/external/libchrome-gestures/include/
Dimmediate_interpreter.h321 int num_hot() const { return num_hot_; } in num_hot() function