Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs2127 asyncServerThreads_ = other.asyncServerThreads_; in ServerConfig()
2181 private int asyncServerThreads_; field in Grpc.Testing.ServerConfig
2187 get { return asyncServerThreads_; }
2189 asyncServerThreads_ = value;
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java8544 asyncServerThreads_ = 0; in ServerConfig()
8608 asyncServerThreads_ = input.readInt32(); in ServerConfig()
8740 private int asyncServerThreads_; field in Control.ServerConfig
8749 return asyncServerThreads_; in getAsyncServerThreads()
8919 if (asyncServerThreads_ != 0) { in writeTo()
8920 output.writeInt32(7, asyncServerThreads_); in writeTo()
8961 if (asyncServerThreads_ != 0) { in getSerializedSize()
8963 .computeInt32Size(7, asyncServerThreads_); in getSerializedSize()
9207 asyncServerThreads_ = 0; in clear()
9254 result.asyncServerThreads_ = asyncServerThreads_; in buildPartial()
[all …]