Home
last modified time | relevance | path

Searched refs:IndexIterator (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dswiss-name-dictionary-inl.h580 SwissNameDictionary::IndexIterator::IndexIterator( in IndexIterator() function
590 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 …]
Dswiss-name-dictionary.h144 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();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp466 typedef std::vector<deUint32>::const_iterator IndexIterator; in verifyMemoryRequirements() typedef
471 …for (IndexIterator memoryTypeNdx = usedMemoryTypeIndices.begin(); memoryTypeNdx != usedMemoryTypeI… in verifyMemoryRequirements()
966 typedef std::vector<deUint32>::const_iterator IndexIterator; in verifyMemoryRequirements() typedef
971 …for (IndexIterator memoryTypeNdx = usedMemoryTypeIndices.begin(); memoryTypeNdx != usedMemoryTypeI… in verifyMemoryRequirements()
2025 typedef std::vector<deUint32>::const_iterator IndexIterator; in testMultiplaneImages() typedef
2029 …for (IndexIterator memoryTypeNdx = usedMemoryTypeIndices.begin(); memoryTypeNdx != usedMemoryTypeI… in testMultiplaneImages()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryRequirementsTests.cpp466 typedef std::vector<deUint32>::const_iterator IndexIterator; in verifyMemoryRequirements() typedef
471 …for (IndexIterator memoryTypeNdx = usedMemoryTypeIndices.begin(); memoryTypeNdx != usedMemoryTypeI… in verifyMemoryRequirements()
966 typedef std::vector<deUint32>::const_iterator IndexIterator; in verifyMemoryRequirements() typedef
971 …for (IndexIterator memoryTypeNdx = usedMemoryTypeIndices.begin(); memoryTypeNdx != usedMemoryTypeI… in verifyMemoryRequirements()
2025 typedef std::vector<deUint32>::const_iterator IndexIterator; in testMultiplaneImages() typedef
2029 …for (IndexIterator memoryTypeNdx = usedMemoryTypeIndices.begin(); memoryTypeNdx != usedMemoryTypeI… in testMultiplaneImages()
/third_party/sqlite/src/
Dsqlite3.c129912 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 */