Home
last modified time | relevance | path

Searched defs:remove_if (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/boost/range/algorithm/
Dremove_if.hpp32 remove_if(ForwardRange& rng, UnaryPredicate pred) in remove_if() function
41 remove_if(const ForwardRange& rng, UnaryPredicate pred) in remove_if() function
52 remove_if(ForwardRange& rng, UnaryPredicate pred) in remove_if() function
63 remove_if(const ForwardRange& rng, UnaryPredicate pred) in remove_if() function
/third_party/boost/boost/fusion/algorithm/transformation/
Dremove_if.hpp20 struct remove_if struct
22 typedef filter_view<Sequence, mpl::not_<Pred> > type;
29 remove_if(Sequence const& seq) in remove_if() function
/third_party/boost/boost/hana/fwd/
Dremove_if.hpp53 constexpr auto remove_if = [](auto&& xs, auto&& predicate) { in __anon49999fb90102() variable
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dremove_if.hpp53 constexpr auto remove_if = [](auto&& xs, auto&& predicate) { in __anon2e17030c0102() variable
/third_party/boost/boost/compute/algorithm/
Dremove_if.hpp32 inline Iterator remove_if(Iterator first, in remove_if() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dremove_if.hpp32 inline Iterator remove_if(Iterator first, in remove_if() function
/third_party/boost/libs/mpl/doc/src/refmanual/
Dremove_if.rst3 remove_if title
/third_party/boost/boost/bimap/container_adaptor/
Dlist_map_adaptor.hpp171 void remove_if(Predicate pred) in remove_if() function in boost::bimaps::container_adaptor::list_map_adaptor
Dlist_adaptor.hpp130 void remove_if(Predicate pred) in remove_if() function in boost::bimaps::container_adaptor::list_adaptor
/third_party/boost/boost/phoenix/stl/algorithm/
Dtransformation.hpp269 struct remove_if struct
275 struct result<This(R&,P)>
282 execute(R& r, P p, mpl::true_) const in execute()
290 execute(R& r, P p, mpl::false_) const in execute()
297 operator()(R& r, P p) const in operator ()()
/third_party/boost/boost/bimap/views/
Dvector_set_view.hpp160 void remove_if(Predicate pred) in remove_if() function in boost::bimaps::views::vector_set_view
Dvector_map_view.hpp167 void remove_if(Predicate pred) in remove_if() function in boost::bimaps::views::vector_map_view
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp317 struct remove_if { struct
318 using type = decltype(hana::filter(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSetVector.h199 bool remove_if(UnaryPredicate P) { in remove_if() function
DMapVector.h209 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
/third_party/boost/boost/lambda/
Dalgorithm.hpp522 struct remove_if { struct
525 struct sig {
533 operator()(A a, A b, C c) const in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h343 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h187 template <typename PredFn> void remove_if(PredFn &&Pred) { in remove_if() function
/third_party/boost/boost/container/
Dlist.hpp1231 void remove_if(Pred pred) in remove_if() function in boost::container::list
Dslist.hpp1194 void remove_if(Pred pred) in remove_if() function in boost::container::slist
/third_party/boost/boost/intrusive/
Dlist.hpp1145 void remove_if(Pred pred) in remove_if() function in boost::intrusive::list_impl
Dslist.hpp1626 void remove_if(Pred pred) in remove_if() function in boost::intrusive::slist_impl
/third_party/boost/boost/multi_index/
Dsequenced_index.hpp555 void remove_if(Predicate pred) in remove_if() function in boost::multi_index::detail::sequenced_index
Drandom_access_index.hpp627 void remove_if(Predicate pred) in remove_if() function in boost::multi_index::detail::random_access_index