Home
last modified time | relevance | path

Searched defs:ANTLR3_INT_TRIE_struct (Results 1 – 1 of 1) 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