HomeSort by relevance Sort by last modified time
    Searched defs:SimpleProtoParams (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
SimpleProtoParams.php 12 * Generated from protobuf message <code>grpc.testing.SimpleProtoParams</code>
14 class SimpleProtoParams extends \Google\Protobuf\Internal\Message
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Payloads.cs 40 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.SimpleProtoParams), global::Grpc.Testing.SimpleProtoParams.Parser, new[]{ "ReqSize", "RespSize" }, null, null, null),
206 public sealed partial class SimpleProtoParams : pb::IMessage<SimpleProtoParams> {
207 private static readonly pb::MessageParser<SimpleProtoParams> _parser = new pb::MessageParser<SimpleProtoParams>(() => new SimpleProtoParams());
210 public static pb::MessageParser<SimpleProtoParams> Parser { get { return _parser; } }
223 public SimpleProtoParams() {
230 public SimpleProtoParams(SimpleProtoParams other) : this()
    [all...]
  /external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
Payloads.java 532 // @@protoc_insertion_point(interface_extends:grpc.testing.SimpleProtoParams)
546 * Protobuf type {@code grpc.testing.SimpleProtoParams}
548 public static final class SimpleProtoParams extends
550 // @@protoc_insertion_point(message_implements:grpc.testing.SimpleProtoParams)
553 // Use SimpleProtoParams.newBuilder() to construct.
554 private SimpleProtoParams(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
557 private SimpleProtoParams() {
567 private SimpleProtoParams(
624 io.grpc.benchmarks.proto.Payloads.SimpleProtoParams.class, io.grpc.benchmarks.proto.Payloads.SimpleProtoParams.Builder.class)
    [all...]

Completed in 3385 milliseconds