Searched defs:ResourceQuota (Results 1 – 7 of 7) sorted by relevance
10 pub struct ResourceQuota { struct14 impl ResourceQuota { impl18 pub fn new(name: Option<&str>) -> ResourceQuota { in new()33 pub fn resize_memory(self, new_size: usize) -> ResourceQuota { in resize_memory()43 impl Drop for ResourceQuota { implementation
24 ResourceQuota::ResourceQuota() : impl_(grpc_resource_quota_create(nullptr)) {} in ResourceQuota() function in grpc::ResourceQuota26 ResourceQuota::ResourceQuota(const grpc::string& name) in ResourceQuota() function in grpc::ResourceQuota
24 ResourceQuota::ResourceQuota() : impl_(grpc_resource_quota_create(nullptr)) {} in ResourceQuota() function in grpc::ResourceQuota26 ResourceQuota::ResourceQuota(const std::string& name) in ResourceQuota() function in grpc::ResourceQuota
34 class ResourceQuota; variable
40 class ResourceQuota; variable
47 class ResourceQuota; variable