HomeSort by relevance Sort by last modified time
    Searched refs:ByteBufferParams (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ByteBufferParams.php 12 * Generated from protobuf message <code>grpc.testing.ByteBufferParams</code>
14 class ByteBufferParams extends \Google\Protobuf\Internal\Message
PayloadConfig.php 24 * Generated from protobuf field <code>.grpc.testing.ByteBufferParams bytebuf_params = 1;</code>
25 * @return \Grpc\Testing\ByteBufferParams
33 * Generated from protobuf field <code>.grpc.testing.ByteBufferParams bytebuf_params = 1;</code>
34 * @param \Grpc\Testing\ByteBufferParams $var
39 GPBUtil::checkMessage($var, \Grpc\Testing\ByteBufferParams::class);
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
payloads_pb.rb 7 add_message "grpc.testing.ByteBufferParams" do
19 optional :bytebuf_params, :message, 1, "grpc.testing.ByteBufferParams"
28 ByteBufferParams = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ByteBufferParams").msgclass
  /external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
Payloads.java 18 // @@protoc_insertion_point(interface_extends:grpc.testing.ByteBufferParams)
32 * Protobuf type {@code grpc.testing.ByteBufferParams}
34 public static final class ByteBufferParams extends
36 // @@protoc_insertion_point(message_implements:grpc.testing.ByteBufferParams)
39 // Use ByteBufferParams.newBuilder() to construct.
40 private ByteBufferParams(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
43 private ByteBufferParams() {
53 private ByteBufferParams(
110 io.grpc.benchmarks.proto.Payloads.ByteBufferParams.class, io.grpc.benchmarks.proto.Payloads.ByteBufferParams.Builder.class)
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Payloads.cs 39 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.ByteBufferParams), global::Grpc.Testing.ByteBufferParams.Parser, new[]{ "ReqSize", "RespSize" }, null, null, null),
49 public sealed partial class ByteBufferParams : pb::IMessage<ByteBufferParams> {
50 private static readonly pb::MessageParser<ByteBufferParams> _parser = new pb::MessageParser<ByteBufferParams>(() => new ByteBufferParams());
53 public static pb::MessageParser<ByteBufferParams> Parser { get { return _parser; } }
66 public ByteBufferParams() {
73 public ByteBufferParams(ByteBufferParams other) : this()
    [all...]

Completed in 254 milliseconds