HomeSort by relevance Sort by last modified time
    Searched full:__other (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/stlport/stlport/stl/
_iterator.h 173 _Self& operator=(const _Self& __other) {
174 container = __other.container;
202 _Self& operator=(const _Self& __other) {
203 container = __other.container;
233 _Self& operator=(_Self const& __other) {
234 container = __other.container;
235 _M_iter = __other._M_iter;
_unordered_map.h 117 _Self& operator = (const _Self& __other)
118 { _M_ht = __other._M_ht; return *this; }
285 _Self& operator = (const _Self& __other)
286 { _M_ht = __other._M_ht; return *this; }
_unordered_set.h 111 _Self& operator = (const _Self& __other)
112 { _M_ht = __other._M_ht; return *this; }
261 _Self& operator = (const _Self& __other)
262 { _M_ht = __other._M_ht; return *this; }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 173 _Self& operator=(const _Self& __other) {
174 container = __other.container;
202 _Self& operator=(const _Self& __other) {
203 container = __other.container;
233 _Self& operator=(_Self const& __other) {
234 container = __other.container;
235 _M_iter = __other._M_iter;
_unordered_map.h 117 _Self& operator = (const _Self& __other)
118 { _M_ht = __other._M_ht; return *this; }
285 _Self& operator = (const _Self& __other)
286 { _M_ht = __other._M_ht; return *this; }
_unordered_set.h 111 _Self& operator = (const _Self& __other)
112 { _M_ht = __other._M_ht; return *this; }
261 _Self& operator = (const _Self& __other)
262 { _M_ht = __other._M_ht; return *this; }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 173 _Self& operator=(const _Self& __other) {
174 container = __other.container;
202 _Self& operator=(const _Self& __other) {
203 container = __other.container;
233 _Self& operator=(_Self const& __other) {
234 container = __other.container;
235 _M_iter = __other._M_iter;
_unordered_map.h 117 _Self& operator = (const _Self& __other)
118 { _M_ht = __other._M_ht; return *this; }
285 _Self& operator = (const _Self& __other)
286 { _M_ht = __other._M_ht; return *this; }
_unordered_set.h 111 _Self& operator = (const _Self& __other)
112 { _M_ht = __other._M_ht; return *this; }
261 _Self& operator = (const _Self& __other)
262 { _M_ht = __other._M_ht; return *this; }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 173 _Self& operator=(const _Self& __other) {
174 container = __other.container;
202 _Self& operator=(const _Self& __other) {
203 container = __other.container;
233 _Self& operator=(_Self const& __other) {
234 container = __other.container;
235 _M_iter = __other._M_iter;
_unordered_map.h 117 _Self& operator = (const _Self& __other)
118 { _M_ht = __other._M_ht; return *this; }
285 _Self& operator = (const _Self& __other)
286 { _M_ht = __other._M_ht; return *this; }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
system_error 91 operator<(const error_category& __other) const
92 { return less<const error_category*>()(this, &__other); }
95 operator==(const error_category& __other) const
96 { return this == &__other; }
99 operator!=(const error_category& __other) const
100 { return this != &__other; }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
system_error 91 operator<(const error_category& __other) const
92 { return less<const error_category*>()(this, &__other); }
95 operator==(const error_category& __other) const
96 { return this == &__other; }
99 operator!=(const error_category& __other) const
100 { return this != &__other; }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
system_error 91 operator<(const error_category& __other) const
92 { return less<const error_category*>()(this, &__other); }
95 operator==(const error_category& __other) const
96 { return this == &__other; }
99 operator!=(const error_category& __other) const
100 { return this != &__other; }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.tcc 43 locale(const locale& __other, _Facet* __f)
45 _M_impl = new _Impl(*__other._M_impl, 1);
61 combine(const locale& __other) const
66 __tmp->_M_replace_facet(__other._M_impl, &_Facet::id);
locale_classes.h 125 locale(const locale& __other) throw();
176 locale(const locale& __other, _Facet* __f);
190 operator=(const locale& __other) throw();
206 combine(const locale& __other) const;
224 operator==(const locale& __other) const throw ();
233 operator!=(const locale& __other) const throw ()
234 { return !(this->operator==(__other)); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 43 locale(const locale& __other, _Facet* __f)
45 _M_impl = new _Impl(*__other._M_impl, 1);
61 combine(const locale& __other) const
66 __tmp->_M_replace_facet(__other._M_impl, &_Facet::id);
locale_classes.h 125 locale(const locale& __other) throw();
176 locale(const locale& __other, _Facet* __f);
190 operator=(const locale& __other) throw();
206 combine(const locale& __other) const;
224 operator==(const locale& __other) const throw ();
233 operator!=(const locale& __other) const throw ()
234 { return !(this->operator==(__other)); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 43 locale(const locale& __other, _Facet* __f)
45 _M_impl = new _Impl(*__other._M_impl, 1);
61 combine(const locale& __other) const
66 __tmp->_M_replace_facet(__other._M_impl, &_Facet::id);
locale_classes.h 125 locale(const locale& __other) throw();
176 locale(const locale& __other, _Facet* __f);
190 operator=(const locale& __other) throw();
206 combine(const locale& __other) const;
224 operator==(const locale& __other) const throw ();
233 operator!=(const locale& __other) const throw ()
234 { return !(this->operator==(__other)); }
  /external/stlport/stlport/stl/pointers/
_tools.h 375 difference_type operator -(_Self const& __other) const
376 { return _M_ite - __other._M_ite; }
378 bool operator == (_Self const& __other) const
379 { return _M_ite == __other._M_ite; }
381 bool operator != (_Self const& __other) const
382 { return _M_ite != __other._M_ite; }
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 375 difference_type operator -(_Self const& __other) const
376 { return _M_ite - __other._M_ite; }
378 bool operator == (_Self const& __other) const
379 { return _M_ite == __other._M_ite; }
381 bool operator != (_Self const& __other) const
382 { return _M_ite != __other._M_ite; }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 375 difference_type operator -(_Self const& __other) const
376 { return _M_ite - __other._M_ite; }
378 bool operator == (_Self const& __other) const
379 { return _M_ite == __other._M_ite; }
381 bool operator != (_Self const& __other) const
382 { return _M_ite != __other._M_ite; }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 375 difference_type operator -(_Self const& __other) const
376 { return _M_ite - __other._M_ite; }
378 bool operator == (_Self const& __other) const
379 { return _M_ite == __other._M_ite; }
381 bool operator != (_Self const& __other) const
382 { return _M_ite != __other._M_ite; }
  /bionic/libm/include/i387/
fenv.h 45 char __other[16]; member in struct:__anon613

Completed in 1690 milliseconds

1 2 3