Home
last modified time | relevance | path

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

/third_party/boost/libs/multi_array/test/
Dconcept_checks.cpp37 typedef array::subarray<ndims>::type subarray; in main() typedef
Dconstructors.cpp207 typedef array::subarray<2>::type subarray; in main() typedef
/third_party/boost/boost/multi_array/
Dbase.hpp254 struct subarray { struct in boost::detail::multi_array::multi_array_impl_base
255 typedef boost::detail::multi_array::sub_array<T,NDims> type;
/third_party/node/deps/npm/node_modules/typedarray/
Dindex.js464 ctor.prototype.subarray = function(start, end) { method in ctor
/third_party/mksh/
Dfuncs.c1623 bool subarray = false; in c_read() local