Home
last modified time | relevance | path

Searched refs:grpc_histogram_get_contents (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dhistogram.h53 const uint32_t* grpc_histogram_get_contents(grpc_histogram* histogram,
H A Dhistogram.cc227 const uint32_t* grpc_histogram_get_contents(grpc_histogram* histogram, in grpc_histogram_get_contents() function
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dhistogram.h55 const auto* data = grpc_histogram_get_contents(impl_, &n); in FillProto()