/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/llvm/unittests/ADT/ |
H A 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
|
/aosp_15_r20/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 ()()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/ |
H A D | remove_if.h | 27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/ |
D | remove_if.h | 27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/ |
D | remove_if.h | 27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/ |
D | remove_if.h | 27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/ |
D | remove_if.h | 27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/ |
D | remove_if.h | 24 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/ |
D | remove_if.rst | 3 remove_if title
|
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/ |
H A D | chunked_vector_fuzzer.proto | 49 RemoveIf remove_if = 7; field
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | pthread_atfork.cpp | 77 void remove_if(F predicate) { in remove_if() function in atfork_list_t
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
H A D | SetVector.h | 187 bool remove_if(UnaryPredicate P) { in remove_if() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SetVector.h | 199 bool remove_if(UnaryPredicate P) { in remove_if() function
|
H A D | MapVector.h | 209 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
/aosp_15_r20/bionic/linker/ |
H A D | linked_list.h | 186 void remove_if(F predicate) { in remove_if() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 210 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
H A D | SetVector.h | 192 bool remove_if(UnaryPredicate P) { in remove_if() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | MapVector.h | 229 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | MapVector.h | 229 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | MapVector.h | 229 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | MapVector.h | 229 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
|
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/ |
H A D | intrusive_forward_list.h | 270 size_type remove_if(UnaryPredicate pred) { in remove_if() function
|