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

  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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...]

Completed in 203 milliseconds