Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_gen_fbs.cpp67 if (parser.opts.proto_mode && !parser.opts.proto_namespace_suffix.empty()) { in GenerateFBS()
71 parser.opts.proto_namespace_suffix); in GenerateFBS()
Dflatc.cpp310 opts.proto_namespace_suffix = argv[argi]; in Compile()
/third_party/flatbuffers/include/flatbuffers/
Didl.h592 std::string proto_namespace_suffix; member
/third_party/flatbuffers/tests/
Dtest.cpp1227 opts.proto_namespace_suffix = "test_namespace_suffix"; in ParseProtoTestWithSuffix()