Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs2133 resourceQuotaSize_ = other.resourceQuotaSize_; in ServerConfig()
2267 private int resourceQuotaSize_; field in Grpc.Testing.ServerConfig
2273 get { return resourceQuotaSize_; }
2275 resourceQuotaSize_ = value;
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java8548 resourceQuotaSize_ = 0; in ServerConfig()
8658 resourceQuotaSize_ = input.readInt32(); in ServerConfig()
8885 private int resourceQuotaSize_; field in Control.ServerConfig
8894 return resourceQuotaSize_; in getResourceQuotaSize()
8938 if (resourceQuotaSize_ != 0) { in writeTo()
8939 output.writeInt32(1001, resourceQuotaSize_); in writeTo()
8990 if (resourceQuotaSize_ != 0) { in getSerializedSize()
8992 .computeInt32Size(1001, resourceQuotaSize_); in getSerializedSize()
9221 resourceQuotaSize_ = 0; in clear()
9267 result.resourceQuotaSize_ = resourceQuotaSize_; in buildPartial()
[all …]