Searched refs:IndexIterator (Results 1 – 3 of 3) sorted by relevance
144 class IndexIterator {146 inline IndexIterator(Handle<SwissNameDictionary> dict, int start);148 inline IndexIterator& operator++();150 inline bool operator==(const IndexIterator& b) const;151 inline bool operator!=(const IndexIterator& b) const;168 inline IndexIterator begin();169 inline IndexIterator end();
580 SwissNameDictionary::IndexIterator::IndexIterator( in IndexIterator() function590 SwissNameDictionary::IndexIterator&591 SwissNameDictionary::IndexIterator::operator++() {597 bool SwissNameDictionary::IndexIterator::operator==(598 const SwissNameDictionary::IndexIterator& b) const {606 bool SwissNameDictionary::IndexIterator::operator!=(607 const IndexIterator& b) const {611 InternalIndex SwissNameDictionary::IndexIterator::operator*() {623 SwissNameDictionary::IndexIterator SwissNameDictionary::IndexIterable::begin() { in begin()624 return IndexIterator(dict_, 0); in begin()[all …]
458 typedef std::vector<deUint32>::const_iterator IndexIterator; in verifyMemoryRequirements() typedef463 …for (IndexIterator memoryTypeNdx = usedMemoryTypeIndices.begin(); memoryTypeNdx != usedMemoryTypeI… in verifyMemoryRequirements()951 typedef std::vector<deUint32>::const_iterator IndexIterator; in verifyMemoryRequirements() typedef956 …for (IndexIterator memoryTypeNdx = usedMemoryTypeIndices.begin(); memoryTypeNdx != usedMemoryTypeI… in verifyMemoryRequirements()