Searched refs:cores_ (Results 1 – 5 of 5) sorted by relevance
44 cores_ = gpr_cpu_num_cores(); in Server()95 int cores() const { return cores_; } in cores()147 int cores_; variable
424 : cores_(gpr_cpu_num_cores()), create_stub_(create_stub) { in ClientImpl()445 const int cores_;
157 using ClientImpl<StubType, RequestType>::cores_;225 num_threads = cores_; in NumThreads()
2763 cores_ = other.cores_; in ServerStatus()2799 private int cores_; field in Grpc.Testing.ServerStatus2805 get { return cores_; }2807 cores_ = value;3059 cores_ = other.cores_; in CoreResponse()3070 private int cores_; field in Grpc.Testing.CoreResponse3076 get { return cores_; }3078 cores_ = value;
11038 cores_ = 0; in ServerStatus()11092 cores_ = input.readInt32(); in ServerStatus()11154 private int cores_; field in Control.ServerStatus11163 return cores_; in getCores()11184 if (cores_ != 0) { in writeTo()11185 output.writeInt32(3, cores_); in writeTo()11203 if (cores_ != 0) { in getSerializedSize()11205 .computeInt32Size(3, cores_); in getSerializedSize()11388 cores_ = 0; in clear()11418 result.cores_ = cores_; in buildPartial()[all …]