Searched defs:storage_t (Results 1 – 9 of 9) sorted by relevance
9 struct storage_t { struct17 bool storage_open(const char store_file[], struct storage_t *storage, bool rw); argument
144 union storage_t { union150 /* implicit */ storage_t(trivial_init_t) { in storage_t() function155 storage_t(Args&&... args) : value_(std::forward<Args>(args)...) {} in storage_t() function
126 …ame dtl::aligned_storage<sizeof(value_type), dtl::alignment_of<value_type>::value>::type storage_t; typedef151 …ame dtl::aligned_storage<sizeof(value_type), dtl::alignment_of<value_type>::value>::type storage_t; typedef
138 <sizeof(T), boost::container::dtl::alignment_of<T>::value>::type storage_t; typedef
267 union storage_t union272 constexpr storage_t( trivial_init_t ) noexcept : dummy_() {}; in storage_t() function275 constexpr storage_t( Args&&... args ) : value_(constexpr_forward<Args>(args)...) {} in storage_t() function
79 typedef typename dtl::aligned_storage<sizeof(T), dtl::alignment_of<T>::value>::type storage_t; typedef
84 typedef typename dtl::aligned_storage<sizeof(T), dtl::alignment_of<T>::value>::type storage_t; typedef
151 <sizeof(T), boost::container::dtl::alignment_of<T>::value>::type storage_t; typedef
1271 >::type storage_t; typedef in boost::variant