Searched refs:ANTLR_INTKEY (Results 1 – 5 of 5) sorted by relevance
/external/antlr/runtime/Cpp/include/ |
D | antlr3collections.hpp | 69 …ANTLR_INTKEY m_key; /**< This is the actual key that the entry represents if it is a terminal nod… 79 ANTLR_INTKEY get_key() const; 84 void set_key( ANTLR_INTKEY key ); 135 TrieEntryType* get( ANTLR_INTKEY key); 136 bool del( ANTLR_INTKEY key); 149 bool add( ANTLR_INTKEY key, const DataType& data );
|
D | antlr3defs.hpp | 205 typedef ANTLR_UINT64 ANTLR_INTKEY; typedef 210 typedef ANTLR_UINT32 ANTLR_INTKEY; typedef 283 typedef ANTLR_UINT64 ANTLR_INTKEY; typedef 289 typedef ANTLR_UINT32 ANTLR_INTKEY; typedef
|
D | antlr3baserecognizer.hpp | 428 ANTLR_MARKER getRuleMemoization( ANTLR_INTKEY ruleIndex,
|
D | antlr3collections.inl | 37 ANTLR_INLINE ANTLR_INTKEY IntTrieNode<ImplTraits, DataType>::get_key() const 62 ANTLR_INLINE void IntTrieNode<ImplTraits, DataType>::set_key( ANTLR_INTKEY key ) 178 …IntTrie<ImplTraits, DataType>::TrieEntryType* IntTrie<ImplTraits, DataType>::get( ANTLR_INTKEY key) 247 bool IntTrie<ImplTraits, DataType>::del( ANTLR_INTKEY key) 258 bool IntTrie<ImplTraits, DataType>::add( ANTLR_INTKEY key, const DataType& data ) 266 ANTLR_INTKEY xorKey;
|
D | antlr3baserecognizer.inl | 648 ANTLR_MARKER BaseRecognizer<ImplTraits, StreamType>::getRuleMemoization( ANTLR_INTKEY ruleIndex, AN…
|