Searched defs:trie (Results 1 – 3 of 3) sorted by relevance
65 struct trie *trie; /* Trie node pointed to by this edge. */ member71 struct trie struct80 struct trie *parent; /* Parent of this node. */ argument81 struct trie *next; /* List of all trie nodes in level order. */ argument82 struct trie *fail; /* Aho-Corasick failure function. */ argument92 ptrdiff_t words; /* Number of words in the trie. */ argument93 struct trie *trie; /* The trie itself. */ member176 struct trie *trie = kwset->trie; in kwsincr() local779 struct trie const *trie, *accept; in acexec_trans() local
731 class trie : public PB_DS_TRIE_BASE class740 trie() { } in trie() function in __gnu_pbds::trie744 trie(const access_traits& t) in trie() function in __gnu_pbds::trie751 trie(It first, It last) in trie() function in __gnu_pbds::trie758 trie(It first, It last, const access_traits& t) in trie() function in __gnu_pbds::trie762 trie(const trie& other) in trie() function in __gnu_pbds::trie