Searched refs:content_iterator (Results 1 – 5 of 5) sorted by relevance
57 class content_iterator62 content_iterator(content_type symb) : Current(std::move(symb)) {} in content_iterator() function68 bool operator==(const content_iterator &other) const {72 bool operator!=(const content_iterator &other) const {76 content_iterator &operator++() { // preincrement125 typedef content_iterator<BasicSymbolRef> basic_symbol_iterator;
50 typedef content_iterator<DiceRef> dice_iterator;101 typedef content_iterator<ExportEntry> export_iterator;137 typedef content_iterator<MachORebaseEntry> rebase_iterator;185 typedef content_iterator<MachOBindEntry> bind_iterator;
32 typedef content_iterator<ImportDirectoryEntryRef> import_directory_iterator;33 typedef content_iterator<DelayImportDirectoryEntryRef>35 typedef content_iterator<ExportDirectoryEntryRef> export_directory_iterator;36 typedef content_iterator<ImportedSymbolRef> imported_symbol_iterator;37 typedef content_iterator<BaseRelocRef> base_reloc_iterator;
36 typedef content_iterator<SectionRef> section_iterator;65 typedef content_iterator<RelocationRef> relocation_iterator;
43 class content_iterator {46 content_iterator(content_type symb) in content_iterator() function57 bool operator==(const content_iterator &other) const {61 bool operator!=(const content_iterator &other) const {65 content_iterator& increment(error_code &err) { in increment()126 typedef content_iterator<SymbolRef> symbol_iterator;161 typedef content_iterator<RelocationRef> relocation_iterator;199 typedef content_iterator<SectionRef> section_iterator;