Home
last modified time | relevance | path

Searched defs:stats_per_method (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DLoadBalancerAccumulatedStatsResponse.php48 private $stats_per_method; variable in Grpc\\Testing\\LoadBalancerAccumulatedStatsResponse
/third_party/grpc/test/cpp/interop/
Dxds_stats_watcher.cc107 auto& stats_per_method = *accumulated_stats_.mutable_stats_per_method(); in RpcCompleted() local
/third_party/grpc/src/proto/grpc/testing/
Dmessages.proto278 map<string, MethodStats> stats_per_method = 4; field