Home
last modified time | relevance | path

Searched refs:ANTLR_INTKEY (Results 1 – 5 of 5) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3collections.hpp69ANTLR_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 );
Dantlr3defs.hpp205 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
Dantlr3baserecognizer.hpp428 ANTLR_MARKER getRuleMemoization( ANTLR_INTKEY ruleIndex,
Dantlr3collections.inl37 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;
Dantlr3baserecognizer.inl648 ANTLR_MARKER BaseRecognizer<ImplTraits, StreamType>::getRuleMemoization( ANTLR_INTKEY ruleIndex, AN…