/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | ControlExtensions.cs | 30 public static ChannelOption ToChannelOption(this ChannelArg channelArgument) in ToChannelOption() 34 case ChannelArg.ValueOneofCase.StrValue: in ToChannelOption() 36 case ChannelArg.ValueOneofCase.IntValue: in ToChannelOption()
|
D | Control.cs | 111 …pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.ChannelArg), global::Grpc.Testing.ChannelArg… in ControlReflection() 799 public sealed partial class ChannelArg : pb::IMessage<ChannelArg> { class 800 …ate static readonly pb::MessageParser<ChannelArg> _parser = new pb::MessageParser<ChannelArg>(() =… 803 public static pb::MessageParser<ChannelArg> Parser { get { return _parser; } } 816 public ChannelArg() { in ChannelArg() method in Grpc.Testing.ChannelArg 823 public ChannelArg(ChannelArg other) : this() { in ChannelArg() method in Grpc.Testing.ChannelArg 838 public ChannelArg Clone() { in Clone() 839 return new ChannelArg(this); in Clone() 896 return Equals(other as ChannelArg); in Equals() 900 public bool Equals(ChannelArg other) { in Equals() [all …]
|
D | ClientRunners.cs | 87 …able<string> serverTargets, SecurityParams securityParams, IEnumerable<ChannelArg> channelArgument… in CreateChannels()
|
/external/grpc-grpc/test/cpp/qps/ |
D | server.h | 129 case ChannelArg::kStrValue: in ApplyConfigToBuilder() 133 case ChannelArg::kIntValue: in ApplyConfigToBuilder() 137 case ChannelArg::VALUE_NOT_SET: in ApplyConfigToBuilder()
|
D | client.h | 515 if (channel_arg.value_case() == ChannelArg::kStrValue) { in set_channel_args() 517 } else if (channel_arg.value_case() == ChannelArg::kIntValue) { in set_channel_args()
|
/external/grpc-grpc/src/objective-c/GRPCClient/ |
D | GRPCCall+ChannelArg.m | 19 #import "GRPCCall+ChannelArg.h" 25 @implementation GRPCCall (ChannelArg) category
|
D | GRPCCall+ChannelArg.h | 31 @interface GRPCCall (ChannelArg)
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | ChannelArg.php | 14 class ChannelArg extends \Google\Protobuf\Internal\Message class
|
D | ServerConfig.php | 359 …ckRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing\ChannelArg::class);
|
D | ClientConfig.php | 446 …ckRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing\ChannelArg::class);
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | control.proto | 70 message ChannelArg { message 104 repeated ChannelArg channel_args = 16; 163 repeated ChannelArg channel_args = 1002;
|
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/ |
D | Control.java | 2790 public io.grpc.benchmarks.proto.Control.ChannelArg.ValueCase getValueCase(); in getValueCase() 2795 public static final class ChannelArg extends class in Control 2801 private ChannelArg(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ChannelArg() method in Control.ChannelArg 2804 private ChannelArg() { in ChannelArg() method in Control.ChannelArg 2813 private ChannelArg( in ChannelArg() method in Control.ChannelArg 2877 …io.grpc.benchmarks.proto.Control.ChannelArg.class, io.grpc.benchmarks.proto.Control.ChannelArg.Bui… in internalGetFieldAccessorTable() 3057 if (!(obj instanceof io.grpc.benchmarks.proto.Control.ChannelArg)) { in equals() 3060 …io.grpc.benchmarks.proto.Control.ChannelArg other = (io.grpc.benchmarks.proto.Control.ChannelArg) … in equals() 3110 public static io.grpc.benchmarks.proto.Control.ChannelArg parseFrom( in parseFrom() 3115 public static io.grpc.benchmarks.proto.Control.ChannelArg parseFrom( in parseFrom() [all …]
|
/external/grpc-grpc/examples/objective-c/helloworld/ |
D | main.m | 22 #import <GRPCClient/GRPCCall+ChannelArg.h>
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | control.proto | 71 message ChannelArg { message 105 repeated ChannelArg channel_args = 16;
|
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/ |
D | control_pb.rb | 164 …ChannelArg = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ChannelArg").msg… constant
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
D | GRPCHost.m | 25 #import <GRPCClient/GRPCCall+ChannelArg.h>
|
/external/grpc-grpc/src/objective-c/tests/ |
D | InteropTests.m | 24 #import <GRPCClient/GRPCCall+ChannelArg.h>
|
D | GRPCClientTests.m | 23 #import <GRPCClient/GRPCCall+ChannelArg.h>
|