Searched defs:ListNode (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/libpandabase/utils/ | ||
H A D | list.h | 37 class ListNode { class 42 explicit ListNode(ListNode *next) : next_(next) {} in ListNode() function in panda::ListNode 43 ListNode(const ListNode & /* unused */) : next_(nullptr) {} in ListNode() function in panda::ListNode [all...] |
/arkcompiler/runtime_core/static_core/libpandabase/utils/ | ||
H A D | list.h | 29 class ListNode { class 34 explicit ListNode(ListNode *next) : next_(next) {} in ListNode() function in ark::ListNode [all...] |
Completed in 2 milliseconds