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

/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc246 NULL_SYMBOL, MESSAGE, FIELD, ONEOF, ENUM, ENUM_VALUE, SERVICE, METHOD, enumerator in enum:google::protobuf::__anon13501::Symbol::Type
261 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; }
262 inline bool IsNull() const { return type == NULL_SYMBOL; }
289 case NULL_SYMBOL: return NULL;

Completed in 73 milliseconds