Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c77 static ANTLR3_UINT32 antlr3ListSize (pANTLR3_LIST list);
893 list->size = antlr3ListSize; in antlr3ListNew()
898 static ANTLR3_UINT32 antlr3ListSize (pANTLR3_LIST list) in antlr3ListSize() function