Searched defs:TestNode (Results 1 – 2 of 2) sorted by relevance
29 struct TestNode : public ListNode { struct32 TestNode(int v) : value(v) {} // CC-OFF(G.CLS.03) class for testing in TestNode() argument37 bool operator==(const TestNode &lhs, const TestNode &rhs) in operator ==() argument
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