Searched refs:asyncServerThreads_ (Results 1 – 2 of 2) sorted by relevance
2127 asyncServerThreads_ = other.asyncServerThreads_; in ServerConfig()2181 private int asyncServerThreads_; field in Grpc.Testing.ServerConfig2187 get { return asyncServerThreads_; }2189 asyncServerThreads_ = value;
8544 asyncServerThreads_ = 0; in ServerConfig()8608 asyncServerThreads_ = input.readInt32(); in ServerConfig()8740 private int asyncServerThreads_; field in Control.ServerConfig8749 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 …]