Home | History | Annotate | Download | only in pat_trie_

Lines Matching refs:it

6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
71 for (const_iterator it = begin(); it != end(); ++it)
74 debug_base::check_key_exists(PB_DS_V2F(*it), __file, __line);
75 PB_DS_DEBUG_VERIFY(lower_bound(PB_DS_V2F(*it)) == it);
76 PB_DS_DEBUG_VERIFY(--upper_bound(PB_DS_V2F(*it)) == it);
87 for (const_reverse_iterator it = rbegin(); it != rend(); ++it)
91 const_cast<PB_DS_CLASS_C_DEC*>(this)->find_imp(PB_DS_V2F(*it));
92 PB_DS_DEBUG_VERIFY(p_nd == it.m_p_nd);
108 for (typename inode::const_iterator it = static_cast<inode_const_pointer>(p_nd)->begin();
109 it != static_cast<inode_const_pointer>(p_nd)->end();
110 ++it)
111 ret += recursive_count_leafs(*it, __file, __line);