Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_parser.cpp2531 EnumDef *oneof_union = nullptr; in ParseProtoFields() local
2537 ECHECK(StartEnum(name, true, &oneof_union)); in ParseProtoFields()
2538 type = Type(BASE_TYPE_UNION, nullptr, oneof_union); in ParseProtoFields()
2602 } else if (oneof_union) { in ParseProtoFields()
2617 EnumValBuilder evb(*this, *oneof_union); in ParseProtoFields()