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;
257 typedef std::vector< TEntry_Impl >::iterator ITER; in ~ExtensionBox_Impl() typedef259 for ( ITER iIndex = m_vEntries.begin(); iIndex < m_vEntries.end(); ++iIndex ) in ~ExtensionBox_Impl()451 typedef std::vector< TEntry_Impl >::iterator ITER; in DeleteRemoved() typedef790 typedef std::vector< TEntry_Impl >::iterator ITER; in Paint() typedef791 for ( ITER iIndex = m_vEntries.begin(); iIndex < m_vEntries.end(); ++iIndex ) in Paint()1066 typedef std::vector< TEntry_Impl >::iterator ITER; in updateEntry() typedef1105 typedef std::vector< TEntry_Impl >::iterator ITER; in removeEntry() typedef1157 typedef std::vector< TEntry_Impl >::iterator ITER; in RemoveUnlocked() typedef1177 typedef std::vector< TEntry_Impl >::iterator ITER; in prepareChecking() typedef1193 typedef std::vector< TEntry_Impl >::iterator ITER; in checkEntries() typedef[all …]
Completed in 77 milliseconds