Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp2135 flatbuffers::IDLOptions idl_opts; in UnionVectorTest() local
2136 idl_opts.lang_to_generate |= flatbuffers::IDLOptions::kBinary; in UnionVectorTest()
2137 flatbuffers::Parser parser(idl_opts); in UnionVectorTest()
2267 flatbuffers::Parser parser2(idl_opts); in UnionVectorTest()