HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 1376 - 1400 of 6015) sorted by null

<<51525354555657585960>>

  /external/stlport/stlport/stl/
_deque.h 186 reference operator*() const {
192 difference_type operator-(const const_iterator& __x) const { return this->_M_subtract(__x); }
194 _Self& operator++() { this->_M_increment(); return *this; }
195 _Self operator++(int) {
201 _Self& operator--() { this->_M_decrement(); return *this; }
202 _Self operator--(int) {
208 _Self& operator+=(difference_type __n) { this->_M_advance(__n); return *this; }
209 _Self operator+(difference_type __n) const {
214 _Self& operator-=(difference_type __n) { return *this += -__n; }
215 _Self operator-(difference_type __n) const
    [all...]
_string_workaround.h 97 _Self& operator=(const _Self& __s) {
98 _Base::operator=(__s);
102 _Self& operator=(const _CharT* __s) {
103 _Base::operator=(__s);
107 _Self& operator=(_CharT __c) {
108 _Base::operator=(__c);
147 public: // Append, operator+=, push_back.
148 _Self& operator+=(const _Self& __s) {
149 _Base::operator+=(__s);
152 _Self& operator+=(const _CharT* __s)
    [all...]
_unordered_map.h 117 _Self& operator = (const _Self& __other)
153 _Tp& operator[](const _KT& __key) {
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
191 bool operator==(const _Self&) const;
285 _Self& operator = (const _Self& __other)
399 operator=(const typename _Container::value_type& __val) {
403 insert_iterator<_Container>& operator*() { return *this; }
404 insert_iterator<_Container>& operator++() { return *this; }
405 insert_iterator<_Container>& operator++(int) { return *this; }
426 operator=(const typename _Container::value_type& __val)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_deque.h 186 reference operator*() const {
192 difference_type operator-(const const_iterator& __x) const { return this->_M_subtract(__x); }
194 _Self& operator++() { this->_M_increment(); return *this; }
195 _Self operator++(int) {
201 _Self& operator--() { this->_M_decrement(); return *this; }
202 _Self operator--(int) {
208 _Self& operator+=(difference_type __n) { this->_M_advance(__n); return *this; }
209 _Self operator+(difference_type __n) const {
214 _Self& operator-=(difference_type __n) { return *this += -__n; }
215 _Self operator-(difference_type __n) const
    [all...]
_string_workaround.h 97 _Self& operator=(const _Self& __s) {
98 _Base::operator=(__s);
102 _Self& operator=(const _CharT* __s) {
103 _Base::operator=(__s);
107 _Self& operator=(_CharT __c) {
108 _Base::operator=(__c);
147 public: // Append, operator+=, push_back.
148 _Self& operator+=(const _Self& __s) {
149 _Base::operator+=(__s);
152 _Self& operator+=(const _CharT* __s)
    [all...]
_unordered_map.h 117 _Self& operator = (const _Self& __other)
153 _Tp& operator[](const _KT& __key) {
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
191 bool operator==(const _Self&) const;
285 _Self& operator = (const _Self& __other)
399 operator=(const typename _Container::value_type& __val) {
403 insert_iterator<_Container>& operator*() { return *this; }
404 insert_iterator<_Container>& operator++() { return *this; }
405 insert_iterator<_Container>& operator++(int) { return *this; }
426 operator=(const typename _Container::value_type& __val)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_deque.h 186 reference operator*() const {
192 difference_type operator-(const const_iterator& __x) const { return this->_M_subtract(__x); }
194 _Self& operator++() { this->_M_increment(); return *this; }
195 _Self operator++(int) {
201 _Self& operator--() { this->_M_decrement(); return *this; }
202 _Self operator--(int) {
208 _Self& operator+=(difference_type __n) { this->_M_advance(__n); return *this; }
209 _Self operator+(difference_type __n) const {
214 _Self& operator-=(difference_type __n) { return *this += -__n; }
215 _Self operator-(difference_type __n) const
    [all...]
_string_workaround.h 97 _Self& operator=(const _Self& __s) {
98 _Base::operator=(__s);
102 _Self& operator=(const _CharT* __s) {
103 _Base::operator=(__s);
107 _Self& operator=(_CharT __c) {
108 _Base::operator=(__c);
147 public: // Append, operator+=, push_back.
148 _Self& operator+=(const _Self& __s) {
149 _Base::operator+=(__s);
152 _Self& operator+=(const _CharT* __s)
    [all...]
_unordered_map.h 117 _Self& operator = (const _Self& __other)
153 _Tp& operator[](const _KT& __key) {
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
191 bool operator==(const _Self&) const;
285 _Self& operator = (const _Self& __other)
399 operator=(const typename _Container::value_type& __val) {
403 insert_iterator<_Container>& operator*() { return *this; }
404 insert_iterator<_Container>& operator++() { return *this; }
405 insert_iterator<_Container>& operator++(int) { return *this; }
426 operator=(const typename _Container::value_type& __val)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_deque.h 186 reference operator*() const {
192 difference_type operator-(const const_iterator& __x) const { return this->_M_subtract(__x); }
194 _Self& operator++() { this->_M_increment(); return *this; }
195 _Self operator++(int) {
201 _Self& operator--() { this->_M_decrement(); return *this; }
202 _Self operator--(int) {
208 _Self& operator+=(difference_type __n) { this->_M_advance(__n); return *this; }
209 _Self operator+(difference_type __n) const {
214 _Self& operator-=(difference_type __n) { return *this += -__n; }
215 _Self operator-(difference_type __n) const
    [all...]
_string_workaround.h 97 _Self& operator=(const _Self& __s) {
98 _Base::operator=(__s);
102 _Self& operator=(const _CharT* __s) {
103 _Base::operator=(__s);
107 _Self& operator=(_CharT __c) {
108 _Base::operator=(__c);
147 public: // Append, operator+=, push_back.
148 _Self& operator+=(const _Self& __s) {
149 _Base::operator+=(__s);
152 _Self& operator+=(const _CharT* __s)
    [all...]
_unordered_map.h 117 _Self& operator = (const _Self& __other)
153 _Tp& operator[](const _KT& __key) {
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
191 bool operator==(const _Self&) const;
285 _Self& operator = (const _Self& __other)
399 operator=(const typename _Container::value_type& __val) {
403 insert_iterator<_Container>& operator*() { return *this; }
404 insert_iterator<_Container>& operator++() { return *this; }
405 insert_iterator<_Container>& operator++(int) { return *this; }
426 operator=(const typename _Container::value_type& __val)
    [all...]
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 279 data_type operator*() const { return InfoObj->ReadData(key, data, len); }
280 bool operator==(const iterator& X) const { return X.data == data; }
281 bool operator!=(const iterator& X) const { return X.data != data; }
353 friend bool operator==(const key_iterator &X, const key_iterator &Y) {
356 friend bool operator!=(const key_iterator& X, const key_iterator &Y) {
360 key_iterator& operator++() { // Preincrement
376 key_iterator operator++(int) { // Postincrement
380 value_type operator*() const {
418 bool operator==(const item_iterator& X) const {
421 bool operator!=(const item_iterator& X) const
    [all...]
PartialDiagnostic.h 215 PartialDiagnostic &operator=(const PartialDiagnostic &Other) {
288 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
294 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
300 friend inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
307 friend inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
314 friend inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
320 friend inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
326 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
334 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 43 operator T&() const { return *ptr; }
76 operator=(const tuple<VValues...>& other) {
167 inline bool operator==(const tuple<>&, const tuple<>&) { return true; }
170 bool operator==(const tuple<T, TTail...>& t, const tuple<U, UTail...>& u) {
175 bool operator!=(const tuple<TValues...>& t, const tuple<UValues...>& u) {
179 inline bool operator<(const tuple<>&, const tuple<>&) { return false; }
182 bool operator<(const tuple<T, TTail...>& t, const tuple<U, UTail...>& u) {
187 bool operator>(const tuple<TValues...>& t, const tuple<UValues...>& u) {
192 bool operator<=(const tuple<TValues...>& t, const tuple<UValues...>& u) {
197 bool operator>=(const tuple<TValues...>& t, const tuple<UValues...>& u)
    [all...]
  /external/stlport/stlport/stl/pointers/
_tools.h 354 const_reference operator*() const { return cast_traits::to_storage_type_cref(*_M_ite); }
356 _Self& operator= (_Self const& __rhs) {
361 _Self& operator++() {
366 _Self& operator--() {
371 _Self& operator += (difference_type __offset) {
375 difference_type operator -(_Self const& __other) const
378 bool operator == (_Self const& __other) const
381 bool operator != (_Self const& __other) const
384 bool operator < (_Self const& __rhs) const
439 bool operator () (_StorageT const& __ref) cons
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 102 TransformationMatrix& operator =(const TransformationMatrix &t)
275 bool operator==(const TransformationMatrix& m2) const
295 bool operator!=(const TransformationMatrix& other) const { return !(*this == other); }
298 TransformationMatrix& operator*=(const TransformationMatrix& t)
304 TransformationMatrix operator*(const TransformationMatrix& t) const
313 operator CATransform3D() const;
317 operator CGAffineTransform() const;
319 operator cairo_matrix_t() const;
321 operator VGMatrix() const;
323 operator QTransform() const
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 354 const_reference operator*() const { return cast_traits::to_storage_type_cref(*_M_ite); }
356 _Self& operator= (_Self const& __rhs) {
361 _Self& operator++() {
366 _Self& operator--() {
371 _Self& operator += (difference_type __offset) {
375 difference_type operator -(_Self const& __other) const
378 bool operator == (_Self const& __other) const
381 bool operator != (_Self const& __other) const
384 bool operator < (_Self const& __rhs) const
439 bool operator () (_StorageT const& __ref) cons
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 354 const_reference operator*() const { return cast_traits::to_storage_type_cref(*_M_ite); }
356 _Self& operator= (_Self const& __rhs) {
361 _Self& operator++() {
366 _Self& operator--() {
371 _Self& operator += (difference_type __offset) {
375 difference_type operator -(_Self const& __other) const
378 bool operator == (_Self const& __other) const
381 bool operator != (_Self const& __other) const
384 bool operator < (_Self const& __rhs) const
439 bool operator () (_StorageT const& __ref) cons
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 354 const_reference operator*() const { return cast_traits::to_storage_type_cref(*_M_ite); }
356 _Self& operator= (_Self const& __rhs) {
361 _Self& operator++() {
366 _Self& operator--() {
371 _Self& operator += (difference_type __offset) {
375 difference_type operator -(_Self const& __other) const
378 bool operator == (_Self const& __other) const
381 bool operator != (_Self const& __other) const
384 bool operator < (_Self const& __rhs) const
439 bool operator () (_StorageT const& __ref) cons
    [all...]
  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 145 inline bool operator==(const _Self& x) const {
148 inline bool operator!=(const _Self& x) const { return !operator==(x); }
150 inline pointer operator*() const {
154 // This is a nonstandard operator-> that dereferences the pointer an extra
158 inline NodeType *operator->() const { return operator*(); }
160 inline _Self& operator++() { // Preincrement
174 inline _Self operator++(int) { // Postincrement
PostOrderIterator.h 104 inline bool operator==(const _Self& x) const {
107 inline bool operator!=(const _Self& x) const { return !operator==(x); }
109 inline pointer operator*() const {
113 // This is a nonstandard operator-> that dereferences the pointer an extra
117 inline NodeType *operator->() const { return operator*(); }
119 inline _Self& operator++() { // Preincrement
128 inline _Self operator++(int) { // Postincrement
  /external/llvm/utils/TableGen/
SetTheory.cpp 29 struct AddOp : public SetTheory::Operator {
36 struct SubOp : public SetTheory::Operator {
51 struct AndOp : public SetTheory::Operator {
65 struct SetIntBinOp : public SetTheory::Operator {
72 throw "Operator requires (Op Set, Int) arguments: " + Expr->getAsString();
143 struct SequenceOp : public SetTheory::Operator {
213 void SetTheory::addOperator(StringRef Name, Operator *Op) {
245 Operator *Op = Operators.lookup(OpInit->getDef()->getName());
247 throw "Unknown set operator: " + Expr->getAsString();
  /external/stlport/test/eh/
nc_alloc.cpp 92 size_t operator()(void* x) const { return (size_t)x; }
205 void* _STLP_CALL operator new(size_t s)
212 void* _STLP_CALL operator new(size_t size, const EH_STD::nothrow_t&) throw() {
223 void* _STLP_CALL operator new[](size_t size ) throw(EH_STD::bad_alloc) {
228 void* _STLP_CALL operator new[](size_t size, const EH_STD::nothrow_t&) throw() {
238 void _STLP_CALL operator delete[](void* ptr) throw()
239 { operator delete( ptr ); }
243 void _STLP_CALL operator delete(void* s) throw()
245 void _STLP_CALL operator delete(void* s)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_list.h 133 operator*() const
137 operator->() const
141 operator++()
148 operator++(int)
156 operator--()
163 operator--(int)
171 operator==(const _Self& __x) const
175 operator!=(const _Self& __x) const
213 operator*() const
217 operator->() cons
    [all...]

Completed in 534 milliseconds

<<51525354555657585960>>