Lines Matching refs:operator
35 ALWAYS_INLINE const Instruction* operator->() const {
89 static ALWAYS_INLINE inline bool operator==(const DexInstructionIteratorBase& lhs,
95 static inline bool operator!=(const DexInstructionIteratorBase& lhs,
100 static inline bool operator<(const DexInstructionIteratorBase& lhs,
106 static inline bool operator>(const DexInstructionIteratorBase& lhs,
111 static inline bool operator<=(const DexInstructionIteratorBase& lhs,
116 static inline bool operator>=(const DexInstructionIteratorBase& lhs,
133 DexInstructionIterator& operator++() {
139 DexInstructionIterator operator++(int) {
145 const value_type& operator*() const {
149 const Instruction* operator->() const {
173 SafeDexInstructionIterator& operator++() {
191 SafeDexInstructionIterator operator++(int) {
197 const value_type& operator*() const {
202 const Instruction* operator->() const {