Home
last modified time | relevance | path

Searched defs:ServerStats (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/ruby/qps/src/proto/grpc/testing/
Dstats_pb.rb48ServerStats = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ServerStats")… constant
/third_party/grpc/src/proto/grpc/testing/
Dstats.proto21 message ServerStats { message
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DServerStats.php14 class ServerStats extends \Google\Protobuf\Internal\Message class
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DStats.cs58 public sealed partial class ServerStats : pb::IMessage<ServerStats> class
79 public ServerStats() { in ServerStats() method in Grpc.Testing.ServerStats
86 public ServerStats(ServerStats other) : this() { in ServerStats() method in Grpc.Testing.ServerStats
DControl.cs5890 public pbc::RepeatedField<global::Grpc.Testing.ServerStats> ServerStats { property in Grpc.Testing.ScenarioResult