Lines Matching refs:null
96 left: NodePtr::null(), in new()
97 right: NodePtr::null(), in new()
98 parent: NodePtr::null(), in new()
185 return NodePtr::null(); in next()
203 return NodePtr::null(); in prev()
240 return NodePtr::null(); in parent()
248 return NodePtr::null(); in left()
256 return NodePtr::null(); in right()
262 fn null() -> NodePtr<K, V> { in null() method
825 head: NodePtr::null(), in into_iter()
826 tail: NodePtr::null(), in into_iter()
845 root: NodePtr::null(), in new()
1024 let mut y = NodePtr::null(); in insert()
1062 return NodePtr::null(); in find_node()
1078 NodePtr::null() in find_node()
1084 NodePtr::null() in first_child()
1097 NodePtr::null() in last_child()
1204 self.root = NodePtr::null(); in clear()
1211 self.root = NodePtr::null(); in fast_clear()