Home
last modified time | relevance | path

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

123

/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/llvm/unittests/ADT/
H A 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
/aosp_15_r20/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 ()()
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A Dremove_if.h27 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/
Dremove_if.h27 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/
Dremove_if.h27 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/
Dremove_if.h27 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/
Dremove_if.h27 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/
Dremove_if.h24 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/
Dremove_if.rst3 remove_if title
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Dchunked_vector_fuzzer.proto49 RemoveIf remove_if = 7; field
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_atfork.cpp77 void remove_if(F predicate) { in remove_if() function in atfork_list_t
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DMapVector.h170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
H A DSetVector.h187 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 DSetVector.h199 bool remove_if(UnaryPredicate P) { in remove_if() function
H A DMapVector.h209 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
/aosp_15_r20/bionic/linker/
H A Dlinked_list.h186 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 DMapVector.h210 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
H A DSetVector.h192 bool remove_if(UnaryPredicate P) { in remove_if() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DMapVector.h229 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/
DMapVector.h229 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/
DMapVector.h229 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/
DMapVector.h229 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 Dintrusive_forward_list.h270 size_type remove_if(UnaryPredicate pred) { in remove_if() function

123