Searched refs:__indices (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | valarray.cpp | 23 valarray<size_t> __indices(__size_.size()); in __init() local 34 size_t __i = __indices.size() - 1; in __init() 37 if (++__indices[__i] < __size_[__i]) in __init() 41 for (size_t __j = __i + 1; __j != __indices.size(); ++__j) in __init() 49 __indices[__i--] = 0; in __init()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __functional_03 | 1926 typedef typename __make_tuple_indices<sizeof...(_Uj)>::type __indices; 1927 return __mu_expand(__ti, __uj, __indices()); 2052 typedef typename __make_tuple_indices<sizeof...(_BoundArgs)>::type __indices; 2064 return __apply_functor(__f_, __bound_args_, __indices(), 2072 return __apply_functor(__f_, __bound_args_, __indices(),
|
D | functional | 1873 typedef typename __make_tuple_indices<sizeof...(_Uj)>::type __indices; 1874 return __mu_expand(__ti, __uj, __indices()); 2037 typedef typename __make_tuple_indices<sizeof...(_BoundArgs)>::type __indices; 2086 return __apply_functor(__f_, __bound_args_, __indices(), 2095 return __apply_functor(__f_, __bound_args_, __indices(),
|