Home
last modified time | relevance | path

Searched defs:trie (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/grep/src/
H A Dkwset.c65 struct trie *trie; /* Trie node pointed to by this edge. */ member
71 struct trie struct
80 struct trie *parent; /* Parent of this node. */ argument
81 struct trie *next; /* List of all trie nodes in level order. */ argument
82 struct trie *fail; /* Aho-Corasick failure function. */ argument
92 ptrdiff_t words; /* Number of words in the trie. */ argument
93 struct trie *trie; /* The trie itself. */ member
176 struct trie *trie = kwset->trie; in kwsincr() local
779 struct trie const *trie, *accept; in acexec_trans() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp731 class trie : public PB_DS_TRIE_BASE class
740 trie() { } in trie() function in __gnu_pbds::trie
744 trie(const access_traits& t) in trie() function in __gnu_pbds::trie
751 trie(It first, It last) in trie() function in __gnu_pbds::trie
758 trie(It first, It last, const access_traits& t) in trie() function in __gnu_pbds::trie
762 trie(const trie& other) in trie() function in __gnu_pbds::trie
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp731 class trie : public PB_DS_TRIE_BASE class
740 trie() { } in trie() function in __gnu_pbds::trie
744 trie(const access_traits& t) in trie() function in __gnu_pbds::trie
751 trie(It first, It last) in trie() function in __gnu_pbds::trie
758 trie(It first, It last, const access_traits& t) in trie() function in __gnu_pbds::trie
762 trie(const trie& other) in trie() function in __gnu_pbds::trie