HomeSort by relevance Sort by last modified time
    Searched refs:ANTLR3_INT_TRIE_struct (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 375 typedef struct ANTLR3_INT_TRIE_struct
383 pANTLR3_TRIE_ENTRY (*get) (struct ANTLR3_INT_TRIE_struct * trie, ANTLR3_INTKEY key);
384 ANTLR3_BOOLEAN (*del) (struct ANTLR3_INT_TRIE_struct * trie, ANTLR3_INTKEY key);
385 ANTLR3_BOOLEAN (*add) (struct ANTLR3_INT_TRIE_struct * trie, ANTLR3_INTKEY key, ANTLR3_UINT32 type, ANTLR3_INTKEY intVal, void * data, void (ANTLR3_CDECL *freeptr)(void *));
386 void (*free) (struct ANTLR3_INT_TRIE_struct * trie);
antlr3interfaces.h 209 typedef struct ANTLR3_INT_TRIE_struct *pANTLR3_INT_TRIE;

Completed in 148 milliseconds