Searched refs:mySegrIter (Results 1 – 4 of 4) sorted by relevance
238 typedef std::deque<rtfSection>::reverse_iterator mySegrIter; typedef in rtfSections
850 mySegrIter aEnd = maSegments.rend(); in InsertSection()851 for (mySegrIter aIter = maSegments.rbegin(); aIter != aEnd; ++aIter) in InsertSection()
769 typedef ::std::deque<wwSection>::reverse_iterator mySegrIter; typedef in wwSectionManager
707 mySegrIter aEnd = maSegments.rend(); in InsertSection()708 for (mySegrIter aIter = maSegments.rbegin(); aIter != aEnd; ++aIter) in InsertSection()
Completed in 138 milliseconds