HomeSort by relevance Sort by last modified time
    Searched defs:has_trivial_destructor (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/stlport/stlport/stl/
_pair.h 168 typedef typename _Land2<typename _T1Traits::has_trivial_destructor,
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
_function_base.h 98 typedef _STLportLess has_trivial_destructor; typedef in struct:__type_traits
_pthread_alloc.h 249 typedef _STLportAlloc has_trivial_destructor; typedef in struct:__pthread_alloc_type_traits
432 typedef _STLportAlloc has_trivial_destructor; typedef in struct:__perthread_alloc_type_traits
boost_type_traits.h 32 #include <boost/type_traits/has_trivial_destructor.hpp>
79 enum { trivial_destructor = ::boost::has_trivial_destructor<_Tp>::value };
80 typedef typename __bool2type<trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
  /external/stlport/test/unit/
uninitialized_test.cpp 63 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
73 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
deque_test.cpp 252 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
vector_test.cpp 423 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pair.h 168 typedef typename _Land2<typename _T1Traits::has_trivial_destructor,
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
_function_base.h 98 typedef _STLportLess has_trivial_destructor; typedef in struct:__type_traits
_pthread_alloc.h 249 typedef _STLportAlloc has_trivial_destructor; typedef in struct:__pthread_alloc_type_traits
432 typedef _STLportAlloc has_trivial_destructor; typedef in struct:__perthread_alloc_type_traits
boost_type_traits.h 32 #include <boost/type_traits/has_trivial_destructor.hpp>
79 enum { trivial_destructor = ::boost::has_trivial_destructor<_Tp>::value };
80 typedef typename __bool2type<trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
  /ndk/tests/device/test-gnustl-full/unit/
uninitialized_test.cpp 63 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
73 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
deque_test.cpp 252 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
vector_test.cpp 423 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
  /ndk/tests/device/test-stlport/unit/
uninitialized_test.cpp 63 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
73 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
deque_test.cpp 252 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
vector_test.cpp 423 typedef __true_type has_trivial_destructor; typedef in struct:std::__type_traits
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_pair.h 168 typedef typename _Land2<typename _T1Traits::has_trivial_destructor,
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
_function_base.h 98 typedef _STLportLess has_trivial_destructor; typedef in struct:__type_traits
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_pair.h 168 typedef typename _Land2<typename _T1Traits::has_trivial_destructor,
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
_function_base.h 98 typedef _STLportLess has_trivial_destructor; typedef in struct:__type_traits
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_pair.h 168 typedef typename _Land2<typename _T1Traits::has_trivial_destructor,
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
_function_base.h 98 typedef _STLportLess has_trivial_destructor; typedef in struct:__type_traits
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_pair.h 168 typedef typename _Land2<typename _T1Traits::has_trivial_destructor,
169 typename _T2Traits::has_trivial_destructor>::_Ret has_trivial_destructor; typedef in struct:__type_traits
_function_base.h 98 typedef _STLportLess has_trivial_destructor; typedef in struct:__type_traits

Completed in 814 milliseconds

1 2 3 4