Searched refs:pANTLR3_INT_TRIE_NODE (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h357 ANTLR3_INT_TRIE_NODE, * pANTLR3_INT_TRIE_NODE; typedef in typeref:struct:ANTLR3_INT_TRIE_NODE_struct
377 pANTLR3_INT_TRIE_NODE root; /* Root node of this integer trie */
378 pANTLR3_INT_TRIE_NODE current; /* Used to traverse the TRIE with the next() method */
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c1783 trie->root = (pANTLR3_INT_TRIE_NODE) ANTLR3_CALLOC(1, sizeof(ANTLR3_INT_TRIE));
1823 pANTLR3_INT_TRIE_NODE thisNode;
1824 pANTLR3_INT_TRIE_NODE nextNode;
1893 pANTLR3_INT_TRIE_NODE p;
1915 pANTLR3_INT_TRIE_NODE thisNode;
1916 pANTLR3_INT_TRIE_NODE nextNode;
1917 pANTLR3_INT_TRIE_NODE entNode;
2113 nextNode = (pANTLR3_INT_TRIE_NODE)ANTLR3_CALLOC(1, sizeof(ANTLR3_INT_TRIE_NODE));
2190 freeIntNode(pANTLR3_INT_TRIE_NODE node)

Completed in 95 milliseconds