Home
last modified time | relevance | path

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

/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