Home
last modified time | relevance | path

Searched refs:ComplexProtoParams (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DPayloads.cs41 …eratedClrTypeInfo(typeof(global::Grpc.Testing.ComplexProtoParams), global::Grpc.Testing.ComplexPro… in PayloadsReflection()
367 public sealed partial class ComplexProtoParams : pb::IMessage<ComplexProtoParams> { class
368 …eadonly pb::MessageParser<ComplexProtoParams> _parser = new pb::MessageParser<ComplexProtoParams>(…
371 public static pb::MessageParser<ComplexProtoParams> Parser { get { return _parser; } }
384 public ComplexProtoParams() { in ComplexProtoParams() method in Grpc.Testing.ComplexProtoParams
391 public ComplexProtoParams(ComplexProtoParams other) : this() { in ComplexProtoParams() method in Grpc.Testing.ComplexProtoParams
396 public ComplexProtoParams Clone() { in Clone()
397 return new ComplexProtoParams(this); in Clone()
402 return Equals(other as ComplexProtoParams); in Equals()
406 public bool Equals(ComplexProtoParams other) { in Equals()
[all …]
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DPayloads.java1057 public static final class ComplexProtoParams extends class in Payloads
1063 private ComplexProtoParams(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ComplexProtoParams() method in Payloads.ComplexProtoParams
1066 private ComplexProtoParams() { in ComplexProtoParams() method in Payloads.ComplexProtoParams
1074 private ComplexProtoParams( in ComplexProtoParams() method in Payloads.ComplexProtoParams
1120 …io.grpc.benchmarks.proto.Payloads.ComplexProtoParams.class, io.grpc.benchmarks.proto.Payloads.Comp… in internalGetFieldAccessorTable()
1153 if (!(obj instanceof io.grpc.benchmarks.proto.Payloads.ComplexProtoParams)) { in equals()
1156 …io.grpc.benchmarks.proto.Payloads.ComplexProtoParams other = (io.grpc.benchmarks.proto.Payloads.Co… in equals()
1175 public static io.grpc.benchmarks.proto.Payloads.ComplexProtoParams parseFrom( in parseFrom()
1180 public static io.grpc.benchmarks.proto.Payloads.ComplexProtoParams parseFrom( in parseFrom()
1186 public static io.grpc.benchmarks.proto.Payloads.ComplexProtoParams parseFrom( in parseFrom()
[all …]
/external/grpc-grpc/src/proto/grpc/testing/
Dpayloads.proto29 message ComplexProtoParams { message
38 ComplexProtoParams complex_params = 3;
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dpayloads.proto31 message ComplexProtoParams { message
40 ComplexProtoParams complex_params = 3;
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DComplexProtoParams.php17 class ComplexProtoParams extends \Google\Protobuf\Internal\Message class
DPayloadConfig.php83 GPBUtil::checkMessage($var, \Grpc\Testing\ComplexProtoParams::class);
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
Dpayloads_pb.rb30ComplexProtoParams = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ComplexP… constant