Home
last modified time | relevance | path

Searched refs:EraseAfter (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dlist.h231 EraseAfter(before_begin()); in PopFront()
250 Iterator EraseAfter(ConstIterator position) in EraseAfter() function in panda::List
255 return EraseAfter(position, last); in EraseAfter()
261 Iterator EraseAfter(ConstIterator position, ConstIterator last) in EraseAfter() function in panda::List
280 EraseAfter(prev); in RemoveIf()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dlist.h227 EraseAfter(before_begin()); in PopFront()
246 Iterator EraseAfter(ConstIterator position) in EraseAfter() function in ark::List
251 return EraseAfter(position, last); in EraseAfter()
255 Iterator EraseAfter(ConstIterator position, ConstIterator last) in EraseAfter() function in ark::List
274 EraseAfter(prev); in RemoveIf()
/arkcompiler/runtime_core/libpandabase/tests/
H A Dlist_test.cpp110 list.EraseAfter(list.begin() + 1); in TEST_F()
141 list.EraseAfter(list.begin() + 1, list.begin() + 4); in TEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dlist_test.cpp112 list.EraseAfter(list.begin() + 1U); in TEST_F()
144 list.EraseAfter(list.begin() + 1U, list.begin() + 4U); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor.h52 void EraseAfter(T *prev, T *current);
H A Dmonitor.cpp44 EraseAfter(prev, current); in RemoveIf()
68 void ThreadList<T>::EraseAfter(T *prev, T *current) in EraseAfter() function in ark::ThreadList

Completed in 5 milliseconds