Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h463 #define PROTO2_GENERATED_DEFAULT_ONEOF_FIELD_OFFSET(ONEOF, FIELD) \ argument
465 reinterpret_cast<const char*>(&(ONEOF->FIELD)) \
466 - reinterpret_cast<const char*>(ONEOF))
Ddescriptor.cc246 NULL_SYMBOL, MESSAGE, FIELD, ONEOF, ENUM, ENUM_VALUE, SERVICE, METHOD, enumerator
279 CONSTRUCTOR(OneofDescriptor , ONEOF , oneof_descriptor ) in CONSTRUCTOR()
292 case ONEOF : return oneof_descriptor ->containing_type()->file(); in CONSTRUCTOR()
1095 return (result.type == Symbol::ONEOF) ? result.oneof_descriptor : NULL; in FindOneofByName()
1224 file()->tables_->FindNestedSymbolOfType(this, key, Symbol::ONEOF); in FindOneofByName()