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

  /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; }
_deque.h 114 _Deque_iterator_base(_Deque_iterator_base const& __other)
115 : _M_cur(__other._M_cur), _M_first(__other._M_first),
116 _M_last(__other._M_last), _M_node(__other._M_node) {}
    [all...]
_alloc.h 359 void _M_swap_workaround(allocator<_Tp>& __other) {}
  /ndk/sources/android/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; }
_deque.h 114 _Deque_iterator_base(_Deque_iterator_base const& __other)
115 : _M_cur(__other._M_cur), _M_first(__other._M_first),
116 _M_last(__other._M_last), _M_node(__other._M_node) {}
    [all...]
_alloc.h 359 void _M_swap_workaround(allocator<_Tp>& __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/android/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/amd64/
fenv.h 40 char __other[16]; member in struct:__anon545::__anon546
  /bionic/libm/i387/
fenv.h 45 char __other[16]; member in struct:__anon549
  /bionic/libm/include/amd64/
fenv.h 40 char __other[16]; member in struct:__anon552::__anon553
  /bionic/libm/include/i387/
fenv.h 45 char __other[16]; member in struct:__anon554
  /development/ndk/platforms/android-5/arch-x86/include/
fenv.h 45 char __other[16]; member in struct:__anon1225
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
fenv.h 45 char __other[16]; member in struct:__anon14659
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
fenv.h 45 char __other[16]; member in struct:__anon15445
  /development/ndk/platforms/android-5/arch-x86/lib/
libm.so 
libm.a     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/lib/
libm.so 
libm.a     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/lib/
libm.so 
libm.a     [all...]

Completed in 5103 milliseconds