Searched refs:skipIter (Results 1 – 9 of 9) sorted by relevance
245 while (skipIter != allFrames.end()){ in testComponentListConst()246 cout << skipIter->getConcreteClassName() << ":" in testComponentListConst()247 << skipIter->getAbsolutePathString() << endl; in testComponentListConst()248 std::advance(skipIter, 2); in testComponentListConst()375 while (skipIter != allFrames.end()){ in testComponentListNonConstWithConstIterator()376 … cout << skipIter->getConcreteClassName() << ":" << skipIter->getAbsolutePathString() << endl; in testComponentListNonConstWithConstIterator()377 std::advance(skipIter, 2); in testComponentListNonConstWithConstIterator()488 ComponentList<Frame>::iterator skipIter = allFrames.begin(); in testComponentListNonConstWithNonConstIterator() local490 while (skipIter != allFrames.end()){ in testComponentListNonConstWithNonConstIterator()491 skipIter->setName(skipIter->getName()); in testComponentListNonConstWithNonConstIterator()[all …]
288 …SXMPIterator skipIter (xmp, kXMP_NS_SDK, (kXMP_IterJustLeafNodes | kXMP_IterOmitQualifiers | kXMP_… in main() local289 while(skipIter.Next(&schemaNS, &propPath, &propVal)) in main()293 skipIter.Skip(kXMP_IterSkipSiblings); in main()
122 skipIter(idx); in strAt()137 void StringRange::skipIter(int count) const { in skipIter() function in StringRange
48 void skipIter(int count) const;
83 skipIter(idx); in addrAt()
3693 gfxSkipCharsIterator skipIter(mStart); in GetHyphenationBreaks() local3696 skipIter.ConvertSkippedToOriginal(aRange.start + i)))) { in GetHyphenationBreaks()
3809 gfxSkipCharsIterator skipIter(mStart); in GetHyphenationBreaks() local3812 skipIter.ConvertSkippedToOriginal(aRange.start + i))))) { in GetHyphenationBreaks()
3671 gfxSkipCharsIterator skipIter(mStart); in GetHyphenationBreaks() local3674 skipIter.ConvertSkippedToOriginal(aRange.start + i)))) { in GetHyphenationBreaks()