Searched refs:ANTLR3_HASH_TYPE_STR (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h37 #define ANTLR3_HASH_TYPE_STR 1 /**< Indicates the hashed file has numeric keys */ macro
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/
H A Dantlr3collections.c238 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() */
1979 if (type == ANTLR3_HASH_TYPE_STR)
2136 if (type == ANTLR3_HASH_TYPE_STR)
2226 if (thisEntry->type == ANTLR3_HASH_TYPE_STR && thisEntry->freeptr != NULL)
H A Dantlr3baserecognizer.c1881 recognizer->state->ruleMemo->add(recognizer->state->ruleMemo, (ANTLR3_INTKEY)ruleIndex, ANTLR3_HASH_TYPE_STR, 0, ANTLR3_FUNC_PTR(ruleList), freeIntTrie);

Completed in 136 milliseconds