Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Dflatc.cpp312 opts.proto_oneof_union = true; in Compile()
Didl_parser.cpp2818 if (oneof && opts.proto_oneof_union) { in ParseProtoFields()
/third_party/flatbuffers/include/flatbuffers/
Didl.h558 bool proto_oneof_union; member
652 proto_oneof_union(false), in IDLOptions()
/third_party/flatbuffers/tests/
Dtest.cpp1192 opts.proto_oneof_union = true; in ParseProtoTest()
1244 opts.proto_oneof_union = true; in ParseProtoTestWithSuffix()
1309 opts.proto_oneof_union = true; in ParseProtoTestWithIncludes()