Searched refs:PathRoot (Results 1 – 2 of 2) sorted by relevance
151 auto PathRoot = *It++; in internPath() local153 find_if(Roots, [PathRoot](TrieNode *N) { return N->Func == PathRoot; }); in internPath()160 Node->Func = PathRoot; in internPath()
270 TEST(Support, PathRoot) { in TEST() argument