Searched refs:data_iterator (Results 1 – 4 of 4) sorted by relevance
470 class data_iterator {479 data_iterator(const unsigned char *const Ptr, offset_type NumEntries, in data_iterator() function483 data_iterator() in data_iterator() function487 bool operator==(const data_iterator &X) const {490 bool operator!=(const data_iterator &X) const {494 data_iterator &operator++() { // Preincrement513 data_iterator operator++(int) { // Postincrement514 data_iterator tmp = *this; ++*this; return tmp;533 data_iterator data_begin() { in data_begin()534 return data_iterator(Payload, this->getNumEntries(), &this->getInfoObj()); in data_begin()[all …]
241 InstrProfReaderIndex::data_iterator RecordIterator;
630 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(), in loadModuleFile()
6509 for (ASTDeclContextNameLookupTable::data_iterator in visit()