Searched refs:tst_node (Results 1 – 2 of 2) sorted by relevance
25 struct tst_node struct27 tst_node(Char id_) in tst_node() function34 destruct_node(tst_node* p, Alloc* alloc) in destruct_node() argument48 static tst_node*49 clone_node(tst_node* p, Alloc* alloc) in clone_node() argument53 tst_node* clone = alloc->new_node(p->id); in clone_node()66 find(tst_node* start, Iterator& first, Iterator last, Filter filter) in find() argument73 tst_node* p = start; in find()110 tst_node*& start in add()119 tst_node** pp = &start; in add()[all …]
32 typedef detail::tst_node<Char, T> node;96 friend struct detail::tst_node<Char, T>;