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

  /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-linux-glibc2.15-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/current/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 85 milliseconds