Home
last modified time | relevance | path

Searched defs:vec_type (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/qvm/
Dvec_traits_defaults.hpp60 typedef VecType vec_type; typedef
/third_party/boost/libs/stl_interfaces/test/
Dstatic_vec_noncopyable.cpp48 using vec_type = std::vector<noncopyable_int>; typedef
50 using vec_type = static_vector<noncopyable_int, 10>; typedef
Dstatic_vec.cpp17 using vec_type = static_vector<int, 10>; typedef
/third_party/boost/boost/qvm/detail/
Dvec_register_impl.hpp20 typedef VecType vec_type; typedef
/third_party/boost/libs/filesystem/test/
Doperations_test.cpp523 typedef std::vector<fs::directory_entry> vec_type; in directory_iterator_tests() typedef