Home
last modified time | relevance | path

Searched refs:ChannelArg (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControlExtensions.cs30 public static ChannelOption ToChannelOption(this ChannelArg channelArgument) in ToChannelOption()
34 case ChannelArg.ValueOneofCase.StrValue: in ToChannelOption()
36 case ChannelArg.ValueOneofCase.IntValue: in ToChannelOption()
DControl.cs111 …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 …]
DClientRunners.cs87 …able<string> serverTargets, SecurityParams securityParams, IEnumerable<ChannelArg> channelArgument… in CreateChannels()
/external/grpc-grpc/test/cpp/qps/
Dserver.h129 case ChannelArg::kStrValue: in ApplyConfigToBuilder()
133 case ChannelArg::kIntValue: in ApplyConfigToBuilder()
137 case ChannelArg::VALUE_NOT_SET: in ApplyConfigToBuilder()
Dclient.h515 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/
DGRPCCall+ChannelArg.m19 #import "GRPCCall+ChannelArg.h"
25 @implementation GRPCCall (ChannelArg) category
DGRPCCall+ChannelArg.h31 @interface GRPCCall (ChannelArg)
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DChannelArg.php14 class ChannelArg extends \Google\Protobuf\Internal\Message class
DServerConfig.php359 …ckRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing\ChannelArg::class);
DClientConfig.php446 …ckRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Testing\ChannelArg::class);
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto70 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/
DControl.java2790 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/
Dmain.m22 #import <GRPCClient/GRPCCall+ChannelArg.h>
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto71 message ChannelArg { message
105 repeated ChannelArg channel_args = 16;
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
Dcontrol_pb.rb164ChannelArg = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ChannelArg").msg… constant
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCHost.m25 #import <GRPCClient/GRPCCall+ChannelArg.h>
/external/grpc-grpc/src/objective-c/tests/
DInteropTests.m24 #import <GRPCClient/GRPCCall+ChannelArg.h>
DGRPCClientTests.m23 #import <GRPCClient/GRPCCall+ChannelArg.h>