Home
last modified time | relevance | path

Searched defs:ResponseParameters (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/requests/r/
Dtest_requests.proto41 message ResponseParameters { message
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DResponseParameters.php16 class ResponseParameters extends \Google\Protobuf\Internal\Message class
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DResponseParameters.php16 class ResponseParameters extends \Google\Protobuf\Internal\Message class
/third_party/grpc/src/ruby/qps/src/proto/grpc/testing/
Dmessages_pb.rb127ResponseParameters = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Respon… constant
/third_party/grpc/src/ruby/pb/src/proto/grpc/testing/
Dmessages_pb.rb127ResponseParameters = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Respon… constant
/third_party/grpc/src/objective-c/examples/RemoteTestClient/
Dmessages.proto89 message ResponseParameters { message
/third_party/grpc/test/http2_test/
Dmessages_pb2.py625 ResponseParameters = _reflection.GeneratedProtocolMessageType('ResponseParameters', (_message.Messa… variable
/third_party/grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto118 message ResponseParameters { message
/third_party/grpc/src/proto/grpc/testing/
Dmessages.proto144 message ResponseParameters { message
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs2143 public sealed partial class ResponseParameters : pb::IMessage<ResponseParameters> class
2164 public ResponseParameters() { in ResponseParameters() method in Grpc.Testing.ResponseParameters
2171 public ResponseParameters(ResponseParameters other) : this() { in ResponseParameters() method in Grpc.Testing.ResponseParameters
2479 public pbc::RepeatedField<global::Grpc.Testing.ResponseParameters> ResponseParameters { property in Grpc.Testing.StreamingOutputCallRequest