Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3collections.h375 typedef struct ANTLR3_INT_TRIE_struct struct
383 pANTLR3_TRIE_ENTRY (*get) (struct ANTLR3_INT_TRIE_struct * trie, ANTLR3_INTKEY key); argument
384 ANTLR3_BOOLEAN (*del) (struct ANTLR3_INT_TRIE_struct * trie, ANTLR3_INTKEY key); argument
385 …ANTLR3_BOOLEAN (*add) (struct ANTLR3_INT_TRIE_struct * trie, ANTLR3_INTKEY key, ANTLR3_UINT32 typ… argument
386 void (*free) (struct ANTLR3_INT_TRIE_struct * trie); argument
Dantlr3interfaces.h209 typedef struct ANTLR3_INT_TRIE_struct *pANTLR3_INT_TRIE;