Home
last modified time | relevance | path

Searched refs:otherClientApi_ (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1052 otherClientApi_ = other.otherClientApi_; in ClientConfig()
1217 private string otherClientApi_ = ""; field in Grpc.Testing.ClientConfig
1223 get { return otherClientApi_; }
1225 otherClientApi_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java3849 otherClientApi_ = ""; in ClientConfig()
4002 otherClientApi_ = s; in ClientConfig()
4312 private volatile java.lang.Object otherClientApi_; field in Control.ClientConfig
4321 java.lang.Object ref = otherClientApi_; in getOtherClientApi()
4328 otherClientApi_ = s; in getOtherClientApi()
4341 java.lang.Object ref = otherClientApi_; in getOtherClientApiBytes()
4346 otherClientApi_ = b; in getOtherClientApiBytes()
4455 com.google.protobuf.GeneratedMessageV3.writeString(output, 15, otherClientApi_); in writeTo()
4534 size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, otherClientApi_); in getSerializedSize()
4825 otherClientApi_ = ""; in clear()
[all …]