Home
last modified time | relevance | path

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

1234567

/dports/devel/gdb/gdb-11.1/gdbsupport/
H A Darray-view.h91 constexpr array_view () noexcept in array_view() function
102 constexpr array_view (U &elem) noexcept in array_view() function
109 constexpr array_view (U &&elem) noexcept in array_view() function
117 constexpr array_view (U *array, size_t size) noexcept in array_view() function
126 constexpr array_view (U *begin, V *end) noexcept in array_view() function
133 constexpr array_view (U (&array)[Size]) noexcept in array_view() function
149 constexpr array_view (Container &&c) noexcept in array_view() function
/dports/misc/py-tvm/incubator-tvm-0.6.1/3rdparty/dmlc-core/include/dmlc/
H A Darray_view.h56 array_view(array_view<ValueType>&& other) { // NOLINT(*) in array_view() function
72 array_view(const std::vector<ValueType>& other) { // NOLINT(*) in array_view() function
82 array_view(const std::array<ValueType, size>& other) { // NOLINT(*) in array_view() function
92 array_view(const ValueType* begin, const ValueType* end) { in array_view() function
/dports/devel/dmlc-core/dmlc-core-0.3-123-gb3a4c71/include/dmlc/
H A Darray_view.h56 array_view(array_view<ValueType>&& other) { // NOLINT(*) in array_view() function
72 array_view(const std::vector<ValueType>& other) { // NOLINT(*) in array_view() function
82 array_view(const std::array<ValueType, size>& other) { // NOLINT(*) in array_view() function
92 array_view(const ValueType* begin, const ValueType* end) { in array_view() function
/dports/games/openjk/OpenJK-07675e2/lib/gsl-lite/include/gsl/
H A Dgsl-lite.h462 template< class U > friend class array_view; variable
485 gsl_constexpr14 array_view() in array_view() function
493 gsl_constexpr14 array_view( std::nullptr_t, size_type size ) in array_view() function
501 gsl_constexpr14 array_view( pointer begin, pointer end ) in array_view() function
516 gsl_constexpr14 array_view( U (&arr)[N] ) in array_view() function
522 gsl_constexpr14 array_view( U (&arr)[N], size_type size ) in array_view() function
531 gsl_constexpr14 array_view( std::array< U, N > & arr ) in array_view() function
538 gsl_constexpr14 array_view( Cont & cont ) in array_view() function
551 gsl_constexpr14 array_view( array_view const & other ) in array_view() function
558 gsl_constexpr14 array_view( array_view<U> const & other ) in array_view() function
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Darray_view.h15 template<typename T> using array_view = span<T>; variable
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Darray_view.h15 template<typename T> using array_view = span<T>; variable
/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dmulti_impex.hxx113 MultiArrayView <2, T> array_view (volume.bindOuter (i)); in importVolume() local
160 MultiArrayView <2, T, Tag> array_view (volume.bindOuter (i)); in exportVolume() local
/dports/devel/boost-docs/boost_1_72_0/libs/multi_array/test/
H A Dvc_death.cpp28 typedef array::array_view<3>::type array_view; in main() typedef
H A Dconcept_checks.cpp35 typedef array::array_view<ndims>::type array_view; in main() typedef
/dports/devel/boost-python-libs/boost_1_72_0/libs/multi_array/test/
H A Dconcept_checks.cpp35 typedef array::array_view<ndims>::type array_view; in main() typedef
H A Dvc_death.cpp28 typedef array::array_view<3>::type array_view; in main() typedef
/dports/devel/boost-libs/boost_1_72_0/libs/multi_array/test/
H A Dconcept_checks.cpp35 typedef array::array_view<ndims>::type array_view; in main() typedef
H A Dvc_death.cpp28 typedef array::array_view<3>::type array_view; in main() typedef
/dports/devel/hyperscan/boost_1_75_0/libs/multi_array/test/
H A Dvc_death.cpp28 typedef array::array_view<3>::type array_view; in main() typedef
H A Dconcept_checks.cpp35 typedef array::array_view<ndims>::type array_view; in main() typedef
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dcppcoreguidelines-pro-bounds-array-to-pointer-decay.cpp6 class array_view { class
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/multi_array/test/
H A Dconcept_checks.cpp35 typedef array::array_view<ndims>::type array_view; in test_main() typedef
H A Dvc_death.cpp28 typedef array::array_view<3>::type array_view; in test_main() typedef
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/multi_array/test/
H A Dconcept_checks.cpp35 typedef array::array_view<ndims>::type array_view; in test_main() typedef
H A Dvc_death.cpp28 typedef array::array_view<3>::type array_view; in test_main() typedef
/dports/databases/percona57-server/boost_1_59_0/libs/multi_array/test/
H A Dvc_death.cpp28 typedef array::array_view<3>::type array_view; in test_main() typedef
H A Dconcept_checks.cpp35 typedef array::array_view<ndims>::type array_view; in test_main() typedef
/dports/databases/xtrabackup/boost_1_59_0/libs/multi_array/test/
H A Dvc_death.cpp28 typedef array::array_view<3>::type array_view; in test_main() typedef
H A Dconcept_checks.cpp35 typedef array::array_view<ndims>::type array_view; in test_main() typedef
/dports/databases/percona57-client/boost_1_59_0/libs/multi_array/test/
H A Dconcept_checks.cpp35 typedef array::array_view<ndims>::type array_view; in test_main() typedef

1234567