Home
last modified time | relevance | path

Searched defs:bucket_for (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/lib/debug/
Dhistogram_view.h25 int (*bucket_for)(int value); member
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/debug/
Dhistogram_view.h25 int (*bucket_for)(int value); member
/external/grpc-grpc/src/ruby/qps/
Dhistogram.rb25 def bucket_for(value) method in Histogram
/external/grpc-grpc/src/php/tests/qps/
Dhistogram.php32 private function bucket_for($value) { function in Histogram
/external/grpc-grpc/test/core/util/
Dhistogram.cc63 static size_t bucket_for(grpc_histogram* h, double x) { in bucket_for() function