Searched defs:ShouldSample (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_observability/grpc_observability/ | ||
H A D | sampler.cc | 62 bool ProbabilitySampler::ShouldSample(const std::string& trace_id) { in ShouldSample() function in grpc_observability::ProbabilitySampler |
H A D | python_census_context.h | 196 static bool ShouldSample(const std::string& trace_id) { in ShouldSample() function |
/aosp_15_r20/external/cronet/base/ | ||
H A D | rand_util.cc | 170 bool MetricsSubSampler::ShouldSample(double probability) { in ShouldSample() function in base::MetricsSubSampler |