Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/src/
H A Dflatc.cpp678 IDLOptions binary_opts; in Compile() local
679 binary_opts.lang_to_generate |= flatbuffers::IDLOptions::kBinary; in Compile()
680 flatbuffers::Parser parser(binary_opts); in Compile()