/ndk/tests/device/test-stlport_static-exception/jni/ |
p755a.cpp | 2 // It checks to see if you can define your own global delete operator. 7 void operator delete(void *p) throw() {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
typeindex | 26 bool operator==(const type_index& rhs) const noexcept; 27 bool operator!=(const type_index& rhs) const noexcept; 28 bool operator< (const type_index& rhs) const noexcept; 29 bool operator<=(const type_index& rhs) const noexcept; 30 bool operator> (const type_index& rhs) const noexcept; 31 bool operator>=(const type_index& rhs) const noexcept; 41 size_t operator()(type_index index) const noexcept; 66 bool operator==(const type_index& __y) const _NOEXCEPT 69 bool operator!=(const type_index& __y) const _NOEXCEPT 72 bool operator< (const type_index& __y) const _NOEXCEP [all...] |
/external/clang/test/SemaTemplate/ |
instantiate-subscript.cpp | 5 int &operator[](int); 9 long &operator[](long); // expected-note{{candidate function}} 13 operator int(); 19 Result &result = t[u]; // expected-error{{no viable overloaded operator[] for type}} 31 bool operator[](int n) const { return true; }
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
MoveOnly.h | 12 MoveOnly& operator=(const MoveOnly&); 19 MoveOnly& operator=(MoveOnly&& x) 24 bool operator==(const MoveOnly& x) const {return data_ == x.data_;} 25 bool operator< (const MoveOnly& x) const {return data_ < x.data_;} 34 std::size_t operator()(const MoveOnly& x) const {return x.get();}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/ |
MoveOnly.h | 12 MoveOnly& operator=(const MoveOnly&); 19 MoveOnly& operator=(MoveOnly&& x) 24 bool operator==(const MoveOnly& x) const {return data_ == x.data_;} 25 bool operator< (const MoveOnly& x) const {return data_ < x.data_;} 34 std::size_t operator()(const MoveOnly& x) const {return x.get();}
|
/external/eigen/Eigen/src/plugins/ |
CommonCwiseBinaryOps.h | 15 * \note If you want to substract a given scalar from all coefficients, see Cwise::operator-(). 17 * \sa class CwiseBinaryOp, operator-=() 19 EIGEN_MAKE_CWISE_BINARY_OP(operator-,internal::scalar_difference_op) 23 * \note If you want to add a given scalar to all coefficients, see Cwise::operator+(). 25 * \sa class CwiseBinaryOp, operator+=() 27 EIGEN_MAKE_CWISE_BINARY_OP(operator+,internal::scalar_sum_op) 29 /** \returns an expression of a custom coefficient-wise operator \a func of *this and \a other 32 * of the custom operator (see class CwiseBinaryOp for an example) 38 * \sa class CwiseBinaryOp, operator+(), operator-(), cwiseProduct( [all...] |
/external/eigen/Eigen/src/Eigen2Support/ |
CwiseOperators.h | 52 /** \deprecated ArrayBase::operator*() */ 56 Cwise<ExpressionType>::operator*(const MatrixBase<OtherDerived> &other) const 61 /** \deprecated ArrayBase::operator/() */ 65 Cwise<ExpressionType>::operator/(const MatrixBase<OtherDerived> &other) const 70 /** \deprecated ArrayBase::operator*=() */ 73 inline ExpressionType& Cwise<ExpressionType>::operator*=(const MatrixBase<OtherDerived> &other) 78 /** \deprecated ArrayBase::operator/=() */ 81 inline ExpressionType& Cwise<ExpressionType>::operator/=(const MatrixBase<OtherDerived> &other) 154 /** \deprecated ArrayBase::operator<() */ 158 Cwise<ExpressionType>::operator<(const MatrixBase<OtherDerived> &other) cons [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/decimal/ |
decimal | 103 decimal32 operator+(decimal32 __rhs); 104 decimal64 operator+(decimal64 __rhs); 105 decimal128 operator+(decimal128 __rhs); 106 decimal32 operator-(decimal32 __rhs); 107 decimal64 operator-(decimal64 __rhs); 108 decimal128 operator-(decimal128 __rhs); 112 _T1 operator _Op(_T2 __lhs, _T3 __rhs); 114 _Tp operator _Op(_Tp __lhs, int __rhs); \ 115 _Tp operator _Op(_Tp __lhs, unsigned int __rhs); \ 116 _Tp operator _Op(_Tp __lhs, long __rhs); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/decimal/ |
decimal | 103 decimal32 operator+(decimal32 __rhs); 104 decimal64 operator+(decimal64 __rhs); 105 decimal128 operator+(decimal128 __rhs); 106 decimal32 operator-(decimal32 __rhs); 107 decimal64 operator-(decimal64 __rhs); 108 decimal128 operator-(decimal128 __rhs); 112 _T1 operator _Op(_T2 __lhs, _T3 __rhs); 114 _Tp operator _Op(_Tp __lhs, int __rhs); \ 115 _Tp operator _Op(_Tp __lhs, unsigned int __rhs); \ 116 _Tp operator _Op(_Tp __lhs, long __rhs); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/ |
decimal | 103 decimal32 operator+(decimal32 __rhs); 104 decimal64 operator+(decimal64 __rhs); 105 decimal128 operator+(decimal128 __rhs); 106 decimal32 operator-(decimal32 __rhs); 107 decimal64 operator-(decimal64 __rhs); 108 decimal128 operator-(decimal128 __rhs); 112 _T1 operator _Op(_T2 __lhs, _T3 __rhs); 114 _Tp operator _Op(_Tp __lhs, int __rhs); \ 115 _Tp operator _Op(_Tp __lhs, unsigned int __rhs); \ 116 _Tp operator _Op(_Tp __lhs, long __rhs); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/ |
decimal | 103 decimal32 operator+(decimal32 __rhs); 104 decimal64 operator+(decimal64 __rhs); 105 decimal128 operator+(decimal128 __rhs); 106 decimal32 operator-(decimal32 __rhs); 107 decimal64 operator-(decimal64 __rhs); 108 decimal128 operator-(decimal128 __rhs); 112 _T1 operator _Op(_T2 __lhs, _T3 __rhs); 114 _Tp operator _Op(_Tp __lhs, int __rhs); \ 115 _Tp operator _Op(_Tp __lhs, unsigned int __rhs); \ 116 _Tp operator _Op(_Tp __lhs, long __rhs); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/ |
decimal | 103 decimal32 operator+(decimal32 __rhs); 104 decimal64 operator+(decimal64 __rhs); 105 decimal128 operator+(decimal128 __rhs); 106 decimal32 operator-(decimal32 __rhs); 107 decimal64 operator-(decimal64 __rhs); 108 decimal128 operator-(decimal128 __rhs); 112 _T1 operator _Op(_T2 __lhs, _T3 __rhs); 114 _Tp operator _Op(_Tp __lhs, int __rhs); \ 115 _Tp operator _Op(_Tp __lhs, unsigned int __rhs); \ 116 _Tp operator _Op(_Tp __lhs, long __rhs); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/ |
decimal | 103 decimal32 operator+(decimal32 __rhs); 104 decimal64 operator+(decimal64 __rhs); 105 decimal128 operator+(decimal128 __rhs); 106 decimal32 operator-(decimal32 __rhs); 107 decimal64 operator-(decimal64 __rhs); 108 decimal128 operator-(decimal128 __rhs); 112 _T1 operator _Op(_T2 __lhs, _T3 __rhs); 114 _Tp operator _Op(_Tp __lhs, int __rhs); \ 115 _Tp operator _Op(_Tp __lhs, unsigned int __rhs); \ 116 _Tp operator _Op(_Tp __lhs, long __rhs); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/decimal/ |
decimal | 103 decimal32 operator+(decimal32 __rhs); 104 decimal64 operator+(decimal64 __rhs); 105 decimal128 operator+(decimal128 __rhs); 106 decimal32 operator-(decimal32 __rhs); 107 decimal64 operator-(decimal64 __rhs); 108 decimal128 operator-(decimal128 __rhs); 112 _T1 operator _Op(_T2 __lhs, _T3 __rhs); 114 _Tp operator _Op(_Tp __lhs, int __rhs); \ 115 _Tp operator _Op(_Tp __lhs, unsigned int __rhs); \ 116 _Tp operator _Op(_Tp __lhs, long __rhs); [all...] |
/external/clang/test/SemaCXX/ |
overloaded-builtin-operators.cpp | 7 operator short(); 11 operator long(); 16 operator E1(); 21 operator E2(); 31 operator pmf(); 63 struct ShortRef { // expected-note{{candidate function (the implicit copy assignment operator)}} 64 operator short&(); 68 operator volatile long&(); 71 struct XpmfRef { // expected-note{{candidate function (the implicit copy assignment operator)}} 72 operator pmf&() [all...] |
/external/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR: 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 75 reference operator*() const { 80 _Self& operator++() { 84 _Self operator++(int) { 89 _Self& operator--() { 93 _Self operator--(int) { 99 _Self operator+(difference_type __n) const { return _Self(current - __n); } 100 _Self& operator+=(difference_type __n) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR: 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 75 reference operator*() const { 80 _Self& operator++() { 84 _Self operator++(int) { 89 _Self& operator--() { 93 _Self operator--(int) { 99 _Self operator+(difference_type __n) const { return _Self(current - __n); } 100 _Self& operator+=(difference_type __n) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR: 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 75 reference operator*() const { 80 _Self& operator++() { 84 _Self operator++(int) { 89 _Self& operator--() { 93 _Self operator--(int) { 99 _Self operator+(difference_type __n) const { return _Self(current - __n); } 100 _Self& operator+=(difference_type __n) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR: 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 75 reference operator*() const { 80 _Self& operator++() { 84 _Self operator++(int) { 89 _Self& operator--() { 93 _Self operator--(int) { 99 _Self operator+(difference_type __n) const { return _Self(current - __n); } 100 _Self& operator+=(difference_type __n) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR: 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 75 reference operator*() const { 80 _Self& operator++() { 84 _Self operator++(int) { 89 _Self& operator--() { 93 _Self operator--(int) { 99 _Self operator+(difference_type __n) const { return _Self(current - __n); } 100 _Self& operator+=(difference_type __n) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR: 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 75 reference operator*() const { 80 _Self& operator++() { 84 _Self operator++(int) { 89 _Self& operator--() { 93 _Self operator--(int) { 99 _Self operator+(difference_type __n) const { return _Self(current - __n); } 100 _Self& operator+=(difference_type __n) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR: 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 75 reference operator*() const { 80 _Self& operator++() { 84 _Self operator++(int) { 89 _Self& operator--() { 93 _Self operator--(int) { 99 _Self operator+(difference_type __n) const { return _Self(current - __n); } 100 _Self& operator+=(difference_type __n) [all...] |
/external/chromium_org/content/browser/indexed_db/ |
list_set.h | 27 list_set& operator=(const list_set<T>& other) { 76 inline self_type& operator++() { 80 inline self_type operator++(int /*ignored*/) { 85 inline self_type& operator--() { 89 inline self_type operator--(int /*ignored*/) { 94 inline value_type& operator*() { return *it_; } 95 inline value_type* operator->() { return &(*it_); } 96 inline bool operator==(const iterator& rhs) const { return it_ == rhs.it_; } 97 inline bool operator!=(const iterator& rhs) const { return it_ != rhs.it_; } 99 inline operator const_iterator() const { return const_iterator(it_); [all...] |
/art/runtime/ |
atomic_integer.h | 31 // Unsafe = operator for non atomic operations on the integer. 36 AtomicInteger& operator=(int32_t desired) { 45 operator int32_t() const { 57 int32_t operator++() { 61 int32_t operator++(int32_t) { 65 int32_t operator--() { 69 int32_t operator--(int32_t) {
|
/external/clang/test/CXX/class.derived/class.abstract/ |
p16.cpp | 23 virtual E &operator=(const E &); // expected-note {{here}} 24 virtual F &operator=(const F &); 25 virtual G &operator=(G&&); 26 virtual H &operator=(H&&); // expected-note {{here}} 30 D &operator=(const D&) = default; 31 D &operator=(D&&) = default; 35 // expected-error {{deleted function 'operator=' cannot override a non-deleted function}} 40 H &operator=(H&&) = default; // expected-error {{deleted function 'operator=' cannot override a non-deleted function}}
|