Searched refs:content_iterator (Results 1 – 5 of 5) sorted by relevance
69 template <class content_type> class content_iterator {79 content_iterator(content_type symb) : Current(std::move(symb)) {} in content_iterator() function85 bool operator==(const content_iterator &other) const {89 bool operator!=(const content_iterator &other) const {93 content_iterator &operator++() { // preincrement143 using basic_symbol_iterator = content_iterator<BasicSymbolRef>;
64 using dice_iterator = content_iterator<DiceRef>;126 using export_iterator = content_iterator<ExportEntry>;203 using rebase_iterator = content_iterator<MachORebaseEntry>;261 using bind_iterator = content_iterator<MachOBindEntry>;404 using fixup_iterator = content_iterator<MachOChainedFixupEntry>;
45 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>;47 content_iterator<DelayImportDirectoryEntryRef>;48 using export_directory_iterator = content_iterator<ExportDirectoryEntryRef>;49 using imported_symbol_iterator = content_iterator<ImportedSymbolRef>;50 using base_reloc_iterator = content_iterator<BaseRelocRef>;
47 using section_iterator = content_iterator<SectionRef>;76 using relocation_iterator = content_iterator<RelocationRef>;
267 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>;