Searched refs:grpc_histogram_count (Results 1 – 4 of 4) sorted by relevance
68 GPR_ASSERT(grpc_histogram_count(h) == 4); in test_percentile()123 GPR_ASSERT(grpc_histogram_count(h1) == 4); in test_merge()138 GPR_ASSERT(grpc_histogram_count(h1) == 7); in test_merge()
47 double grpc_histogram_count(grpc_histogram* histogram);
219 double grpc_histogram_count(grpc_histogram* h) { return h->count; } in grpc_histogram_count() function
49 double Count() const { return grpc_histogram_count(impl_); } in Count()61 p->set_count(grpc_histogram_count(impl_)); in FillProto()