Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/load_balancing/rls/
Drls.cc590 static size_t EntrySizeForKey(const RequestKey& key);
1226 return lb_policy_->cache_.EntrySizeForKey(*lru_iterator_); in Size()
1403 size_t entry_size = EntrySizeForKey(key); in FindOrInsert()
1501 size_t RlsLb::Cache::EntrySizeForKey(const RequestKey& key) { in EntrySizeForKey() function in grpc_core::__anon16ea45fc0111::RlsLb::Cache
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/rls/
Drls.cc532 static size_t EntrySizeForKey(const RequestKey& key);
1204 return lb_policy_->cache_.EntrySizeForKey(*lru_iterator_); in Size()
1378 size_t entry_size = EntrySizeForKey(key); in FindOrInsert()
1463 size_t RlsLb::Cache::EntrySizeForKey(const RequestKey& key) { in EntrySizeForKey() function in grpc_core::__anond85855010111::RlsLb::Cache