Home | Sort by relevance Sort by last modified time |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ | |
for_each_selectors.h | 135 const _Tp& __new_val; member in struct:__gnu_parallel::__replace_selector 138 * @param __new_val Value to replace with. */ 140 __replace_selector(const _Tp &__new_val) : __new_val(__new_val) {} 149 *__i = __new_val; 159 const _Tp& __new_val; member in struct:__gnu_parallel::__replace_if_selector 162 * @param __new_val Value to replace with. */ 164 __replace_if_selector(const _Tp &__new_val) : __new_val(__new_val) { [all...] |