Searched refs:ITER (Results 1 – 3 of 3) sorted by relevance
99 template <class ITER>100 static ITER impl_LowerBound_(101 ITER i_begin,102 ITER i_end,202 template <class ITER>203 ITER204 SortedIds<COMPARE>::impl_LowerBound_( ITER i_begin, in impl_LowerBound_()205 ITER i_end, in impl_LowerBound_()208 ITER i1 = i_begin; in impl_LowerBound_()209 ITER i2 = i_end; in impl_LowerBound_()[all …]
41 template <typename ITER>46 ITER i_begin, in IteratorRange()47 ITER i_end ) in IteratorRange()52 std::pair<ITER,ITER> in IteratorRange() argument61 ITER cur() const { return itCurrent; } in cur()62 ITER end() const { return itEnd; } in end()67 ITER itCurrent;68 ITER itEnd;
256 typedef std::vector< TEntry_Impl >::iterator ITER; in ~ExtensionBox_Impl() typedef258 for ( ITER iIndex = m_vEntries.begin(); iIndex < m_vEntries.end(); ++iIndex ) in ~ExtensionBox_Impl()450 typedef std::vector< TEntry_Impl >::iterator ITER; in DeleteRemoved() typedef452 for ( ITER iIndex = m_vRemovedEntries.begin(); iIndex < m_vRemovedEntries.end(); ++iIndex ) in DeleteRemoved()789 typedef std::vector< TEntry_Impl >::iterator ITER; in Paint() typedef790 for ( ITER iIndex = m_vEntries.begin(); iIndex < m_vEntries.end(); ++iIndex ) in Paint()1065 typedef std::vector< TEntry_Impl >::iterator ITER; in updateEntry() typedef1066 for ( ITER iIndex = m_vEntries.begin(); iIndex < m_vEntries.end(); ++iIndex ) in updateEntry()1104 typedef std::vector< TEntry_Impl >::iterator ITER; in removeEntry() typedef1106 for ( ITER iIndex = m_vEntries.begin(); iIndex < m_vEntries.end(); ++iIndex ) in removeEntry()[all …]