Home
last modified time | relevance | path

Searched defs:array_view (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/multi_array/test/
Dconcept_checks.cpp35 typedef array::array_view<ndims>::type array_view; in main() typedef
Dvc_death.cpp28 typedef array::array_view<3>::type array_view; in main() typedef
Dindex_bases.cpp30 typedef array::array_view<3>::type array_view; in main() typedef
/third_party/boost/boost/multi_array/
Dsubarray.hpp61 struct array_view { struct in boost::detail::multi_array::const_sub_array
62 typedef boost::detail::multi_array::multi_array_view<T,NDims> type;
223 struct array_view { struct in boost::detail::multi_array::sub_array
224 typedef boost::detail::multi_array::multi_array_view<T,NDims> type;
Dview.hpp63 struct array_view { struct in boost::detail::multi_array::const_multi_array_view
64 typedef boost::detail::multi_array::multi_array_view<T,NDims> type;
289 struct array_view { struct in boost::detail::multi_array::multi_array_view
290 typedef boost::detail::multi_array::multi_array_view<T,NDims> type;
Dmulti_array_ref.hpp67 struct array_view { struct in boost::const_multi_array_ref
68 typedef boost::detail::multi_array::multi_array_view<T,NDims> type;
440 struct array_view { struct in boost::multi_array_ref
441 typedef boost::detail::multi_array::multi_array_view<T,NDims> type;
Dbase.hpp264 struct array_view { struct in boost::detail::multi_array::multi_array_impl_base
265 typedef boost::detail::multi_array::multi_array_view<T,NDims> type;
/third_party/boost/boost/
Dmulti_array.hpp148 struct array_view { struct in boost::multi_array
149 typedef boost::detail::multi_array::multi_array_view<T,NDims> type;