Searched refs:grpc_histogram_destroy (Results 1 – 7 of 7) sorted by relevance
25 grpc_histogram_destroy(grpc_histogram_create(0.01, 60e9)); in test_no_op()51 grpc_histogram_destroy(h); in test_simple()96 grpc_histogram_destroy(h); in test_percentile()115 grpc_histogram_destroy(h2); in test_merge()119 grpc_histogram_destroy(h2); in test_merge()131 grpc_histogram_destroy(h2); in test_merge()153 grpc_histogram_destroy(h1); in test_merge()154 grpc_histogram_destroy(h2); in test_merge()
33 void grpc_histogram_destroy(grpc_histogram* h);
97 void grpc_histogram_destroy(grpc_histogram* h) { in grpc_histogram_destroy() function
35 if (impl_) grpc_histogram_destroy(impl_); in ~Histogram()38 if (impl_) grpc_histogram_destroy(impl_); in Reset()
49 grpc_histogram_destroy(h); in RunTest()
241 grpc_histogram_destroy(histogram); in main()
326 grpc_histogram_destroy(histogram); in client_thread()