Home
last modified time | relevance | path

Searched refs:ResponseParams (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DEchoMessages.cs55 …:GeneratedClrTypeInfo(typeof(global::Grpc.Testing.ResponseParams), global::Grpc.Testing.ResponsePa… in EchoMessagesReflection()
1139 public sealed partial class ResponseParams : pb::IMessage<ResponseParams> { class
1140 …atic readonly pb::MessageParser<ResponseParams> _parser = new pb::MessageParser<ResponseParams>(()…
1143 public static pb::MessageParser<ResponseParams> Parser { get { return _parser; } }
1156 public ResponseParams() { in ResponseParams() method in Grpc.Testing.ResponseParams
1163 public ResponseParams(ResponseParams other) : this() { in ResponseParams() method in Grpc.Testing.ResponseParams
1171 public ResponseParams Clone() { in Clone()
1172 return new ResponseParams(this); in Clone()
1210 return Equals(other as ResponseParams); in Equals()
1214 public bool Equals(ResponseParams other) { in Equals()
[all …]
/external/grpc-grpc/src/proto/grpc/testing/
Decho_messages.proto57 message ResponseParams { message
65 ResponseParams param = 2;
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Decho_messages.proto61 message ResponseParams { message
69 ResponseParams param = 2;
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DEchoResponse.php68 GPBUtil::checkMessage($var, \Grpc\Testing\ResponseParams::class);
DResponseParams.php14 class ResponseParams extends \Google\Protobuf\Internal\Message class