Home
last modified time | relevance | path

Searched defs:raw_storage (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dregex_raw_buffer.hpp98 class raw_storage class
197 inline raw_storage::raw_storage() in raw_storage() function in boost::BOOST_REGEX_DETAIL_NS::raw_storage
202 inline raw_storage::raw_storage(size_type n) in raw_storage() function in boost::BOOST_REGEX_DETAIL_NS::raw_storage
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dregex_raw_buffer.hpp109 class raw_storage class
208 inline raw_storage::raw_storage() in raw_storage() function in boost::BOOST_REGEX_DETAIL_NS::raw_storage
213 inline raw_storage::raw_storage(size_type n) in raw_storage() function in boost::BOOST_REGEX_DETAIL_NS::raw_storage
/external/pigweed/pw_containers/public/pw_containers/
Dinline_var_len_entry_queue.h440 span<const T> raw_storage() const { in raw_storage() function
/external/pigweed/pw_containers/
Dvector_test.cc674 std::byte raw_storage[64]{}; in TEST() local