HomeSort by relevance Sort by last modified time
    Searched refs:remove_if (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/
remove_if.pass.cpp 12 // template <class Pred> void remove_if(Pred pred);
31 c.remove_if(g);
39 c.remove_if(g);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
remove_if.pass.cpp 12 // template <class Predicate> void remove_if(Predicate pred);
34 c1.remove_if(g);
43 c1.remove_if(g);
53 c1.remove_if(g);
61 c1.remove_if(g);
71 c1.remove_if(g);
82 c1.remove_if(g);
91 c1.remove_if(g);
101 c1.remove_if(g);
109 c1.remove_if(g)
    [all...]
  /external/libcxx/test/std/containers/sequences/list/list.ops/
remove_if.pass.cpp 12 // template <class Pred> void remove_if(Pred pred);
40 c.remove_if(std::ref(cp));
49 c.remove_if(std::ref(cp));
59 c.remove_if(std::ref(cp));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.ops/
remove_if.pass.cpp 12 // template <class Pred> void remove_if(Pred pred);
40 c.remove_if(std::ref(cp));
49 c.remove_if(std::ref(cp));
59 c.remove_if(std::ref(cp));
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
remove_if.pass.cpp 12 // template <class Predicate> void remove_if(Predicate pred);
39 c1.remove_if(std::ref(cp));
51 c1.remove_if(std::ref(cp));
64 c1.remove_if(std::ref(cp));
75 c1.remove_if(std::ref(cp));
88 c1.remove_if(std::ref(cp));
102 c1.remove_if(std::ref(cp));
114 c1.remove_if(std::ref(cp));
127 c1.remove_if(std::ref(cp));
138 c1.remove_if(std::ref(cp))
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.ops/
remove_if.pass.cpp 12 // template <class Predicate> void remove_if(Predicate pred);
38 c1.remove_if(std::ref(cp));
50 c1.remove_if(std::ref(cp));
63 c1.remove_if(std::ref(cp));
74 c1.remove_if(std::ref(cp));
87 c1.remove_if(std::ref(cp));
101 c1.remove_if(std::ref(cp));
113 c1.remove_if(std::ref(cp));
126 c1.remove_if(std::ref(cp));
137 c1.remove_if(std::ref(cp))
    [all...]
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
remove_if.pass.cpp 16 // remove_if(Iter first, Iter last, Pred pred);
36 // int* r = std::remove_if(ia, ia+sa, std::bind2nd(std::equal_to<int>(), 2));
38 int* r = std::remove_if(ia, ia+sa, std::ref(cp));
71 Iter r = std::remove_if(Iter(ia), Iter(ia+sa), pred());
  /frameworks/base/tools/split-select/
Rule_test.cpp 68 expected.erase(std::remove_if(expected.begin(), expected.end(), ::isspace), expected.end());
72 result.erase(std::remove_if(result.begin(), result.end(), ::isspace), result.end());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
remove_if.pass.cpp 16 // remove_if(Iter first, Iter last, Pred pred);
33 int* r = std::remove_if(ia, ia+sa, std::bind2nd(std::equal_to<int>(), 2));
65 Iter r = std::remove_if(Iter(ia), Iter(ia+sa), pred());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.remove/
remove_if.pass.cpp 16 // remove_if(Iter first, Iter last, Pred pred);
36 // int* r = std::remove_if(ia, ia+sa, std::bind2nd(std::equal_to<int>(), 2));
38 int* r = std::remove_if(ia, ia+sa, std::ref(cp));
71 Iter r = std::remove_if(Iter(ia), Iter(ia+sa), pred());
  /external/skia/src/core/
SkRecord.cpp 39 Record* noops = std::remove_if(fRecords.get(), fRecords.get() + fCount,
  /bionic/linker/tests/
linked_list_test.cpp 90 list.remove_if([] (const char* c) {
99 list.remove_if([] (const char* c) {
137 list.remove_if([](const char* c) {
156 list.remove_if([](const char* c) {
193 list.remove_if([](const char* c) {
202 list.remove_if([](const char* c) {
  /bionic/libc/bionic/
pthread_atfork.cpp 77 void remove_if(F predicate) { function in class:atfork_list_t
178 g_atfork_list.remove_if([&](const atfork_t* entry) {
  /frameworks/base/tools/aapt2/
DominatorTree.cpp 64 std::remove_if(children_.begin(), children_.end(),
  /frameworks/base/tools/aapt2/link/
XmlNamespaceRemover.cpp 47 std::remove_if(el->children.begin(), el->children.end(),
  /external/libmojo/mojo/public/cpp/bindings/
binding_set.h 97 bindings_.erase(std::remove_if(bindings_.begin(), bindings_.end(),
interface_ptr_set.h 76 ptrs_.erase(std::remove_if(ptrs_.begin(), ptrs_.end(),
  /frameworks/base/tools/aapt2/optimize/
ResourceDeduper.cpp 100 std::remove_if(
VersionCollapser.cpp 113 std::remove_if(entry->values.begin(), entry->values.end(),
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 241 Args.erase(std::remove_if(Args.begin(), Args.end(),
268 std::vector<const char *>::iterator End = std::remove_if(
272 End = std::remove_if(Args.begin(), End, MatchesAny(DiagClient.UnusedInputs));
  /external/llvm/unittests/ADT/
MapVectorTest.cpp 106 TEST(MapVectorTest, remove_if) {
117 MV.remove_if([](const std::pair<int, int> &Val) { return Val.second % 2; });
215 TEST(SmallMapVectorSmallTest, remove_if) {
226 MV.remove_if([](const std::pair<int, int> &Val) { return Val.second % 2; });
324 TEST(SmallMapVectorLargeTest, remove_if) {
335 MV.remove_if([](const std::pair<int, int> &Val) { return Val.second % 2; });
  /system/security/keystore/
auth_token_table.cpp 64 typename Container::iterator remove_if(Container& container, Predicate pred) { function in namespace:keystore
65 return std::remove_if(container.begin(), container.end(), pred);
179 entries_.erase(remove_if(entries_, [&](Entry& e) { return entry.Supersedes(e); }),
  /bionic/linker/
linker_namespaces.h 123 soinfo_list_.remove_if([&](soinfo* candidate) {
linked_list.h 174 void remove_if(F predicate) { function in class:LinkedList
199 remove_if([&](T* e) {
  /external/llvm/include/llvm/ADT/
MapVector.h 133 /// usually better to use \a remove_if() if possible.
165 template <class Predicate> void remove_if(Predicate Pred);
170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector

Completed in 1393 milliseconds

1 2 3 4 5 6 7