Searched refs:TNode (Results 1 – 3 of 3) sorted by relevance
29 struct TNode { struct31 unordered_map<string, TNode*> s; argument32 struct TNode *add(string n) { in add() argument34 if (s[n]==nullptr) s[n] = new TNode(); in add()39 using tt = tuple<int, string, TNode*>; in printit() argument253 TNode* gnode = NULL;297 if (gnode==NULL) gnode=new TNode(); in process_event()299 TNode* r = gnode; in process_event()
33 struct TNode { struct35 unordered_map<string, TNode*> s; argument36 struct TNode *add(string n) { in add() argument38 if (s[n]==nullptr) s[n] = new TNode(); in add()43 using tt = tuple<int, string, TNode*>; in printit() argument258 TNode* gnode = NULL;306 if (gnode==NULL) gnode=new TNode(); in process_event()308 TNode* r = gnode; in process_event()
29 struct TNode { struct31 unordered_map<string, TNode*> s; argument32 struct TNode *add(string n) { in add() argument34 if (s[n]==nullptr) s[n] = new TNode(); in add()39 using tt = tuple<int, string, TNode*>; in printit() argument248 TNode* gnode = NULL;289 if (gnode==NULL) gnode=new TNode(); in process_event()291 TNode* r = gnode; in process_event()