HomeSort by relevance Sort by last modified time
    Searched refs:slice_array (Results 1 - 25 of 40) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/
default.fail.cpp 12 // template <class T> class slice_array
14 // slice_array() = delete;
21 std::slice_array<int> s;
types.pass.cpp 13 // class slice_array
23 static_assert((std::is_same<std::slice_array<int>::value_type, int>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
slice_array.h 1 // The template and inlines for the -*- C++ -*- slice_array class.
26 /** @file slice_array.h
111 * A slice_array is a reference to the actual elements of an array
112 * specified by a slice. The way to get a slice_array is to call
113 * operator[](slice) on a valarray. The returned slice_array then permits
116 * to the subset of elements in the underlying valarray this slice_array
122 class slice_array class
131 slice_array(const slice_array&);
135 slice_array& operator=(const slice_array&)
200 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) function in class:slice_array
206 slice_array<_Tp>::slice_array(const slice_array<_Tp>& a) function in class:slice_array
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
slice_array.h 1 // The template and inlines for the -*- C++ -*- slice_array class.
26 /** @file bits/slice_array.h
113 * A slice_array is a reference to the actual elements of an array
114 * specified by a slice. The way to get a slice_array is to call
115 * operator[](slice) on a valarray. The returned slice_array then permits
118 * to the subset of elements in the underlying valarray this slice_array
124 class slice_array class
133 slice_array(const slice_array&);
137 slice_array& operator=(const slice_array&)
202 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) function in class:slice_array
208 slice_array<_Tp>::slice_array(const slice_array<_Tp>& a) function in class:slice_array
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
slice_array.h 1 // The template and inlines for the -*- C++ -*- slice_array class.
26 /** @file bits/slice_array.h
113 * A slice_array is a reference to the actual elements of an array
114 * specified by a slice. The way to get a slice_array is to call
115 * operator[](slice) on a valarray. The returned slice_array then permits
118 * to the subset of elements in the underlying valarray this slice_array
124 class slice_array class
133 slice_array(const slice_array&);
137 slice_array& operator=(const slice_array&)
202 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) function in class:slice_array
208 slice_array<_Tp>::slice_array(const slice_array<_Tp>& a) function in class:slice_array
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
slice_array.h 1 // The template and inlines for the -*- C++ -*- slice_array class.
26 /** @file slice_array.h
111 * A slice_array is a reference to the actual elements of an array
112 * specified by a slice. The way to get a slice_array is to call
113 * operator[](slice) on a valarray. The returned slice_array then permits
116 * to the subset of elements in the underlying valarray this slice_array
122 class slice_array class
131 slice_array(const slice_array&);
135 slice_array& operator=(const slice_array&)
200 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) function in class:slice_array
206 slice_array<_Tp>::slice_array(const slice_array<_Tp>& a) function in class:slice_array
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
slice_array.h 1 // The template and inlines for the -*- C++ -*- slice_array class.
26 /** @file slice_array.h
111 * A slice_array is a reference to the actual elements of an array
112 * specified by a slice. The way to get a slice_array is to call
113 * operator[](slice) on a valarray. The returned slice_array then permits
116 * to the subset of elements in the underlying valarray this slice_array
122 class slice_array class
131 slice_array(const slice_array&);
135 slice_array& operator=(const slice_array&)
200 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) function in class:slice_array
206 slice_array<_Tp>::slice_array(const slice_array<_Tp>& a) function in class:slice_array
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
slice_array.h 1 // The template and inlines for the -*- C++ -*- slice_array class.
26 /** @file slice_array.h
111 * A slice_array is a reference to the actual elements of an array
112 * specified by a slice. The way to get a slice_array is to call
113 * operator[](slice) on a valarray. The returned slice_array then permits
116 * to the subset of elements in the underlying valarray this slice_array
122 class slice_array class
131 slice_array(const slice_array&);
135 slice_array& operator=(const slice_array&)
200 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) function in class:slice_array
206 slice_array<_Tp>::slice_array(const slice_array<_Tp>& a) function in class:slice_array
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
slice_array.h 1 // The template and inlines for the -*- C++ -*- slice_array class.
26 /** @file slice_array.h
111 * A slice_array is a reference to the actual elements of an array
112 * specified by a slice. The way to get a slice_array is to call
113 * operator[](slice) on a valarray. The returned slice_array then permits
116 * to the subset of elements in the underlying valarray this slice_array
122 class slice_array class
131 slice_array(const slice_array&);
135 slice_array& operator=(const slice_array&)
200 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) function in class:slice_array
206 slice_array<_Tp>::slice_array(const slice_array<_Tp>& a) function in class:slice_array
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
slice_array.h 1 // The template and inlines for the -*- C++ -*- slice_array class.
26 /** @file bits/slice_array.h
113 * A slice_array is a reference to the actual elements of an array
114 * specified by a slice. The way to get a slice_array is to call
115 * operator[](slice) on a valarray. The returned slice_array then permits
118 * to the subset of elements in the underlying valarray this slice_array
124 class slice_array class
133 slice_array(const slice_array&);
137 slice_array& operator=(const slice_array&)
202 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) function in class:slice_array
208 slice_array<_Tp>::slice_array(const slice_array<_Tp>& a) function in class:slice_array
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
slice_array.h 1 // The template and inlines for the -*- C++ -*- slice_array class.
26 /** @file bits/slice_array.h
113 * A slice_array is a reference to the actual elements of an array
114 * specified by a slice. The way to get a slice_array is to call
115 * operator[](slice) on a valarray. The returned slice_array then permits
118 * to the subset of elements in the underlying valarray this slice_array
124 class slice_array class
133 slice_array(const slice_array&);
137 slice_array& operator=(const slice_array&)
202 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) function in class:slice_array
208 slice_array<_Tp>::slice_array(const slice_array<_Tp>& a) function in class:slice_array
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
slice_array.h 1 // The template and inlines for the -*- C++ -*- slice_array class.
26 /** @file bits/slice_array.h
113 * A slice_array is a reference to the actual elements of an array
114 * specified by a slice. The way to get a slice_array is to call
115 * operator[](slice) on a valarray. The returned slice_array then permits
118 * to the subset of elements in the underlying valarray this slice_array
124 class slice_array class
133 slice_array(const slice_array&);
137 slice_array& operator=(const slice_array&)
202 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) function in class:slice_array
208 slice_array<_Tp>::slice_array(const slice_array<_Tp>& a) function in class:slice_array
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
slice_array.h 1 // The template and inlines for the -*- C++ -*- slice_array class.
26 /** @file bits/slice_array.h
113 * A slice_array is a reference to the actual elements of an array
114 * specified by a slice. The way to get a slice_array is to call
115 * operator[](slice) on a valarray. The returned slice_array then permits
118 * to the subset of elements in the underlying valarray this slice_array
124 class slice_array class
133 slice_array(const slice_array&);
137 slice_array& operator=(const slice_array&)
202 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) function in class:slice_array
208 slice_array<_Tp>::slice_array(const slice_array<_Tp>& a) function in class:slice_array
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
slice_array.h 1 // The template and inlines for the -*- C++ -*- slice_array class.
25 /** @file bits/slice_array.h
112 * A slice_array is a reference to the actual elements of an array
113 * specified by a slice. The way to get a slice_array is to call
114 * operator[](slice) on a valarray. The returned slice_array then permits
117 * to the subset of elements in the underlying valarray this slice_array
123 class slice_array class
132 slice_array(const slice_array&);
136 slice_array& operator=(const slice_array&)
201 slice_array<_Tp>::slice_array(_Array<_Tp> __a, const slice& __s) function in class:slice_array
207 slice_array<_Tp>::slice_array(const slice_array<_Tp>& a) function in class:slice_array
    [all...]
  /external/stlport/stlport/stl/
_valarray.c 45 valarray<_Tp>& valarray<_Tp>::operator=(const slice_array<_Tp>& __x) {
_valarray.h 51 template <class _Tp> class slice_array;
112 valarray(const slice_array<_Tp>&);
150 valarray<_Tp>& operator=(const slice_array<_Tp>&);
168 slice_array<_Tp> operator[](slice);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 45 valarray<_Tp>& valarray<_Tp>::operator=(const slice_array<_Tp>& __x) {
_valarray.h 51 template <class _Tp> class slice_array;
112 valarray(const slice_array<_Tp>&);
150 valarray<_Tp>& operator=(const slice_array<_Tp>&);
168 slice_array<_Tp> operator[](slice);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 45 valarray<_Tp>& valarray<_Tp>::operator=(const slice_array<_Tp>& __x) {
_valarray.h 51 template <class _Tp> class slice_array;
112 valarray(const slice_array<_Tp>&);
150 valarray<_Tp>& operator=(const slice_array<_Tp>&);
168 slice_array<_Tp> operator[](slice);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 45 valarray<_Tp>& valarray<_Tp>::operator=(const slice_array<_Tp>& __x) {
_valarray.h 51 template <class _Tp> class slice_array;
112 valarray(const slice_array<_Tp>&);
150 valarray<_Tp>& operator=(const slice_array<_Tp>&);
168 slice_array<_Tp> operator[](slice);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 45 valarray<_Tp>& valarray<_Tp>::operator=(const slice_array<_Tp>& __x) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.c 45 valarray<_Tp>& valarray<_Tp>::operator=(const slice_array<_Tp>& __x) {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_valarray.c 45 valarray<_Tp>& valarray<_Tp>::operator=(const slice_array<_Tp>& __x) {

Completed in 453 milliseconds

1 2