Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 174) sorted by relevance

1234567

/art/runtime/
Dstride_iterator.h34 StrideIterator& operator=(const StrideIterator&) = default; variable
35 StrideIterator& operator=(StrideIterator&&) = default; variable
41 bool operator==(const StrideIterator& other) const {
46 bool operator!=(const StrideIterator& other) const {
50 StrideIterator& operator++() { // Value after modification.
55 StrideIterator operator++(int) {
61 StrideIterator& operator--() { // Value after modification.
66 StrideIterator operator--(int) {
72 StrideIterator& operator+=(difference_type delta) {
77 StrideIterator operator+(difference_type delta) const {
[all …]
Ddex_file_types.h40 bool operator==(const StringIndex& other) const {
43 bool operator!=(const StringIndex& other) const {
46 bool operator<(const StringIndex& other) const {
49 bool operator<=(const StringIndex& other) const {
52 bool operator>(const StringIndex& other) const {
55 bool operator>=(const StringIndex& other) const {
59 std::ostream& operator<<(std::ostream& os, const StringIndex& index);
75 bool operator==(const TypeIndex& other) const {
78 bool operator!=(const TypeIndex& other) const {
81 bool operator<(const TypeIndex& other) const {
[all …]
Dexperimental_flags.h36 constexpr operator decltype(kNone)() const { in decltype()
40 constexpr explicit operator bool() const {
44 constexpr ExperimentalFlags operator|(const decltype(kNone)& b) const {
47 constexpr ExperimentalFlags operator|(const ExperimentalFlags& b) const {
51 constexpr ExperimentalFlags operator&(const ExperimentalFlags& b) const {
54 constexpr ExperimentalFlags operator&(const decltype(kNone)& b) const { in decltype()
58 constexpr bool operator==(const ExperimentalFlags& b) const {
66 inline std::ostream& operator<<(std::ostream& stream, const ExperimentalFlags& e) {
78 inline std::ostream& operator<<(std::ostream& stream, const decltype(ExperimentalFlags::kNone)& e) {
Dobj_ptr.h72 ALWAYS_INLINE ObjPtr& operator=(const ObjPtr<Type>& other)
78 ALWAYS_INLINE ObjPtr& operator=(MirrorType* ptr) REQUIRES_SHARED(Locks::mutator_lock_) { in REQUIRES_SHARED()
87 ALWAYS_INLINE MirrorType* operator->() const REQUIRES_SHARED(Locks::mutator_lock_) {
105 ALWAYS_INLINE bool operator==(const ObjPtr& ptr) const REQUIRES_SHARED(Locks::mutator_lock_) {
110 ALWAYS_INLINE bool operator==(const PointerType* ptr) const
115 ALWAYS_INLINE bool operator==(std::nullptr_t) const {
119 ALWAYS_INLINE bool operator!=(const ObjPtr& ptr) const REQUIRES_SHARED(Locks::mutator_lock_) {
124 ALWAYS_INLINE bool operator!=(const PointerType* ptr) const
129 ALWAYS_INLINE bool operator!=(std::nullptr_t) const {
173 size_t operator()(const ObjPtr<MirrorType>& ptr) const NO_THREAD_SAFETY_ANALYSIS { in operator() function
[all …]
Ddex_file_layout.h45 std::ostream& operator<<(std::ostream& os, const LayoutType& collector_type);
55 std::ostream& operator<<(std::ostream& os, const MadviseState& collector_type);
90 std::ostream& operator<<(std::ostream& os, const DexLayoutSections::SectionType& collector_type);
91 std::ostream& operator<<(std::ostream& os, const DexLayoutSection& section);
92 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections);
Dmapping_table.h88 void operator++() {
96 bool operator==(const DexToPcIterator& rhs) const {
100 bool operator!=(const DexToPcIterator& rhs) const {
165 void operator++() {
173 bool operator==(const PcToDexIterator& rhs) const {
177 bool operator!=(const PcToDexIterator& rhs) const {
Doffsets.h44 std::ostream& operator<<(std::ostream& os, const Offset& offs);
50 bool operator>(FrameOffset other) const { return val_ > other.val_; }
51 bool operator<(FrameOffset other) const { return val_ < other.val_; }
Dplugin.h74 friend std::ostream& operator<<(std::ostream &os, Plugin const& m);
77 std::ostream& operator<<(std::ostream &os, Plugin const& m);
78 std::ostream& operator<<(std::ostream &os, const Plugin* m);
/art/runtime/base/
Darena_object.h31 void* operator new(size_t size, ArenaAllocator* allocator) {
35 static void* operator new(size_t size, ScopedArenaAllocator* arena) {
39 void operator delete(void*, size_t) {
45 ALWAYS_INLINE void* operator new(size_t, void* ptr) noexcept { return ptr; }
46 ALWAYS_INLINE void operator delete(void*, void*) noexcept { }
55 void* operator new(size_t size, ArenaAllocator* allocator) {
59 static void* operator new(size_t size, ScopedArenaAllocator* arena) {
63 void operator delete(void*, size_t) {
Dtransform_iterator.h69 TransformIterator& operator++() {
74 TransformIterator& operator++(int) {
80 TransformIterator& operator--() {
89 TransformIterator& operator--(int) {
95 reference operator*() const {
99 reference operator[](difference_type n) const {
107 TransformIterator operator+(difference_type n) const {
115 TransformIterator operator-(difference_type n) const {
123 difference_type operator-(const TransformIterator& other) const {
154 bool operator==(const TransformIterator<BaseIterator1, Function>& lhs,
[all …]
Ddchecked_vector.h85 dchecked_vector& operator=(const dchecked_vector& src) {
86 Base::operator=(src);
89 dchecked_vector& operator=(dchecked_vector&& src) {
90 Base::operator=(std::move(src));
93 dchecked_vector& operator=(std::initializer_list<value_type> il) {
94 Base::operator=(il);
122 reference operator[](size_type n) {
124 return Base::operator[](n);
126 const_reference operator[](size_type n) const {
128 return Base::operator[](n);
[all …]
Dstringpiece.h88 char operator[](size_type i) const {
92 char operator[](size_type i) const;
174 inline bool operator==(const StringPiece& x, const StringPiece& y) {
200 inline bool operator==(const StringPiece& x, const char* y) {
208 inline bool operator!=(const StringPiece& x, const StringPiece& y) {
212 inline bool operator!=(const StringPiece& x, const char* y) {
216 inline bool operator<(const StringPiece& x, const StringPiece& y) {
220 inline bool operator>(const StringPiece& x, const StringPiece& y) {
224 inline bool operator<=(const StringPiece& x, const StringPiece& y) {
228 inline bool operator>=(const StringPiece& x, const StringPiece& y) {
[all …]
Dbit_utils_iterator.h45 Iter& operator++() {
52 Iter& operator++(int) {
62 friend bool operator==(const BitIteratorBase<U, I>& lhs, const BitIteratorBase<U, I>& rhs);
66 bool operator==(const BitIteratorBase<T, Iter>& lhs, const BitIteratorBase<T, Iter>& rhs) {
71 bool operator!=(const BitIteratorBase<T, Iter>& lhs, const BitIteratorBase<T, Iter>& rhs) {
80 uint32_t operator*() const {
91 uint32_t operator*() const {
Dbit_vector-inl.h26 inline bool BitVector::IndexIterator::operator==(const IndexIterator& other) const {
32 inline uint32_t BitVector::IndexIterator::operator*() const {
37 inline BitVector::IndexIterator& BitVector::IndexIterator::operator++() {
43 inline BitVector::IndexIterator BitVector::IndexIterator::operator++(int) {
Dmacros.h42 NO_RETURN ALWAYS_INLINE void operator delete(void*, size_t) { UNREACHABLE(); } \
43 ALWAYS_INLINE void* operator new(size_t, void* ptr) noexcept { return ptr; } \
44 ALWAYS_INLINE void operator delete(void*, void*) noexcept { } \
46 void* operator new(size_t) = delete // NOLINT
Dhash_map.h31 size_t operator()(const std::pair<Key, Value>& pair) const { in operator() function
35 size_t operator()(const Key& key) const { in operator() function
39 bool operator()(const std::pair<Key, Value>& a, const std::pair<Key, Value>& b) const { in operator() function
43 bool operator()(const std::pair<Key, Value>& a, const Element& element) const { in operator() function
/art/runtime/arch/
Dcode_offset.h53 ALWAYS_INLINE CodeOffset& operator=(const CodeOffset&) = default; variable
54 ALWAYS_INLINE CodeOffset& operator=(CodeOffset&&) = default; variable
62 inline bool operator==(const CodeOffset& a, const CodeOffset& b) {
66 inline bool operator!=(const CodeOffset& a, const CodeOffset& b) {
70 inline bool operator<(const CodeOffset& a, const CodeOffset& b) {
74 inline bool operator<=(const CodeOffset& a, const CodeOffset& b) {
78 inline bool operator>(const CodeOffset& a, const CodeOffset& b) {
82 inline bool operator>=(const CodeOffset& a, const CodeOffset& b) {
86 inline std::ostream& operator<<(std::ostream& os, const CodeOffset& offset) {
/art/runtime/jdwp/
Djdwp_constants.h90 std::ostream& operator<<(std::ostream& os, const JdwpError& value);
102 std::ostream& operator<<(std::ostream& os, const JdwpClassStatus& value);
132 std::ostream& operator<<(std::ostream& os, const JdwpEventKind& value);
151 std::ostream& operator<<(std::ostream& os, const JdwpModKind& value);
160 std::ostream& operator<<(std::ostream& os, const JdwpInvokeOptions& value);
170 std::ostream& operator<<(std::ostream& os, const JdwpStepDepth& value);
179 std::ostream& operator<<(std::ostream& os, const JdwpStepSize& value);
189 std::ostream& operator<<(std::ostream& os, const JdwpSuspendPolicy& value);
198 std::ostream& operator<<(std::ostream& os, const JdwpSuspendStatus& value);
210 std::ostream& operator<<(std::ostream& os, const JdwpThreadStatus& value);
[all …]
/art/runtime/openjdkjvmti/
Djvmti_allocator.h65 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default; variable
75 friend bool operator==(const JvmtiAllocator<U>& lhs, const JvmtiAllocator<U>& rhs);
102 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default; variable
145 inline bool operator==(JvmtiAllocator const& other) {
148 inline bool operator!=(JvmtiAllocator const& other) {
149 return !operator==(other);
159 friend bool operator==(const JvmtiAllocator<U>& lhs, const JvmtiAllocator<U>& rhs);
163 inline bool operator==(const JvmtiAllocator<T>& lhs, const JvmtiAllocator<T>& rhs) {
168 inline bool operator!=(const JvmtiAllocator<T>& lhs, const JvmtiAllocator<T>& rhs) {
/art/compiler/utils/
Dswap_space.h63 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator() function
81 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) const { in operator() function
131 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
141 friend bool operator==(const SwapAllocator<U>& lhs, const SwapAllocator<U>& rhs);
167 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
206 inline bool operator==(SwapAllocator const& other) {
209 inline bool operator!=(SwapAllocator const& other) {
210 return !operator==(other);
220 friend bool operator==(const SwapAllocator<U>& lhs, const SwapAllocator<U>& rhs);
224 inline bool operator==(const SwapAllocator<T>& lhs, const SwapAllocator<T>& rhs) {
[all …]
Dintrusive_forward_list.h39 IntrusiveForwardListHook& operator=(const IntrusiveForwardListHook& src ATTRIBUTE_UNUSED) {
67 IntrusiveForwardListIterator& operator=(const IntrusiveForwardListIterator& src) = default; variable
76 IntrusiveForwardListIterator& operator++() {
81 IntrusiveForwardListIterator operator++(int) {
88 T& operator*() const {
92 T* operator->() const {
109 operator==(const IntrusiveForwardListIterator<OtherT1, OtherTraits>& lhs,
114 typename std::enable_if<std::is_same<const T, const OtherT>::value, bool>::type operator==(
121 typename std::enable_if<std::is_same<const T, const OtherT>::value, bool>::type operator!=(
154 IntrusiveForwardList& operator=(const IntrusiveForwardList& src) = delete; variable
[all …]
/art/runtime/ti/
Dagent.h83 Agent& operator=(const Agent& other); variable
86 Agent& operator=(Agent&& other); variable
106 friend std::ostream& operator<<(std::ostream &os, Agent const& m);
109 std::ostream& operator<<(std::ostream &os, Agent const& m);
110 std::ostream& operator<<(std::ostream &os, const Agent* m);
/art/runtime/verifier/
Dverifier_enums.h38 std::ostream& operator<<(std::ostream& os, const FailureKind& rhs);
64 std::ostream& operator<<(std::ostream& os, const MethodType& rhs);
97 std::ostream& operator<<(std::ostream& os, const VerifyError& rhs);
/art/test/ti-agent/
Djvmti_helper.h47 JvmtiDeleter& operator=(const JvmtiDeleter&) = default; variable
49 void operator()(unsigned char* ptr) const { in operator() function
72 std::ostream& operator<<(std::ostream& os, const jvmtiError& rhs);
/art/cmdline/detail/
Dcmdline_debug_detail.h33 debug_log_ignore& operator<<(const T&) { return *this; }
35 debug_log_ignore& operator<<(std::ostream& (*)(std::ostream&) ) { return *this; }

1234567