Searched refs:grpc_stats_histo_buckets (Results 1 – 5 of 5) sorted by relevance
72 if (j >= grpc_stats_histo_bucket_boundaries[i][grpc_stats_histo_buckets[i]]) { in FindExpectedBucket()73 return grpc_stats_histo_buckets[i] - 1; in FindExpectedBucket()77 grpc_stats_histo_buckets[i], in FindExpectedBucket()112 [grpc_stats_histo_buckets[kHistogram] - in TEST_P()
87 for (int i = 0; i < grpc_stats_histo_buckets[histogram]; i++) { in grpc_stats_histo_count()139 grpc_stats_histo_buckets[histogram], in grpc_stats_histo_percentile()159 for (int j = 0; j < grpc_stats_histo_buckets[i]; j++) { in grpc_stats_data_as_json()166 for (int j = 0; j < grpc_stats_histo_buckets[i]; j++) { in grpc_stats_data_as_json()
664 const int grpc_stats_histo_buckets[13] = {64, 128, 64, 64, 64, 64, 64, variable
550 extern const int grpc_stats_histo_buckets[13];
40 for (int j = 0; j < grpc_stats_histo_buckets[i]; j++) { in CoreStatsToProto()67 if (grpc_stats_histo_buckets[i] != h.buckets_size()) valid = false; in ProtoToCoreStats()