Searched refs:DexInstructionIteratorBase (Results 1 – 1 of 1) sorted by relevance
54 friend class DexInstructionIteratorBase; variable60 class DexInstructionIteratorBase : public93 static inline bool operator!=(const DexInstructionIteratorBase& lhs,98 static inline bool operator<(const DexInstructionIteratorBase& lhs,99 const DexInstructionIteratorBase& rhs) {104 static inline bool operator>(const DexInstructionIteratorBase& lhs,109 static inline bool operator<=(const DexInstructionIteratorBase& lhs,114 static inline bool operator>=(const DexInstructionIteratorBase& lhs,120 class DexInstructionIterator : public DexInstructionIteratorBase {122 using DexInstructionIteratorBase::DexInstructionIteratorBase;[all …]