Searched refs:data_iterator (Results 1 – 4 of 4) sorted by relevance
464 class data_iterator {473 data_iterator(const unsigned char *const Ptr, offset_type NumEntries, in data_iterator() function477 data_iterator() in data_iterator() function481 bool operator==(const data_iterator &X) const {484 bool operator!=(const data_iterator &X) const {488 data_iterator &operator++() { // Preincrement507 data_iterator operator++(int) { // Postincrement508 data_iterator tmp = *this; ++*this; return tmp;527 data_iterator data_begin() { in data_begin()528 return data_iterator(Payload, this->getNumEntries(), &this->getInfoObj()); in data_begin()[all …]
269 InstrProfReaderIndex::data_iterator RecordIterator;
627 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(), in loadModuleFile()
6784 for (ASTDeclContextNameLookupTable::data_iterator in visit()