Searched refs:object_proxy_table_ (Results 1 – 2 of 2) sorted by relevance
232 ObjectProxyTable::iterator iter = object_proxy_table_.find(key); in GetObjectProxyWithOptions()233 if (iter != object_proxy_table_.end()) { in GetObjectProxyWithOptions()239 object_proxy_table_[key] = object_proxy; in GetObjectProxyWithOptions()261 ObjectProxyTable::iterator iter = object_proxy_table_.find(key); in RemoveObjectProxyWithOptions()262 if (iter != object_proxy_table_.end()) { in RemoveObjectProxyWithOptions()264 object_proxy_table_.erase(iter); in RemoveObjectProxyWithOptions()484 for (ObjectProxyTable::iterator iter = object_proxy_table_.begin(); in ShutdownAndBlock()485 iter != object_proxy_table_.end(); ++iter) { in ShutdownAndBlock()498 object_proxy_table_.clear(); in ShutdownAndBlock()
725 ObjectProxyTable object_proxy_table_; variable