Home
last modified time | relevance | path

Searched refs:DListIterator (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dlist.h373 class DListIterator { class
375 DListIterator() = default;
376 ~DListIterator() = default;
378 explicit DListIterator(T *node) : node_(node) {} in DListIterator() function in DListIterator
379 DEFAULT_COPY_SEMANTIC(DListIterator);
380 DEFAULT_NOEXCEPT_MOVE_SEMANTIC(DListIterator);
382 DListIterator &operator++() in operator ++()
390 DListIterator operator++(int) in operator ++()
410 bool operator==(DListIterator other) const in operator ==()
415 bool operator!=(DListIterator othe
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dlist.h357 class DListIterator { class
359 DListIterator() = default;
360 ~DListIterator() = default;
362 explicit DListIterator(T *node) : node_(node) {} in DListIterator() function in DListIterator
363 DEFAULT_COPY_SEMANTIC(DListIterator);
364 DEFAULT_NOEXCEPT_MOVE_SEMANTIC(DListIterator);
366 DListIterator &operator++() in operator ++()
374 DListIterator operator++(int) in operator ++()
394 bool operator==(DListIterator other) const in operator ==()
399 bool operator!=(DListIterator othe
[all...]

Completed in 2 milliseconds