Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs2131 otherServerApi_ = other.otherServerApi_; in ServerConfig()
2239 private string otherServerApi_ = ""; field in Grpc.Testing.ServerConfig
2245 get { return otherServerApi_; }
2247 otherServerApi_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java8547 otherServerApi_ = ""; in ServerConfig()
8653 otherServerApi_ = s; in ServerConfig()
8843 private volatile java.lang.Object otherServerApi_; field in Control.ServerConfig
8852 java.lang.Object ref = otherServerApi_; in getOtherServerApi()
8859 otherServerApi_ = s; in getOtherServerApi()
8872 java.lang.Object ref = otherServerApi_; in getOtherServerApiBytes()
8877 otherServerApi_ = b; in getOtherServerApiBytes()
8936 com.google.protobuf.GeneratedMessageV3.writeString(output, 11, otherServerApi_); in writeTo()
8988 size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, otherServerApi_); in getSerializedSize()
9219 otherServerApi_ = ""; in clear()
[all …]