Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
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();
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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp458 typedef std::vector<deUint32>::const_iterator IndexIterator; in verifyMemoryRequirements() typedef
463 …for (IndexIterator memoryTypeNdx = usedMemoryTypeIndices.begin(); memoryTypeNdx != usedMemoryTypeI… in verifyMemoryRequirements()
951 typedef std::vector<deUint32>::const_iterator IndexIterator; in verifyMemoryRequirements() typedef
956 …for (IndexIterator memoryTypeNdx = usedMemoryTypeIndices.begin(); memoryTypeNdx != usedMemoryTypeI… in verifyMemoryRequirements()