HomeSort by relevance Sort by last modified time
    Searched defs:ByteBufferParams (Results 1 - 3 of 3) 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
  /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...]
  /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...]

Completed in 683 milliseconds