Searched refs:pANTLR3_TRIE_ENTRY (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h344 ANTLR3_TRIE_ENTRY, * pANTLR3_TRIE_ENTRY; typedef in typeref:struct:ANTLR3_TRIE_ENTRY_struct
353 pANTLR3_TRIE_ENTRY buckets; /**< This is the data bucket(s) that the key indexes, which may be NULL */
383 pANTLR3_TRIE_ENTRY (*get) (struct ANTLR3_INT_TRIE_struct * trie, ANTLR3_INTKEY key);
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c108 static pANTLR3_TRIE_ENTRY intTrieGet (pANTLR3_INT_TRIE trie, ANTLR3_INTKEY key);
1820 static pANTLR3_TRIE_ENTRY
1919 pANTLR3_TRIE_ENTRY newEnt;
1920 pANTLR3_TRIE_ENTRY nextEnt;
1966 newEnt = (pANTLR3_TRIE_ENTRY)ANTLR3_CALLOC(1, sizeof(ANTLR3_TRIE_ENTRY));
2123 newEnt = (pANTLR3_TRIE_ENTRY)ANTLR3_CALLOC(1, sizeof(ANTLR3_TRIE_ENTRY));
2192 pANTLR3_TRIE_ENTRY thisEntry;
2193 pANTLR3_TRIE_ENTRY nextEntry;
H A Dantlr3baserecognizer.c1861 pANTLR3_TRIE_ENTRY entry;
1994 pANTLR3_TRIE_ENTRY entry;

Completed in 84 milliseconds