Home
last modified time | relevance | path

Searched refs:__indices (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/src/
Dvalarray.cpp24 valarray<size_t> __indices(__size_.size()); in __init() local
35 size_t __i = __indices.size() - 1; in __init()
38 if (++__indices[__i] < __size_[__i]) in __init()
42 for (size_t __j = __i + 1; __j != __indices.size(); ++__j) in __init()
50 __indices[__i--] = 0; in __init()
/external/libcxx/include/
Dvariant428 const size_t __indices[] = {__vs.index()...};
429 return __at(__fmatrix, __indices)(_VSTD::forward<_Visitor>(__visitor),
450 const size_t (&__indices)[_Ip]) {
451 return __at_impl(__elems, begin(__indices));
Dfunctional2068 typedef typename __make_tuple_indices<sizeof...(_Uj)>::type __indices;
2069 return __mu_expand(__ti, __uj, __indices());
2232 typedef typename __make_tuple_indices<sizeof...(_BoundArgs)>::type __indices;
2251 return __apply_functor(__f_, __bound_args_, __indices(),
2260 return __apply_functor(__f_, __bound_args_, __indices(),