Searched defs:ListNode (Results 1 – 8 of 8) sorted by relevance
30 struct ListNode { struct55 * ListNode is not copyable (Node is not copyable). argument58 ListNode(Args &&...args) : item(std::forward<Args>(args)...) {} in ListNode() function60 ~ListNode() { in ~ListNode() argument79 * Caller need to turn the data into nodes by doing ListNode<ElementType> before argument
97 pub struct ListNode { struct102 impl ListNode { argument
81 type ListNode struct { struct82 NodeType83 Pos84 tr *Tree85 Nodes []Node // The element nodes in lexical order.92 func (l *ListNode) append(n Node) {96 func (l *ListNode) tree() *Tree {100 func (l *ListNode) String() string {106 func (l *ListNode) writeTo(sb *strings.Builder) {112 func (l *ListNode) CopyList() *ListNode {[all …]
45 struct ListNode { struct47 struct ListNode *Next; argument
48 struct ListNode { struct50 struct ListNode *Next; argument
62219 "ListNode": 59807, number
62160 "ListNode": 59807, number