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

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 37 #define ANTLR3_HASH_TYPE_STR 1 /**< Indicates the hashed file has numeric keys */
45 ANTLR3_UINT8 type; /**< One of ##ANTLR3_HASH_TYPE_INT or ##ANTLR3_HASH_TYPE_STR */
49 pANTLR3_UINT8 sKey; /**< Used if type is ANTLR3_HASH_TYPE_STR */
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 238 if (entry->keybase.type == ANTLR3_HASH_TYPE_STR && entry->keybase.key.sKey != NULL)
649 entry->keybase.type = ANTLR3_HASH_TYPE_STR; /* Indicate the key type stored here for free() */
    [all...]
antlr3baserecognizer.c     [all...]

Completed in 623 milliseconds