Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3collections.h140 …ANTLR3_INT32 (*putI) (struct ANTLR3_HASH_TABLE_struct * table, ANTLR3_INTKEY key, void * elem… member
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c184 table->putI = antlr3HashPutI; in antlr3HashTableNew()
960 return list->table->putI(list->table, key, element, freeptr); in antlr3ListPut()