Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Didl.h405 bool proto_oneof_union; member
482 proto_oneof_union(false), in IDLOptions()
/external/flatbuffers/src/
Dflatc.cpp279 opts.proto_oneof_union = true; in Compile()
Didl_parser.cpp2099 if (oneof && opts.proto_oneof_union) { in ParseProtoFields()
/external/flatbuffers/tests/
Dtest.cpp938 opts.proto_oneof_union = true; in ParseProtoTest()