Home
last modified time | relevance | path

Searched defs:EmptyMessage (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/ruby/pb/grpc/testing/
Dmetrics_pb.rb26EmptyMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.EmptyMessage")… constant
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DEmptyMessage.php21 class EmptyMessage extends \Google\Protobuf\Internal\Message class
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DEmptyMessage.php21 class EmptyMessage extends \Google\Protobuf\Internal\Message class
/third_party/grpc/src/proto/grpc/testing/
Dmetrics.proto40 message EmptyMessage {} message
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DMetrics.cs540 public sealed partial class EmptyMessage : pb::IMessage<EmptyMessage> class
561 public EmptyMessage() { in EmptyMessage() method in Grpc.Testing.EmptyMessage
568 public EmptyMessage(EmptyMessage other) : this() { in EmptyMessage() method in Grpc.Testing.EmptyMessage
/third_party/grpc/test/cpp/util/
Dmetrics_server.cc54 ServerContext* /*context*/, const EmptyMessage* /*request*/, in GetAllGauges()
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc298 TEST_P(ProtostreamObjectSourceTest, EmptyMessage) { in TEST_P() argument