Home
last modified time | relevance | path

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

/external/antlr/runtime/C/include/
Dantlr3collections.h107 int allowDups; member
380 ANTLR3_BOOLEAN allowDups; /* Whether this trie accepts duplicate keys */ member
/external/antlr/runtime/C/src/
Dantlr3collections.c168 table->allowDups = ANTLR3_FALSE; in antlr3HashTableNew()
551 if (table->allowDups == ANTLR3_FALSE) in antlr3HashPutI()
622 if (table->allowDups == ANTLR3_FALSE) in antlr3HashPut()
2002 if (trie->allowDups ==ANTLR3_TRUE) in intTrieAdd()