Home
last modified time | relevance | path

Searched defs:TestNode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dlist_test.cpp29 struct TestNode : public ListNode { struct
32 TestNode(int v) : value(v) {} // CC-OFF(G.CLS.03) class for testing in TestNode() argument
37 bool operator==(const TestNode &lhs, const TestNode &rhs) in operator ==() argument
/arkcompiler/runtime_core/libpandabase/tests/
Dlist_test.cpp29 struct TestNode : public ListNode { struct
31 TestNode(int v) : value(v) {} in TestNode() function
35 bool operator==(const TestNode &lhs, const TestNode &rhs) in operator ==() argument