HashTable 81 base/id_map.h typename HashTable::iterator i = data_.find(id); HashTable 100 base/id_map.h for (typename HashTable::iterator i = data_.begin(); HashTable 113 base/id_map.h typename HashTable::const_iterator i = data_.find(id); HashTable 202 base/id_map.h typename HashTable::const_iterator iter_; HashTable 214 base/id_map.h static inline void release_all(HashTable* table) {} HashTable 219 base/id_map.h static inline void release_all(HashTable* table) { HashTable 220 base/id_map.h for (typename HashTable::iterator i = table->begin(); HashTable 249 base/id_map.h HashTable data_;