Searched refs:IndexIterator (Results 1 – 5 of 5) sorted by relevance
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 …]
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();
466 typedef std::vector<deUint32>::const_iterator IndexIterator; in verifyMemoryRequirements() typedef471 …for (IndexIterator memoryTypeNdx = usedMemoryTypeIndices.begin(); memoryTypeNdx != usedMemoryTypeI… in verifyMemoryRequirements()966 typedef std::vector<deUint32>::const_iterator IndexIterator; in verifyMemoryRequirements() typedef971 …for (IndexIterator memoryTypeNdx = usedMemoryTypeIndices.begin(); memoryTypeNdx != usedMemoryTypeI… in verifyMemoryRequirements()2025 typedef std::vector<deUint32>::const_iterator IndexIterator; in testMultiplaneImages() typedef2029 …for (IndexIterator memoryTypeNdx = usedMemoryTypeIndices.begin(); memoryTypeNdx != usedMemoryTypeI… in testMultiplaneImages()
129912 typedef struct IndexIterator IndexIterator;129913 struct IndexIterator {129936 static Index *indexIteratorFirst(IndexIterator *pIter, int *pIx){129948 static Index *indexIteratorNext(IndexIterator *pIter, int *pIx){130094 IndexIterator sIdxIter; /* Index iterator */