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

1 2

  /external/pcre/pcrecpp/include/
pcre_stringpiece.h 171 typedef __true_type has_trivial_destructor; typedef in struct:__type_traits
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 47 // has_trivial_destructor
82 template <class T> struct has_trivial_destructor;
257 // We can't get has_trivial_destructor right without compiler help, so
262 template <class T> struct has_trivial_destructor : is_pod<T> { }; struct in namespace:google::protobuf::internal
263 template <class T, class U> struct has_trivial_destructor<std::pair<T, U> > struct in namespace:google::protobuf::internal
265 (has_trivial_destructor<T>::value &&
266 has_trivial_destructor<U>::value)> { };
267 template <class A, int N> struct has_trivial_destructor<A[N]> struct in namespace:google::protobuf::internal
268 : has_trivial_destructor<A> { };
269 template <class T> struct has_trivial_destructor<const T struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 47 // has_trivial_destructor
82 template <class T> struct has_trivial_destructor;
257 // We can't get has_trivial_destructor right without compiler help, so
262 template <class T> struct has_trivial_destructor : is_pod<T> { }; struct in namespace:google::protobuf::internal
263 template <class T, class U> struct has_trivial_destructor<std::pair<T, U> > struct in namespace:google::protobuf::internal
265 (has_trivial_destructor<T>::value &&
266 has_trivial_destructor<U>::value)> { };
267 template <class A, int N> struct has_trivial_destructor<A[N]> struct in namespace:google::protobuf::internal
268 : has_trivial_destructor<A> { };
269 template <class T> struct has_trivial_destructor<const T struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 47 // has_trivial_destructor
82 template <class T> struct has_trivial_destructor;
257 // We can't get has_trivial_destructor right without compiler help, so
262 template <class T> struct has_trivial_destructor : is_pod<T> { }; struct in namespace:google::protobuf::internal
263 template <class T, class U> struct has_trivial_destructor<std::pair<T, U> > struct in namespace:google::protobuf::internal
265 (has_trivial_destructor<T>::value &&
266 has_trivial_destructor<U>::value)> { };
267 template <class A, int N> struct has_trivial_destructor<A[N]> struct in namespace:google::protobuf::internal
268 : has_trivial_destructor<A> { };
269 template <class T> struct has_trivial_destructor<const T struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/ndk/r10/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
_alloc.h 412 typedef _STLportAlloc has_trivial_destructor; typedef in struct:__alloc_type_traits
type_traits.h 149 typedef __false_type has_trivial_destructor; typedef in struct:__type_traits_aux
158 typedef __false_type has_trivial_destructor; typedef in struct:__type_traits_aux
167 typedef __true_type has_trivial_destructor; typedef in struct:__type_traits_aux
246 typedef __false_type has_trivial_destructor; typedef in struct:__type_traits
252 typedef typename __bool2type<_STLP_HAS_TRIVIAL_DESTRUCTOR(_Tp)>::_Ret has_trivial_destructor; typedef in struct:__type_traits
  /prebuilts/ndk/r11/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
_alloc.h 412 typedef _STLportAlloc has_trivial_destructor; typedef in struct:__alloc_type_traits
type_traits.h 149 typedef __false_type has_trivial_destructor; typedef in struct:__type_traits_aux
158 typedef __false_type has_trivial_destructor; typedef in struct:__type_traits_aux
167 typedef __true_type has_trivial_destructor; typedef in struct:__type_traits_aux
246 typedef __false_type has_trivial_destructor; typedef in struct:__type_traits
252 typedef typename __bool2type<_STLP_HAS_TRIVIAL_DESTRUCTOR(_Tp)>::_Ret has_trivial_destructor; typedef in struct:__type_traits
  /prebuilts/ndk/r13/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
_alloc.h 412 typedef _STLportAlloc has_trivial_destructor; typedef in struct:__alloc_type_traits
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
type_traits.h 47 // has_trivial_destructor
82 template <class T> struct has_trivial_destructor;
257 // We can't get has_trivial_destructor right without compiler help, so
262 template <class T> struct has_trivial_destructor : is_pod<T> { }; struct in namespace:google::protobuf::internal
263 template <class T, class U> struct has_trivial_destructor<std::pair<T, U> > struct in namespace:google::protobuf::internal
265 (has_trivial_destructor<T>::value &&
266 has_trivial_destructor<U>::value)> { };
267 template <class A, int N> struct has_trivial_destructor<A[N]> struct in namespace:google::protobuf::internal
268 : has_trivial_destructor<A> { };
269 template <class T> struct has_trivial_destructor<const T struct in namespace:google::protobuf::internal
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
type_traits.h 48 // has_trivial_destructor
102 template <class T> struct has_trivial_destructor;
284 // We can't get has_trivial_destructor right without compiler help, so
289 template <class T> struct has_trivial_destructor : is_pod<T> { }; struct in namespace:google::protobuf::internal
290 template <class T, class U> struct has_trivial_destructor<std::pair<T, U> > struct in namespace:google::protobuf::internal
292 (has_trivial_destructor<T>::value &&
293 has_trivial_destructor<U>::value)> { };
294 template <class A, int N> struct has_trivial_destructor<A[N]> struct in namespace:google::protobuf::internal
295 : has_trivial_destructor<A> { };
296 template <class T> struct has_trivial_destructor<const T struct in namespace:google::protobuf::internal
    [all...]
type_traits_unittest.cc 128 // by specializing has_trivial_destructor.
139 template<> struct has_trivial_destructor<F> : true_type { }; struct in namespace:google::protobuf::internal
500 EXPECT_TRUE(has_trivial_destructor<bool>::value);
501 EXPECT_TRUE(has_trivial_destructor<char>::value);
502 EXPECT_TRUE(has_trivial_destructor<unsigned char>::value);
503 EXPECT_TRUE(has_trivial_destructor<signed char>::value);
504 EXPECT_TRUE(has_trivial_destructor<wchar_t>::value);
505 EXPECT_TRUE(has_trivial_destructor<int>::value);
506 EXPECT_TRUE(has_trivial_destructor<unsigned int>::value);
507 EXPECT_TRUE(has_trivial_destructor<short>::value)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
type_traits.h 48 // has_trivial_destructor
102 template <class T> struct has_trivial_destructor;
284 // We can't get has_trivial_destructor right without compiler help, so
289 template <class T> struct has_trivial_destructor : is_pod<T> { }; struct in namespace:google::protobuf::internal
290 template <class T, class U> struct has_trivial_destructor<std::pair<T, U> > struct in namespace:google::protobuf::internal
292 (has_trivial_destructor<T>::value &&
293 has_trivial_destructor<U>::value)> { };
294 template <class A, int N> struct has_trivial_destructor<A[N]> struct in namespace:google::protobuf::internal
295 : has_trivial_destructor<A> { };
296 template <class T> struct has_trivial_destructor<const T struct in namespace:google::protobuf::internal
    [all...]

Completed in 1487 milliseconds

1 2