Home
last modified time | relevance | path

Searched refs:ByteBufferParams (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DPayloads.cs39 …eneratedClrTypeInfo(typeof(global::Grpc.Testing.ByteBufferParams), global::Grpc.Testing.ByteBuffer… in PayloadsReflection()
49 public sealed partial class ByteBufferParams : pb::IMessage<ByteBufferParams> { class
50 …c readonly pb::MessageParser<ByteBufferParams> _parser = new pb::MessageParser<ByteBufferParams>((…
53 public static pb::MessageParser<ByteBufferParams> Parser { get { return _parser; } }
66 public ByteBufferParams() { in ByteBufferParams() method in Grpc.Testing.ByteBufferParams
73 public ByteBufferParams(ByteBufferParams other) : this() { in ByteBufferParams() method in Grpc.Testing.ByteBufferParams
80 public ByteBufferParams Clone() { in Clone()
81 return new ByteBufferParams(this); in Clone()
108 return Equals(other as ByteBufferParams); in Equals()
112 public bool Equals(ByteBufferParams other) { in Equals()
[all …]
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DPayloads.java34 public static final class ByteBufferParams extends class in Payloads
40 private ByteBufferParams(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ByteBufferParams() method in Payloads.ByteBufferParams
43 private ByteBufferParams() { in ByteBufferParams() method in Payloads.ByteBufferParams
53 private ByteBufferParams( in ByteBufferParams() method in Payloads.ByteBufferParams
110 …io.grpc.benchmarks.proto.Payloads.ByteBufferParams.class, io.grpc.benchmarks.proto.Payloads.ByteBu… in internalGetFieldAccessorTable()
175 if (!(obj instanceof io.grpc.benchmarks.proto.Payloads.ByteBufferParams)) { in equals()
178 …io.grpc.benchmarks.proto.Payloads.ByteBufferParams other = (io.grpc.benchmarks.proto.Payloads.Byte… in equals()
205 public static io.grpc.benchmarks.proto.Payloads.ByteBufferParams parseFrom( in parseFrom()
210 public static io.grpc.benchmarks.proto.Payloads.ByteBufferParams parseFrom( in parseFrom()
216 public static io.grpc.benchmarks.proto.Payloads.ByteBufferParams parseFrom( in parseFrom()
[all …]
/external/grpc-grpc/src/proto/grpc/testing/
Dpayloads.proto19 message ByteBufferParams { message
36 ByteBufferParams bytebuf_params = 1;
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dpayloads.proto19 message ByteBufferParams { message
36 ByteBufferParams bytebuf_params = 1;
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dpayloads.proto21 message ByteBufferParams { message
38 ByteBufferParams bytebuf_params = 1;
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
Dpayloads_pb.rb28ByteBufferParams = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ByteBuffer… constant
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DByteBufferParams.php14 class ByteBufferParams extends \Google\Protobuf\Internal\Message class
DPayloadConfig.php39 GPBUtil::checkMessage($var, \Grpc\Testing\ByteBufferParams::class);