| OnDiskHashTable.h | 444 class iterator_base { class in class:llvm::OnDiskIterableChainedHashTable 452 iterator_base(const unsigned char *const Ptr, offset_type NumEntries) function in class:llvm::OnDiskIterableChainedHashTable::iterator_base 454 iterator_base() function in class:llvm::OnDiskIterableChainedHashTable::iterator_base 457 friend bool operator==(const iterator_base &X, const iterator_base &Y) { 460 friend bool operator!=(const iterator_base &X, const iterator_base &Y) { 501 class key_iterator : public iterator_base { 509 : iterator_base(Ptr, NumEntries), InfoObj(InfoObj) {} 510 key_iterator() : iterator_base(), InfoObj() { [all...] |