Home
last modified time | relevance | path

Searched refs:BucketsType (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3collections.hpp65 typedef TrieEntryType BucketsType; typedef in IntTrieNode
70BucketsType* m_buckets; /**< This is the data bucket(s) that the key indexes, which may be NULL …
80 BucketsType* get_buckets() const;
85 void set_buckets( BucketsType* buckets );
Dantlr3collections.inl42 ANTLR_INLINE typename IntTrieNode<ImplTraits, DataType>::BucketsType* IntTrieNode<ImplTraits, DataT…
67 ANTLR_INLINE void IntTrieNode<ImplTraits, DataType>::set_buckets( BucketsType* buckets )