Home
last modified time | relevance | path

Searched refs:RemoveIf (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dlist.h269 return RemoveIf([&value](const ValueType &v) { return value == v; }); in Remove()
273 bool RemoveIf(Predicate pred) in RemoveIf() function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js103142 RemoveIf(t) { method in anonymousFunction47c28f46f9500.anonymousFunction47c28f46f9600.Pn
104365 this.m_contactBuffer.RemoveIf(n);
104394 t && this.m_contactBuffer.RemoveIf(Un.b2ParticleContactIsZombie);
105151 this.m_proxyBuffer.RemoveIf(n.IsProxyInvalid);
105157 this.m_contactBuffer.RemoveIf(n.IsContactInvalid);
105162 this.m_bodyContactBuffer.RemoveIf(n.IsBodyContactInvalid);
105168 this.m_pairBuffer.RemoveIf(n.IsPairInvalid);
105175 this.m_triadBuffer.RemoveIf(n.IsTriadInvalid);