/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
valarray | 80 class gslice; // generalized slice out of an array 278 * indicated by the slice argument. @see gslice. 283 _Expr<_GClos<_ValArray, _Tp>, _Tp> operator[](const gslice&) const; 289 * indicated by the gslice argument. The new valarray has 290 * the same size as the input gslice. @see gslice. 292 * @param s The source gslice. 295 gslice_array<_Tp> operator[](const gslice&); 564 #include <bits/gslice.h> 760 valarray<_Tp>::operator[](const gslice& __gs) cons [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
valarray | 80 class gslice; // generalized slice out of an array 278 * indicated by the slice argument. @see gslice. 283 _Expr<_GClos<_ValArray, _Tp>, _Tp> operator[](const gslice&) const; 289 * indicated by the gslice argument. The new valarray has 290 * the same size as the input gslice. @see gslice. 292 * @param s The source gslice. 295 gslice_array<_Tp> operator[](const gslice&); 564 #include <bits/gslice.h> 760 valarray<_Tp>::operator[](const gslice& __gs) cons [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
valarray | 80 class gslice; // generalized slice out of an array 278 * indicated by the slice argument. @see gslice. 283 _Expr<_GClos<_ValArray, _Tp>, _Tp> operator[](const gslice&) const; 289 * indicated by the gslice argument. The new valarray has 290 * the same size as the input gslice. @see gslice. 292 * @param s The source gslice. 295 gslice_array<_Tp> operator[](const gslice&); 564 #include <bits/gslice.h> 760 valarray<_Tp>::operator[](const gslice& __gs) cons [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
valarray | 81 class gslice; // generalized slice out of an array 282 * indicated by the slice argument. @see gslice. 287 _Expr<_GClos<_ValArray, _Tp>, _Tp> operator[](const gslice&) const; 293 * indicated by the gslice argument. The new valarray has 294 * the same size as the input gslice. @see gslice. 296 * @param s The source gslice. 299 gslice_array<_Tp> operator[](const gslice&); 569 #include <bits/gslice.h> 795 valarray<_Tp>::operator[](const gslice& __gs) cons [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
valarray | 81 class gslice; // generalized slice out of an array 282 * indicated by the slice argument. @see gslice. 287 _Expr<_GClos<_ValArray, _Tp>, _Tp> operator[](const gslice&) const; 293 * indicated by the gslice argument. The new valarray has 294 * the same size as the input gslice. @see gslice. 296 * @param s The source gslice. 299 gslice_array<_Tp> operator[](const gslice&); 569 #include <bits/gslice.h> 795 valarray<_Tp>::operator[](const gslice& __gs) cons [all...] |
/external/stlport/stlport/stl/ |
_valarray.h | 45 class gslice; 93 friend class gslice; 169 valarray<_Tp> operator[](const gslice&) const; 170 gslice_array<_Tp> operator[](const gslice&); [all...] |
_valarray.c | 85 // __x was constructed from a degenerate gslice. 98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.h | 45 class gslice; 93 friend class gslice; 169 valarray<_Tp> operator[](const gslice&) const; 170 gslice_array<_Tp> operator[](const gslice&); [all...] |
_valarray.c | 85 // __x was constructed from a degenerate gslice. 98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.h | 45 class gslice; 93 friend class gslice; 169 valarray<_Tp> operator[](const gslice&) const; 170 gslice_array<_Tp> operator[](const gslice&); [all...] |
_valarray.c | 85 // __x was constructed from a degenerate gslice. 98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.h | 45 class gslice; 93 friend class gslice; 169 valarray<_Tp> operator[](const gslice&) const; 170 gslice_array<_Tp> operator[](const gslice&); [all...] |
_valarray.c | 85 // __x was constructed from a degenerate gslice. 98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.h | 45 class gslice; 93 friend class gslice; 169 valarray<_Tp> operator[](const gslice&) const; 170 gslice_array<_Tp> operator[](const gslice&); [all...] |
_valarray.c | 85 // __x was constructed from a degenerate gslice. 98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.h | 45 class gslice; 93 friend class gslice; 169 valarray<_Tp> operator[](const gslice&) const; 170 gslice_array<_Tp> operator[](const gslice&); [all...] |
_valarray.c | 85 // __x was constructed from a degenerate gslice. 98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_valarray.h | 45 class gslice; 93 friend class gslice; 169 valarray<_Tp> operator[](const gslice&) const; 170 gslice_array<_Tp> operator[](const gslice&); [all...] |
_valarray.c | 85 // __x was constructed from a degenerate gslice. 98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/ |
gslice_array.pass.cpp | 35 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])), 37 = v2[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|
/external/clang/test/Index/ |
comment-cplus-decls.cpp | 168 class gslice class
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/ |
addition.pass.cpp | 33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|
and.pass.cpp | 33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|
divide.pass.cpp | 33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|
modulo.pass.cpp | 33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
|