Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_parser.cpp2814 EnumDef *oneof_union = nullptr; in ParseProtoFields() local
2820 ECHECK(StartEnum(name, true, &oneof_union)); in ParseProtoFields()
2821 type = Type(BASE_TYPE_UNION, nullptr, oneof_union); in ParseProtoFields()
2890 } else if (oneof_union) { in ParseProtoFields()
2905 EnumValBuilder evb(*this, *oneof_union); in ParseProtoFields()