Searched defs:TestNode (Results 1 – 1 of 1) sorted by relevance
29 struct TestNode : public ListNode { struct31 TestNode(int v) : value(v) {} in TestNode() function35 bool operator==(const TestNode &lhs, const TestNode &rhs) in operator ==() argument