Searched refs:NULL_SYMBOL (Results 1 – 1 of 1) sorted by relevance
266 NULL_SYMBOL, MESSAGE, FIELD, ONEOF, ENUM, ENUM_VALUE, SERVICE, METHOD, enumerator281 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; } in Symbol()282 inline bool IsNull() const { return type == NULL_SYMBOL; } in IsNull()309 case NULL_SYMBOL: return NULL; in CONSTRUCTOR()