HomeSort by relevance Sort by last modified time
    Searched refs:__true_type (Results 126 - 150 of 324) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 497 void _M_swap_alloc(_Self&, const __true_type& /*_IsStateless*/)
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/)
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/)
_hashtable.h 160 typedef __true_type has_trivial_copy_constructor;
161 typedef __true_type has_trivial_assignment_operator;
162 typedef __true_type has_trivial_destructor;
645 typedef __true_type implemented;
_algobase.h 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
107 inline void __iter_swap_aux(_ForwardIter1& __i1, _ForwardIter2& __i2, const __true_type& /*OKToSwap*/) {
266 const __true_type& /*IsOKToMemCpy*/) {
274 const __true_type& /*BothPtrType*/) {
307 _OutputIter __result, const __true_type& /*TrivialAssignment*/) {
319 inline _OutputIter __copy_backward_aux(_InputIter __first, _InputIter __last, _OutputIter __result, const __true_type&) {
_deque.c 209 const __true_type& /*_Movable*/) {
261 const __true_type& /*_Movable*/) {
466 const __true_type& /*_Movable*/) {
564 size_type __n, const __true_type& /*_Movable*/) {
656 size_type __n, const __true_type& /*_Movable*/) {
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_traits_test.cpp 22 typedef __true_type implemented;
70 typedef __true_type implemented;
71 typedef __true_type complete;
swap_test.cpp 125 } else if ( typeid(/* _STLP_PRIV */ _SwapImplemented<vector<Obj> >::_Ret) == typeid(_STLP_PRIV __true_type) ) {
  /ndk/tests/device/test-stlport/unit/
mvctor_traits_test.cpp 22 typedef __true_type implemented;
70 typedef __true_type implemented;
71 typedef __true_type complete;
swap_test.cpp 125 } else if ( typeid(/* _STLP_PRIV */ _SwapImplemented<vector<Obj> >::_Ret) == typeid(_STLP_PRIV __true_type) ) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 497 void _M_swap_alloc(_Self&, const __true_type& /*_IsStateless*/)
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/)
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/)
_hashtable.h 160 typedef __true_type has_trivial_copy_constructor;
161 typedef __true_type has_trivial_assignment_operator;
162 typedef __true_type has_trivial_destructor;
645 typedef __true_type implemented;
_algobase.h 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
107 inline void __iter_swap_aux(_ForwardIter1& __i1, _ForwardIter2& __i2, const __true_type& /*OKToSwap*/) {
266 const __true_type& /*IsOKToMemCpy*/) {
274 const __true_type& /*BothPtrType*/) {
307 _OutputIter __result, const __true_type& /*TrivialAssignment*/) {
319 inline _OutputIter __copy_backward_aux(_InputIter __first, _InputIter __last, _OutputIter __result, const __true_type&) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 497 void _M_swap_alloc(_Self&, const __true_type& /*_IsStateless*/)
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/)
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/)
_hashtable.h 160 typedef __true_type has_trivial_copy_constructor;
161 typedef __true_type has_trivial_assignment_operator;
162 typedef __true_type has_trivial_destructor;
645 typedef __true_type implemented;
_algobase.h 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
107 inline void __iter_swap_aux(_ForwardIter1& __i1, _ForwardIter2& __i2, const __true_type& /*OKToSwap*/) {
266 const __true_type& /*IsOKToMemCpy*/) {
274 const __true_type& /*BothPtrType*/) {
307 _OutputIter __result, const __true_type& /*TrivialAssignment*/) {
319 inline _OutputIter __copy_backward_aux(_InputIter __first, _InputIter __last, _OutputIter __result, const __true_type&) {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 497 void _M_swap_alloc(_Self&, const __true_type& /*_IsStateless*/)
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/)
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/)
_hashtable.h 160 typedef __true_type has_trivial_copy_constructor;
161 typedef __true_type has_trivial_assignment_operator;
162 typedef __true_type has_trivial_destructor;
645 typedef __true_type implemented;
_algobase.h 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
107 inline void __iter_swap_aux(_ForwardIter1& __i1, _ForwardIter2& __i2, const __true_type& /*OKToSwap*/) {
266 const __true_type& /*IsOKToMemCpy*/) {
274 const __true_type& /*BothPtrType*/) {
307 _OutputIter __result, const __true_type& /*TrivialAssignment*/) {
319 inline _OutputIter __copy_backward_aux(_InputIter __first, _InputIter __last, _OutputIter __result, const __true_type&) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 497 void _M_swap_alloc(_Self&, const __true_type& /*_IsStateless*/)
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/)
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/)
_hashtable.h 160 typedef __true_type has_trivial_copy_constructor;
161 typedef __true_type has_trivial_assignment_operator;
162 typedef __true_type has_trivial_destructor;
645 typedef __true_type implemented;
_algobase.h 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
107 inline void __iter_swap_aux(_ForwardIter1& __i1, _ForwardIter2& __i2, const __true_type& /*OKToSwap*/) {
266 const __true_type& /*IsOKToMemCpy*/) {
274 const __true_type& /*BothPtrType*/) {
307 _OutputIter __result, const __true_type& /*TrivialAssignment*/) {
319 inline _OutputIter __copy_backward_aux(_InputIter __first, _InputIter __last, _OutputIter __result, const __true_type&) {
  /external/stlport/stlport/stl/
_hashtable.h 160 typedef __true_type has_trivial_copy_constructor;
161 typedef __true_type has_trivial_assignment_operator;
162 typedef __true_type has_trivial_destructor;
645 typedef __true_type implemented;
_algobase.h 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
107 inline void __iter_swap_aux(_ForwardIter1& __i1, _ForwardIter2& __i2, const __true_type& /*OKToSwap*/) {
266 const __true_type& /*IsOKToMemCpy*/) {
274 const __true_type& /*BothPtrType*/) {
307 _OutputIter __result, const __true_type& /*TrivialAssignment*/) {
319 inline _OutputIter __copy_backward_aux(_InputIter __first, _InputIter __last, _OutputIter __result, const __true_type&) {
_deque.c 209 const __true_type& /*_Movable*/) {
261 const __true_type& /*_Movable*/) {
466 const __true_type& /*_Movable*/) {
564 size_type __n, const __true_type& /*_Movable*/) {
656 size_type __n, const __true_type& /*_Movable*/) {
_string_workaround.h 136 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) {
240 _Self& _M_append_dispatch(_Integer __n, _Integer __x, const __true_type& /*Integral*/)
279 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/)
428 const __true_type& /*Integral*/)
561 _Integer __n, _Integer __x, const __true_type& /*IsIntegral*/) {
  /external/stlport/test/unit/
swap_test.cpp 125 } else if ( typeid(/* _STLP_PRIV */ _SwapImplemented<vector<Obj> >::_Ret) == typeid(_STLP_PRIV __true_type) ) {

Completed in 2430 milliseconds

1 2 3 4 56 7 8 91011>>