Searched refs:remove_if (Results 1 – 8 of 8) sorted by relevance
212 auto it = std::remove_if(token.begin(), token.end(), [&](char ch) { in RemoveCharacter()408 std::remove_if(token_list->begin(), token_list->end(), predicate); in RemoveIf()
413 ref.remove_if(odd); in TEST()414 ifl.remove_if(odd); in TEST()417 ref.remove_if(all); in TEST()418 ifl.remove_if(all); in TEST()
276 remove_if([value](const value_type& v) { return value == v; }); in remove()279 void remove_if(Predicate pred) { in remove_if() function
186 auto kept_end = std::remove_if( in RemoveMonitors()
334 auto kept_end = std::remove_if( in DoAnalyseConstructor()
732 auto profiling_kept_end = std::remove_if(profiling_infos_.begin(), profiling_infos_.end(), in DoCollection()
630 auto active_kept_end = std::remove_if( in LinearScan()649 auto inactive_kept_end = std::remove_if( in LinearScan()
1970 auto kept_it = std::remove_if(parsed.begin(), in GetClassPathLocations()