Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc266 NULL_SYMBOL, MESSAGE, FIELD, ONEOF, ENUM, ENUM_VALUE, SERVICE, METHOD, enumerator
281 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()