Searched refs:object_proxy_table_ (Results 1 – 2 of 2) sorted by relevance
237 ObjectProxyTable::iterator iter = object_proxy_table_.find(key); in GetObjectProxyWithOptions()238 if (iter != object_proxy_table_.end()) { in GetObjectProxyWithOptions()244 object_proxy_table_[key] = object_proxy; in GetObjectProxyWithOptions()266 ObjectProxyTable::iterator iter = object_proxy_table_.find(key); in RemoveObjectProxyWithOptions()267 if (iter != object_proxy_table_.end()) { in RemoveObjectProxyWithOptions()269 object_proxy_table_.erase(iter); in RemoveObjectProxyWithOptions()458 for (ObjectProxyTable::iterator iter = object_proxy_table_.begin(); in ShutdownAndBlock()459 iter != object_proxy_table_.end(); ++iter) { in ShutdownAndBlock()466 object_proxy_table_.clear(); in ShutdownAndBlock()
715 ObjectProxyTable object_proxy_table_; variable