/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/ |
point_iterators.hpp | 158 operator=(const PB_DS_CONST_IT_C_DEC& other) 166 operator=(const PB_DS_CONST_ODIR_IT_C_DEC& other) 173 operator->() const 180 operator*() const 187 operator==(const PB_DS_CONST_IT_C_DEC& other) const 191 operator==(const PB_DS_CONST_ODIR_IT_C_DEC& other) const 195 operator!=(const PB_DS_CONST_IT_C_DEC& other) const 199 operator!=(const PB_DS_CONST_ODIR_IT_C_DEC& other) const 203 operator++() 210 operator++(int [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_multiset.h | 218 * @brief %Multiset assignment operator. 225 operator=(const multiset& __x) 233 * @brief %Multiset move assignment operator. 241 operator=(multiset&& __x) 251 * @brief %Multiset list assignment operator. 262 operator=(initializer_list<value_type> __l) 663 operator==(const multiset<_K1, _C1, _A1>&, 668 operator< (const multiset<_K1, _C1, _A1>&, 685 operator==(const multiset<_Key, _Compare, _Alloc>& __x, 702 operator<(const multiset<_Key, _Compare, _Alloc>& __x [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_local_iterator.h | 144 operator=(const _Safe_local_iterator& __x) 164 operator*() const 176 * @todo Use addressof() instead of & operator 179 operator->() const 193 operator++() 207 operator++(int) 234 operator _Iterator() const { return _M_current; } 284 operator==(const _Safe_local_iterator<_IteratorL, _Sequence>& __lhs, 308 operator==(const _Safe_local_iterator<_Iterator, _Sequence>& __lhs, 328 operator!=(const _Safe_local_iterator<_IteratorL, _Sequence>& __lhs [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
multiset.h | 98 operator=(const multiset& __x) 106 operator=(multiset&& __x) 116 operator=(initializer_list<value_type> __l) 325 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs, 331 operator!=(const multiset<_Key, _Compare, _Allocator>& __lhs, 337 operator<(const multiset<_Key, _Compare, _Allocator>& __lhs, 343 operator<=(const multiset<_Key, _Compare, _Allocator>& __lhs, 349 operator>=(const multiset<_Key, _Compare, _Allocator>& __lhs, 355 operator>(const multiset<_Key, _Compare, _Allocator>& __lhs,
|
set.h | 98 operator=(const set& __x) 106 operator=(set&& __x) 116 operator=(initializer_list<value_type> __l) 335 operator==(const set<_Key, _Compare, _Allocator>& __lhs, 341 operator!=(const set<_Key, _Compare, _Allocator>& __lhs, 347 operator<(const set<_Key, _Compare, _Allocator>& __lhs, 353 operator<=(const set<_Key, _Compare, _Allocator>& __lhs, 359 operator>=(const set<_Key, _Compare, _Allocator>& __lhs, 365 operator>(const set<_Key, _Compare, _Allocator>& __lhs,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
safe_local_iterator.h | 144 operator=(const _Safe_local_iterator& __x) 164 operator*() const 176 * @todo Use addressof() instead of & operator 179 operator->() const 193 operator++() 207 operator++(int) 234 operator _Iterator() const { return _M_current; } 284 operator==(const _Safe_local_iterator<_IteratorL, _Sequence>& __lhs, 308 operator==(const _Safe_local_iterator<_Iterator, _Sequence>& __lhs, 328 operator!=(const _Safe_local_iterator<_IteratorL, _Sequence>& __lhs [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/ |
set.h | 103 operator=(const set& __x) 111 operator=(set&& __x) 121 operator=(initializer_list<value_type> __l) 364 operator==(const set<_Key, _Compare, _Allocator>& __lhs, 370 operator!=(const set<_Key, _Compare, _Allocator>& __lhs, 376 operator<(const set<_Key, _Compare, _Allocator>& __lhs, 382 operator<=(const set<_Key, _Compare, _Allocator>& __lhs, 388 operator>=(const set<_Key, _Compare, _Allocator>& __lhs, 394 operator>(const set<_Key, _Compare, _Allocator>& __lhs,
|
/external/llvm/include/llvm/Support/ |
TimeValue.h | 117 /// @brief Incrementing assignment operator. 118 TimeValue& operator += (const TimeValue& that ) { 127 /// @brief Decrementing assignment operator. 128 TimeValue& operator -= (const TimeValue &that ) { 138 int operator < (const TimeValue &that) const { return that > *this; } 143 int operator > (const TimeValue &that) const { 155 int operator <= (const TimeValue &that) const { return that >= *this; } 159 int operator >= (const TimeValue &that) const { 170 int operator == (const TimeValue &that) const { 178 int operator != (const TimeValue &that) const { return !(*this == that); [all...] |
/external/llvm/lib/Support/ |
APInt.cpp | 154 APInt& APInt::operator=(uint64_t RHS) { 195 /// @brief Prefix increment operator. Increments the APInt by one. 196 APInt& APInt::operator++() { 224 /// @brief Prefix decrement operator. Decrements the APInt by one. 225 APInt& APInt::operator--() { 250 /// @brief Addition assignment operator. 251 APInt& APInt::operator+=(const APInt& RHS) { 277 /// @brief Subtraction assignment operator. 278 APInt& APInt::operator-=(const APInt& RHS) { 355 APInt& APInt::operator*=(const APInt& RHS) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
atomic_0.h | 117 atomic_flag& operator=(const atomic_flag&) = delete; 118 atomic_flag& operator=(const atomic_flag&) volatile = delete; 172 __atomic_base& operator=(const __atomic_base&) = delete; 173 __atomic_base& operator=(const __atomic_base&) volatile = delete; 178 operator __int_type() const 181 operator __int_type() const volatile 185 operator=(__int_type __i) 192 operator=(__int_type __i) volatile 199 operator++(int) 203 operator++(int) volatil [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
atomic_0.h | 117 atomic_flag& operator=(const atomic_flag&) = delete; 118 atomic_flag& operator=(const atomic_flag&) volatile = delete; 172 __atomic_base& operator=(const __atomic_base&) = delete; 173 __atomic_base& operator=(const __atomic_base&) volatile = delete; 178 operator __int_type() const 181 operator __int_type() const volatile 185 operator=(__int_type __i) 192 operator=(__int_type __i) volatile 199 operator++(int) 203 operator++(int) volatil [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
atomic_0.h | 117 atomic_flag& operator=(const atomic_flag&) = delete; 118 atomic_flag& operator=(const atomic_flag&) volatile = delete; 172 __atomic_base& operator=(const __atomic_base&) = delete; 173 __atomic_base& operator=(const __atomic_base&) volatile = delete; 178 operator __int_type() const 181 operator __int_type() const volatile 185 operator=(__int_type __i) 192 operator=(__int_type __i) volatile 199 operator++(int) 203 operator++(int) volatil [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
atomic_0.h | 117 atomic_flag& operator=(const atomic_flag&) = delete; 118 atomic_flag& operator=(const atomic_flag&) volatile = delete; 172 __atomic_base& operator=(const __atomic_base&) = delete; 173 __atomic_base& operator=(const __atomic_base&) volatile = delete; 178 operator __int_type() const 181 operator __int_type() const volatile 185 operator=(__int_type __i) 192 operator=(__int_type __i) volatile 199 operator++(int) 203 operator++(int) volatil [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
iterator_facade.hpp | 60 // enable if for use in operator implementation. 151 // (*r).mutate() is legal if operator* returns by value. 153 operator*() const 177 // *r++, and the conversion operator below is used to ensure 180 operator*() const 186 operator value_type&() const 193 T const& operator=(T const& x) const 201 T& operator=(T& x) const 208 operator Iterator const&() const 266 // supports the operator<. Since there are any number of suc [all...] |
/external/chromium_org/cc/layers/ |
layer_iterator.h | 128 LayerIteratorType& operator++() { 132 bool operator==(const LayerIterator& other) const { 137 bool operator!=(const LayerIteratorType& other) const { 141 LayerType* operator->() const { return current_layer(); } 142 LayerType* operator*() const { return current_layer(); } 160 operator const LayerIteratorPosition<LayerType>() const {
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
IntSize.h | 119 operator CGSize() const; 123 operator NSSize() const; 131 inline IntSize& operator+=(IntSize& a, const IntSize& b) 138 inline IntSize& operator-=(IntSize& a, const IntSize& b) 145 inline IntSize operator+(const IntSize& a, const IntSize& b) 150 inline IntSize operator-(const IntSize& a, const IntSize& b) 155 inline IntSize operator-(const IntSize& size) 160 inline bool operator==(const IntSize& a, const IntSize& b) 165 inline bool operator!=(const IntSize& a, const IntSize& b)
|
LayoutPoint.h | 89 inline LayoutPoint& operator+=(LayoutPoint& a, const LayoutSize& b) 95 inline LayoutPoint& operator-=(LayoutPoint& a, const LayoutSize& b) 101 inline LayoutPoint operator+(const LayoutPoint& a, const LayoutSize& b) 106 inline LayoutPoint operator+(const LayoutPoint& a, const LayoutPoint& b) 111 inline LayoutSize operator-(const LayoutPoint& a, const LayoutPoint& b) 116 inline LayoutPoint operator-(const LayoutPoint& a, const LayoutSize& b) 121 inline LayoutPoint operator-(const LayoutPoint& point) 126 inline bool operator==(const LayoutPoint& a, const LayoutPoint& b) 131 inline bool operator!=(const LayoutPoint& a, const LayoutPoint& b)
|
LayoutSize.h | 133 inline LayoutSize& operator+=(LayoutSize& a, const LayoutSize& b) 140 inline LayoutSize& operator-=(LayoutSize& a, const LayoutSize& b) 147 inline LayoutSize operator+(const LayoutSize& a, const LayoutSize& b) 152 inline LayoutSize operator-(const LayoutSize& a, const LayoutSize& b) 157 inline LayoutSize operator-(const LayoutSize& size) 162 inline bool operator==(const LayoutSize& a, const LayoutSize& b) 167 inline bool operator!=(const LayoutSize& a, const LayoutSize& b)
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
AtomicString.h | 77 // We have to declare the copy constructor and copy assignment operator as well, otherwise 78 // they'll be implicitly deleted by adding the move constructor and move assignment operator. 83 AtomicString& operator=(const AtomicString& other) { m_string = other.m_string; return *this; } 84 AtomicString& operator=(AtomicString&& other) { m_string = static_cast<String&&>(other.m_string); return *this; } 93 operator const String&() const { return m_string; } 103 UChar operator[](unsigned int i) const { return m_string[i]; } 160 operator NSString*() const { return m_string; } 197 inline bool operator==(const AtomicString& a, const AtomicString& b) { return a.impl() == b.impl(); } 198 WTF_EXPORT bool operator==(const AtomicString&, const LChar*); 199 inline bool operator==(const AtomicString& a, const char* b) { return WTF::equal(a.impl(), reinterpret_cast<const LChar (…) [all...] |
/external/chromium_org/third_party/cld/base/ |
scoped_ptr.h | 75 // operator* and operator-> will assert() if there is no current object. 76 C& operator*() const { 80 C* operator->() const { 89 bool operator==(const C* p) const { return ptr_ == p; } 90 bool operator!=(const C* p) const { return ptr_ != p; } 120 template <class C2> bool operator==(scoped_ptr<C2> const& p2) const; 121 template <class C2> bool operator!=(scoped_ptr<C2> const& p2) const; 125 void operator=(const scoped_ptr&); 135 inline bool operator==(const C* p1, const scoped_ptr<C>& p2) [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkFloat.h | 56 friend bool operator==(const SkFloat& a, const SkFloat& b) { return a.fPacked == b.fPacked; } 57 friend bool operator!=(const SkFloat& a, const SkFloat& b) { return a.fPacked != b.fPacked; } 58 friend bool operator<(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) < 0; } 59 friend bool operator<=(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) <= 0; } 60 friend bool operator>(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) > 0; } 61 friend bool operator>=(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) >= 0; }
|
/external/clang/include/clang/AST/ |
DeclFriend.h | 34 /// template <typename U> friend A& operator+=(A&, const U&) { ... } 186 reference operator*() const { return Ptr; } 188 friend_iterator &operator++() { 194 friend_iterator operator++(int) { 200 bool operator==(const friend_iterator &Other) const { 204 bool operator!=(const friend_iterator &Other) const { 208 friend_iterator &operator+=(difference_type N) { 215 friend_iterator operator+(difference_type N) const {
|
DependentDiagnostic.h | 135 reference operator*() const { return Ptr; } 137 ddiag_iterator &operator++() { 143 ddiag_iterator operator++(int) { 149 bool operator==(ddiag_iterator Other) const { 153 bool operator!=(ddiag_iterator Other) const { 157 ddiag_iterator &operator+=(difference_type N) { 164 ddiag_iterator operator+(difference_type N) const {
|
StmtIterator.h | 87 DERIVED& operator++() { 98 DERIVED operator++(int) { 100 operator++(); 104 bool operator==(const DERIVED& RHS) const { 108 bool operator!=(const DERIVED& RHS) const { 112 REFERENCE operator*() const { 116 REFERENCE operator->() const { return operator*(); } 151 LLVM_EXPLICIT operator bool() const { return !empty(); } 153 Stmt *operator->() const { return first.operator->(); [all...] |
/external/clang/tools/diagtool/ |
DiagnosticNames.h | 25 bool operator<(const DiagnosticRecord &Other) const { 67 inline reference operator*() const; 68 inline pointer operator->() const { 69 return &operator*(); 76 group_iterator &operator++() { 83 bool operator==(group_iterator &Other) const { 87 bool operator!=(group_iterator &Other) const { 108 bool operator<(const GroupRecord &Other) const { 118 GroupRecord::subgroup_iterator::operator*() const { 124 GroupRecord::diagnostics_iterator::operator*() const [all...] |