Searched refs:before_begin (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | list_test.cpp | 118 list2.Splice(list2.before_begin(), list); in TEST_F() 122 list.Splice(list.before_begin(), list2, list2.before_begin() + 5, list2.end()); in TEST_F() 126 list.Splice(list.before_begin(), list2); in TEST_F() 130 list2.Splice(list2.before_begin(), list, list.begin() + 1, list.begin() + 5); in TEST_F() 134 list2.Splice(list2.begin(), list, list.before_begin()); in TEST_F()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | list_test.cpp | 121 list2.Splice(list2.before_begin(), list); in TEST_F() 125 list.Splice(list.before_begin(), list2, list2.before_begin() + 5U, list2.end()); in TEST_F() 129 list.Splice(list.before_begin(), list2); in TEST_F() 133 list2.Splice(list2.before_begin(), list, list.begin() + 1U, list.begin() + 5U); in TEST_F() 137 list2.Splice(list2.begin(), list, list.before_begin()); in TEST_F()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | list.h | 161 Iterator before_begin() in before_begin() function in panda::List 166 ConstIterator before_begin() const in before_begin() function in panda::List 222 InsertAfter(before_begin(), value); in PushFront() 226 InsertAfter(before_begin(), value); in PushFront() 231 EraseAfter(before_begin()); in PopFront() 276 Iterator prev = before_begin(); in RemoveIf() 303 Splice(position, other, other.before_begin(), other.end()); in Splice()
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | list.h | 157 Iterator before_begin() in before_begin() function in ark::List 162 ConstIterator before_begin() const in before_begin() function in ark::List 218 InsertAfter(before_begin(), value); in PushFront() 222 InsertAfter(before_begin(), value); in PushFront() 227 EraseAfter(before_begin()); in PopFront() 270 Iterator prev = before_begin(); in RemoveIf() 295 Splice(position, other, other.before_begin(), other.end()); in Splice()
|
Completed in 4 milliseconds