Searched refs:__it (Results 1 - 4 of 4) sorted by last modified time

/haiku/headers/cpp/
H A Dstl_hash_map.h193 void erase(iterator __it) { _M_ht.erase(__it); } argument
373 void erase(iterator __it) { _M_ht.erase(__it); } argument
H A Dstl_hash_set.h187 void erase(iterator __it) { _M_ht.erase(__it); } argument
359 void erase(iterator __it) { _M_ht.erase(__it); } argument
H A Dstl_hashtable.h100 bool operator==(const iterator& __it) const
101 { return _M_cur == __it._M_cur; }
102 bool operator!=(const iterator& __it) const
103 { return _M_cur != __it._M_cur; }
133 _Hashtable_const_iterator(const iterator& __it) argument
134 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) {}
141 bool operator==(const const_iterator& __it) const
142 { return _M_cur == __it._M_cur; }
143 bool operator!=(const const_iterator& __it) cons
846 erase(const iterator& __it) argument
910 erase(const const_iterator& __it) argument
[all...]
H A Dstl_tree.h165 _Rb_tree_iterator(const iterator& __it) { _M_node = __it._M_node; } argument
1279 for (const_iterator __it = begin(); __it != end(); ++__it) {
1280 _Link_type __x = (_Link_type) __it._M_node;

Completed in 55 milliseconds