HomeSort by relevance Sort by last modified time
    Searched defs:slice_array (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...]
  /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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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...]

Completed in 1363 milliseconds