Home
last modified time | relevance | path

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

/external/antlr/runtime/C/src/
Dantlr3collections.c76 static void * antlr3ListRemove(pANTLR3_LIST list, ANTLR3_INTKEY key);
891 list->remove = antlr3ListRemove; in antlr3ListNew()
941 antlr3ListRemove (pANTLR3_LIST list, ANTLR3_INTKEY key) in antlr3ListRemove() function