/external/sdv/vsomeip/third_party/boost/range/include/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
|
/external/sdv/vsomeip/third_party/boost/fusion/include/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
|
/external/llvm/unittests/ADT/ |
D | MapVectorTest.cpp | 106 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/ |
D | remove_if.h | 27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__algorithm/ |
D | remove_if.h | 27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
|
/external/cronet/stable/third_party/libc++/src/include/__algorithm/ |
D | remove_if.h | 27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__algorithm/ |
D | remove_if.h | 27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
|
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/ |
D | remove_if.rst | 3 remove_if title
|
/external/grpc-grpc/test/core/gprpp/ |
D | chunked_vector_fuzzer.proto | 49 RemoveIf remove_if = 7; field
|
/external/sdv/vsomeip/third_party/boost/phoenix/include/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 ()()
|
/external/llvm/include/llvm/ADT/ |
D | MapVector.h | 170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
D | SetVector.h | 187 bool remove_if(UnaryPredicate P) { in remove_if() function
|
/external/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
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | MapVector.h | 210 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
D | SetVector.h | 192 bool remove_if(UnaryPredicate P) { in remove_if() function
|
/external/pigweed/pw_containers/public/pw_containers/ |
D | intrusive_forward_list.h | 286 size_type remove_if(UnaryPredicate pred) { in remove_if() function
|
D | intrusive_list.h | 310 size_type remove_if(UnaryPredicate pred) { in remove_if() function
|
/external/rust/android-crates-io/crates/dashmap/src/ |
D | set.rs | 246 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/ |
D | MachinePipeliner.h | 343 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
|
/external/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
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | MachinePipeliner.h | 360 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
|
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | list.hpp | 1253 void remove_if(Pred pred) in remove_if() function in boost::container::list
|
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | list.hpp | 1145 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/ |
D | sequenced_index.hpp | 555 void remove_if(Predicate pred) in remove_if() function in boost::multi_index::detail::sequenced_index
|