Home
last modified time | relevance | path

Searched refs:DexInstructionIteratorBase (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_instruction_iterator.h54 friend class DexInstructionIteratorBase; variable
60 class DexInstructionIteratorBase : public
93 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 …]