Home
last modified time | relevance | path

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

12

/external/sdv/vsomeip/third_party/boost/range/include/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
/external/sdv/vsomeip/third_party/boost/fusion/include/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
/external/llvm/unittests/ADT/
DMapVectorTest.cpp106 TEST(MapVectorTest, remove_if) { in TEST() argument
215 TEST(SmallMapVectorSmallTest, remove_if) { in TEST() argument
324 TEST(SmallMapVectorLargeTest, remove_if) { in TEST() argument
/external/cronet/tot/third_party/libc++/src/include/__algorithm/
Dremove_if.h27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__algorithm/
Dremove_if.h27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
/external/cronet/stable/third_party/libc++/src/include/__algorithm/
Dremove_if.h27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__algorithm/
Dremove_if.h27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Dremove_if.rst3 remove_if title
/external/grpc-grpc/test/core/gprpp/
Dchunked_vector_fuzzer.proto49 RemoveIf remove_if = 7; field
/external/sdv/vsomeip/third_party/boost/phoenix/include/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 ()()
/external/llvm/include/llvm/ADT/
DMapVector.h170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
DSetVector.h187 bool remove_if(UnaryPredicate P) { in remove_if() function
/external/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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DMapVector.h210 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
DSetVector.h192 bool remove_if(UnaryPredicate P) { in remove_if() function
/external/pigweed/pw_containers/public/pw_containers/
Dintrusive_forward_list.h286 size_type remove_if(UnaryPredicate pred) { in remove_if() function
Dintrusive_list.h310 size_type remove_if(UnaryPredicate pred) { in remove_if() function
/external/rust/android-crates-io/crates/dashmap/src/
Dset.rs246 pub fn remove_if<Q>(&self, key: &Q, f: impl FnOnce(&K) -> bool) -> Option<K> in remove_if() method
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h343 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
/external/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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h360 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dlist.hpp1253 void remove_if(Pred pred) in remove_if() function in boost::container::list
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dlist.hpp1145 void remove_if(Pred pred) in remove_if() function in boost::intrusive::list_impl
/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/
Dsequenced_index.hpp555 void remove_if(Predicate pred) in remove_if() function in boost::multi_index::detail::sequenced_index

12