/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
hashtable_policy.h | 133 const _Node_iterator_base<_Value, __cache>& __y) 134 { return __x._M_cur == __y._M_cur; } 139 const _Node_iterator_base<_Value, __cache>& __y) 140 { return __x._M_cur != __y._M_cur; } 980 _H1, _H2, _Hash, __cache>& __y) 981 { return __x._M_cur == __y._M_cur; } 989 _H1, _H2, _Hash, __cache>& __y) 990 { return __x._M_cur != __y._M_cur; } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 44 complex(const value_type& __x, const value_type& __y) 45 : _M_re(__x), _M_im(__y) {} 185 complex(value_type __x = 0.0f, value_type __y = 0.0f) 186 : _M_re(__x), _M_im(__y) {} 324 complex(value_type __x = 0.0, value_type __y = 0.0) 325 : _M_re(__x), _M_im(__y) {} 463 complex(value_type __x = 0.0l, value_type __y = 0.0l) 464 : _M_re(__x), _M_im(__y) {}
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_complex.h | 44 complex(const value_type& __x, const value_type& __y) 45 : _M_re(__x), _M_im(__y) {} 185 complex(value_type __x = 0.0f, value_type __y = 0.0f) 186 : _M_re(__x), _M_im(__y) {} 324 complex(value_type __x = 0.0, value_type __y = 0.0) 325 : _M_re(__x), _M_im(__y) {} 463 complex(value_type __x = 0.0l, value_type __y = 0.0l) 464 : _M_re(__x), _M_im(__y) {}
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
multiset.h | 361 multiset<_Key, _Compare, _Allocator>& __y) 362 { return __x.swap(__y); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
hashtable_policy.h | 133 const _Node_iterator_base<_Value, __cache>& __y) 134 { return __x._M_cur == __y._M_cur; } 139 const _Node_iterator_base<_Value, __cache>& __y) 140 { return __x._M_cur != __y._M_cur; } 980 _H1, _H2, _Hash, __cache>& __y) 981 { return __x._M_cur == __y._M_cur; } 989 _H1, _H2, _Hash, __cache>& __y) 990 { return __x._M_cur != __y._M_cur; } [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
tuple | 665 swap(tuple<_Elements...>& __x, tuple<_Elements...>& __y) 666 { __x.swap(__y); } 670 swap(tuple<_Elements...>&& __x, tuple<_Elements...>& __y) 671 { __x.swap(__y); } 675 swap(tuple<_Elements...>& __x, tuple<_Elements...>&& __y) 676 { __x.swap(__y); }
|
bitset | [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 665 swap(tuple<_Elements...>& __x, tuple<_Elements...>& __y) 666 { __x.swap(__y); } 670 swap(tuple<_Elements...>&& __x, tuple<_Elements...>& __y) 671 { __x.swap(__y); } 675 swap(tuple<_Elements...>& __x, tuple<_Elements...>&& __y) 676 { __x.swap(__y); }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 665 swap(tuple<_Elements...>& __x, tuple<_Elements...>& __y) 666 { __x.swap(__y); } 670 swap(tuple<_Elements...>&& __x, tuple<_Elements...>& __y) 671 { __x.swap(__y); } 675 swap(tuple<_Elements...>& __x, tuple<_Elements...>&& __y) 676 { __x.swap(__y); }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 665 swap(tuple<_Elements...>& __x, tuple<_Elements...>& __y) 666 { __x.swap(__y); } 670 swap(tuple<_Elements...>&& __x, tuple<_Elements...>& __y) 671 { __x.swap(__y); } 675 swap(tuple<_Elements...>& __x, tuple<_Elements...>&& __y) 676 { __x.swap(__y); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
tuple | 665 swap(tuple<_Elements...>& __x, tuple<_Elements...>& __y) 666 { __x.swap(__y); } 670 swap(tuple<_Elements...>&& __x, tuple<_Elements...>& __y) 671 { __x.swap(__y); } 675 swap(tuple<_Elements...>& __x, tuple<_Elements...>&& __y) 676 { __x.swap(__y); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/ |
dynamic_bitset | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/ |
dynamic_bitset | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/ |
dynamic_bitset | [all...] |
/external/stlport/stlport/stl/debug/ |
_debug.c | 488 __stl_debug_engine<_Dummy>::_Swap_owners(__owned_list& __x, __owned_list& __y) { 504 _Stamp_all(&__x, &__y); 505 _Stamp_all(&__y, &__x); 507 __x._M_node._M_next = __y._M_node._M_next; 508 __y._M_node._M_next = __tmp;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 488 __stl_debug_engine<_Dummy>::_Swap_owners(__owned_list& __x, __owned_list& __y) { 504 _Stamp_all(&__x, &__y); 505 _Stamp_all(&__y, &__x); 507 __x._M_node._M_next = __y._M_node._M_next; 508 __y._M_node._M_next = __tmp;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 488 __stl_debug_engine<_Dummy>::_Swap_owners(__owned_list& __x, __owned_list& __y) { 504 _Stamp_all(&__x, &__y); 505 _Stamp_all(&__y, &__x); 507 __x._M_node._M_next = __y._M_node._M_next; 508 __y._M_node._M_next = __tmp;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 488 __stl_debug_engine<_Dummy>::_Swap_owners(__owned_list& __x, __owned_list& __y) { 504 _Stamp_all(&__x, &__y); 505 _Stamp_all(&__y, &__x); 507 __x._M_node._M_next = __y._M_node._M_next; 508 __y._M_node._M_next = __tmp;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 488 __stl_debug_engine<_Dummy>::_Swap_owners(__owned_list& __x, __owned_list& __y) { 504 _Stamp_all(&__x, &__y); 505 _Stamp_all(&__y, &__x); 507 __x._M_node._M_next = __y._M_node._M_next; 508 __y._M_node._M_next = __tmp;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 488 __stl_debug_engine<_Dummy>::_Swap_owners(__owned_list& __x, __owned_list& __y) { 504 _Stamp_all(&__x, &__y); 505 _Stamp_all(&__y, &__x); 507 __x._M_node._M_next = __y._M_node._M_next; 508 __y._M_node._M_next = __tmp;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_debug.c | 488 __stl_debug_engine<_Dummy>::_Swap_owners(__owned_list& __x, __owned_list& __y) { 504 _Stamp_all(&__x, &__y); 505 _Stamp_all(&__y, &__x); 507 __x._M_node._M_next = __y._M_node._M_next; 508 __y._M_node._M_next = __tmp;
|
/external/stlport/stlport/stl/ |
_string.h | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__locale | 84 bool operator!=(const locale& __y) const {return !(*this == __y);} 306 const basic_string<_CharT, _Traits, _Allocator>& __y) const 310 __y.data(), __y.data() + __y.size()) < 0; [all...] |
bitset | 1035 operator&(const bitset<_Size>& __x, const bitset<_Size>& __y) _NOEXCEPT 1038 __r &= __y [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | [all...] |