/third_party/boost/boost/range/algorithm/ |
D | remove_if.hpp | 32 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/ |
D | remove_if.hpp | 20 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/ |
D | remove_if.hpp | 53 constexpr auto remove_if = [](auto&& xs, auto&& predicate) { in __anon49999fb90102() variable
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | remove_if.hpp | 53 constexpr auto remove_if = [](auto&& xs, auto&& predicate) { in __anon2e17030c0102() variable
|
/third_party/boost/boost/compute/algorithm/ |
D | remove_if.hpp | 32 inline Iterator remove_if(Iterator first, in remove_if() function
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | remove_if.hpp | 32 inline Iterator remove_if(Iterator first, in remove_if() function
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | remove_if.rst | 3 remove_if title
|
/third_party/boost/boost/bimap/container_adaptor/ |
D | list_map_adaptor.hpp | 171 void remove_if(Predicate pred) in remove_if() function in boost::bimaps::container_adaptor::list_map_adaptor
|
D | list_adaptor.hpp | 130 void remove_if(Predicate pred) in remove_if() function in boost::bimaps::container_adaptor::list_adaptor
|
/third_party/boost/boost/phoenix/stl/algorithm/ |
D | transformation.hpp | 269 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/ |
D | vector_set_view.hpp | 160 void remove_if(Predicate pred) in remove_if() function in boost::bimaps::views::vector_set_view
|
D | vector_map_view.hpp | 167 void remove_if(Predicate pred) in remove_if() function in boost::bimaps::views::vector_map_view
|
/third_party/boost/libs/hana/example/tutorial/ |
D | appendix_mpl.cpp | 317 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/ |
D | SetVector.h | 199 bool remove_if(UnaryPredicate P) { in remove_if() function
|
D | MapVector.h | 209 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
/third_party/boost/boost/lambda/ |
D | algorithm.hpp | 522 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/ |
D | MachinePipeliner.h | 343 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/ |
D | Core.h | 187 template <typename PredFn> void remove_if(PredFn &&Pred) { in remove_if() function
|
/third_party/boost/boost/container/ |
D | list.hpp | 1231 void remove_if(Pred pred) in remove_if() function in boost::container::list
|
D | slist.hpp | 1194 void remove_if(Pred pred) in remove_if() function in boost::container::slist
|
/third_party/boost/boost/intrusive/ |
D | list.hpp | 1145 void remove_if(Pred pred) in remove_if() function in boost::intrusive::list_impl
|
D | slist.hpp | 1626 void remove_if(Pred pred) in remove_if() function in boost::intrusive::slist_impl
|
/third_party/boost/boost/multi_index/ |
D | sequenced_index.hpp | 555 void remove_if(Predicate pred) in remove_if() function in boost::multi_index::detail::sequenced_index
|
D | random_access_index.hpp | 627 void remove_if(Predicate pred) in remove_if() function in boost::multi_index::detail::random_access_index
|