Searched refs:find_iterator (Results 1 – 2 of 2) sorted by relevance
142 typedef std::pair<ValueType*, unsigned> find_iterator; typedef157 find_iterator find(const KeyType& key);159 std::pair<find_iterator, bool> add(const ValueType& entry);161 void remove(const find_iterator& iter);324 inline PropertyTable::find_iterator PropertyTable::find(const KeyType& key) in find()355 inline std::pair<PropertyTable::find_iterator, bool> PropertyTable::add(const ValueType& entry) in add()358 find_iterator iter = find(entry.key); in add()382 inline void PropertyTable::remove(const find_iterator& iter) in remove()477 find_iterator iter = find(entry.key); in reinsert()
725 PropertyTable::find_iterator position = m_propertyTable->find(rep); in remove()