HomeSort by relevance Sort by last modified time
    Searched refs:gslice_array (Results 1 - 8 of 8) sorted by null

  /external/libcxx/test/std/numerics/numarray/template.gslice.array/
default.fail.cpp 12 // template <class T> class gslice_array
14 // gslice_array() = delete;
21 std::gslice_array<int> gs;
types.pass.cpp 13 // class gslice_array
23 static_assert((std::is_same<std::gslice_array<int>::value_type, int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numarray/template.gslice.array/
default.fail.cpp 12 // template <class T> class gslice_array
14 // gslice_array() = delete;
21 std::gslice_array<int> gs;
types.pass.cpp 13 // class gslice_array
23 static_assert((std::is_same<std::gslice_array<int>::value_type, int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
gslice_array.h 1 // The template and inlines for the -*- C++ -*- gslice_array class.
25 /** @file bits/gslice_array.h
49 * A gslice_array is a reference to the actual elements of an array
50 * specified by a gslice. The way to get a gslice_array is to call
51 * operator[](gslice) on a valarray. The returned gslice_array then
55 * gslice_array refers to.
60 class gslice_array class
69 gslice_array(const gslice_array&);
73 gslice_array& operator=(const gslice_array&)
137 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a, function in class:gslice_array
143 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a) function in class:gslice_array
    [all...]
indirect_array.h 131 friend class gslice_array<_Tp>;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
gslice_array.h 1 // The template and inlines for the -*- C++ -*- gslice_array class.
25 /** @file bits/gslice_array.h
49 * A gslice_array is a reference to the actual elements of an array
50 * specified by a gslice. The way to get a gslice_array is to call
51 * operator[](gslice) on a valarray. The returned gslice_array then
55 * gslice_array refers to.
60 class gslice_array class
69 gslice_array(const gslice_array&);
73 gslice_array& operator=(const gslice_array&)
137 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a, function in class:gslice_array
143 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a) function in class:gslice_array
    [all...]
indirect_array.h 131 friend class gslice_array<_Tp>;

Completed in 100 milliseconds