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