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

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h107 int allowDups; member in struct:ANTLR3_HASH_TABLE_struct
380 ANTLR3_BOOLEAN allowDups; /* Whether this trie accepts duplicate keys */ member in struct:ANTLR3_INT_TRIE_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c168 table->allowDups = ANTLR3_FALSE;
551 if (table->allowDups == ANTLR3_FALSE)
622 if (table->allowDups == ANTLR3_FALSE)
1962 if (trie->allowDups ==ANTLR3_TRUE)

Completed in 726 milliseconds