Searched refs:allowDups (Results 1 – 2 of 2) sorted by relevance
107 int allowDups; member380 ANTLR3_BOOLEAN allowDups; /* Whether this trie accepts duplicate keys */ member
168 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()