Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c57 static ANTLR3_INT32 antlr3HashPutI (pANTLR3_HASH_TABLE table, ANTLR3_INTKEY key, void * element, …
184 table->putI = antlr3HashPutI; in antlr3HashTableNew()
523 antlr3HashPutI(pANTLR3_HASH_TABLE table, ANTLR3_INTKEY key, void * element, void (ANTLR3_CDECL *fre… in antlr3HashPutI() function