Home
last modified time | relevance | path

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

/external/coreboot/util/smmstoretool/
Dstorage.h9 struct storage_t { struct
17 bool storage_open(const char store_file[], struct storage_t *storage, bool rw); argument
/external/executorch/runtime/core/portable_type/
Doptional.h144 union storage_t { union
150 /* implicit */ storage_t(trivial_init_t) { in storage_t() function
155 storage_t(Args&&... args) : value_(std::forward<Args>(args)...) {} in storage_t() function
/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