Searched refs:gslice (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/PCH/
H A Dcxx-friends.h38 struct gslice { struct in namespace:std
40 gslice() {} function in struct:std::gslice
H A Dcxx-templates.h289 class gslice { class in namespace:cyclic_module_load::std
/external/clang/test/Index/
H A Dcomment-cplus-decls.cpp168 class gslice class
/external/stlport/test/unit/
H A Dvalarray_test.cpp118 valarray<double> v2(v0[gslice()]);
/external/stlport/stlport/stl/
H A D_valarray.h45 class gslice;
93 friend class gslice;
169 valarray<_Tp> operator[](const gslice&) const;
170 gslice_array<_Tp> operator[](const gslice&);
1234 // gslice and gslice_array
1239 class gslice {
1242 gslice() : _M_start(0), _M_lengths(), _M_strides() {}
1243 gslice(size_t __start,
1247 __TRIVIAL_DESTRUCTOR(gslice)
1253 // Extension: check for an empty gslice
[all...]
H A D_valarray.c85 // __x was constructed from a degenerate gslice.
98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {

Completed in 213 milliseconds