Searched refs:__indices (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/src/ |
D | valarray.cpp | 21 valarray<size_t> __indices(__size_.size()); in __init() local 32 size_t __i = __indices.size() - 1; in __init() 35 if (++__indices[__i] < __size_[__i]) in __init() 39 for (size_t __j = __i + 1; __j != __indices.size(); ++__j) in __init() 47 __indices[__i--] = 0; in __init()
|
/external/libcxx/include/ |
D | functional | 2494 typedef typename __make_tuple_indices<sizeof...(_Uj)>::type __indices; 2495 return __mu_expand(__ti, __uj, __indices()); 2658 typedef typename __make_tuple_indices<sizeof...(_BoundArgs)>::type __indices; 2677 return _VSTD::__apply_functor(__f_, __bound_args_, __indices(), 2686 return _VSTD::__apply_functor(__f_, __bound_args_, __indices(),
|
D | variant | 467 size_t __index, _Indices... __indices) { 468 return __at(__elems[__index], __indices...);
|