HomeSort by relevance Sort by last modified time
    Searched refs:allowDups (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 107 int allowDups;
380 ANTLR3_BOOLEAN allowDups; /* Whether this trie accepts duplicate keys */
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 168 table->allowDups = ANTLR3_FALSE;
551 if (table->allowDups == ANTLR3_FALSE)
622 if (table->allowDups == ANTLR3_FALSE)
    [all...]

Completed in 53 milliseconds