Searched refs:object_proxy_table_ (Results 1 – 2 of 2) sorted by relevance
204 ObjectProxyTable::iterator iter = object_proxy_table_.find(key); in GetObjectProxyWithOptions()205 if (iter != object_proxy_table_.end()) { in GetObjectProxyWithOptions()211 object_proxy_table_[key] = object_proxy; in GetObjectProxyWithOptions()233 ObjectProxyTable::iterator iter = object_proxy_table_.find(key); in RemoveObjectProxyWithOptions()234 if (iter != object_proxy_table_.end()) { in RemoveObjectProxyWithOptions()236 object_proxy_table_.erase(iter); in RemoveObjectProxyWithOptions()455 for (ObjectProxyTable::iterator iter = object_proxy_table_.begin(); in ShutdownAndBlock()456 iter != object_proxy_table_.end(); ++iter) { in ShutdownAndBlock()469 object_proxy_table_.clear(); in ShutdownAndBlock()
714 ObjectProxyTable object_proxy_table_; variable