Home
last modified time | relevance | path

Searched defs:storage_t (Results 1 – 7 of 7) sorted by relevance

/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dadvanced_insert_int.hpp126 …ame dtl::aligned_storage<sizeof(value_type), dtl::alignment_of<value_type>::value>::type storage_t; typedef
151 …ame dtl::aligned_storage<sizeof(value_type), dtl::alignment_of<value_type>::value>::type storage_t; typedef
Dtree.hpp138 <sizeof(T), boost::container::dtl::alignment_of<T>::value>::type storage_t; typedef
/external/bcc/src/cc/vendor/
Doptional.hpp267 union storage_t union
272 constexpr storage_t( trivial_init_t ) noexcept : dummy_() {}; in storage_t() function
275 constexpr storage_t( Args&&... args ) : value_(constexpr_forward<Args>(args)...) {} in storage_t() function
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dlist.hpp79 typedef typename dtl::aligned_storage<sizeof(T), dtl::alignment_of<T>::value>::type storage_t; typedef
Dslist.hpp84 typedef typename dtl::aligned_storage<sizeof(T), dtl::alignment_of<T>::value>::type storage_t; typedef
Dstable_vector.hpp151 <sizeof(T), boost::container::dtl::alignment_of<T>::value>::type storage_t; typedef
/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/
Dvariant.hpp1271 >::type storage_t; typedef in boost::variant