Lines Matching refs:operator
35 ALWAYS_INLINE const Instruction* operator->() const {
87 static ALWAYS_INLINE inline bool operator==(const DexInstructionIteratorBase& lhs,
93 static inline bool operator!=(const DexInstructionIteratorBase& lhs,
98 static inline bool operator<(const DexInstructionIteratorBase& lhs,
104 static inline bool operator>(const DexInstructionIteratorBase& lhs,
109 static inline bool operator<=(const DexInstructionIteratorBase& lhs,
114 static inline bool operator>=(const DexInstructionIteratorBase& lhs,
131 DexInstructionIterator& operator++() {
137 DexInstructionIterator operator++(int) {
143 const value_type& operator*() const {
147 const Instruction* operator->() const {
171 SafeDexInstructionIterator& operator++() {
189 SafeDexInstructionIterator operator++(int) {
195 const value_type& operator*() const {
200 const Instruction* operator->() const {