Searched refs:TrieEntryType (Results 1 – 2 of 2) sorted by relevance
64 typedef TrieEntry<ImplTraits, DataType> TrieEntryType; typedef in IntTrieNode65 typedef TrieEntryType BucketsType;117 typedef TrieEntry<ImplTraits, DataType> TrieEntryType; typedef in IntTrie135 TrieEntryType* get( ANTLR_INTKEY key);
178 typename IntTrie<ImplTraits, DataType>::TrieEntryType* IntTrie<ImplTraits, DataType>::get( ANTLR_IN…264 TrieEntryType* newEnt;265 TrieEntryType* nextEnt;312 newEnt = new TrieEntryType(data, NULL);444 newEnt = new TrieEntryType(data, NULL);500 TrieEntryType* thisEntry;501 TrieEntryType* nextEntry;