Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Dflatc.cpp245 opts.go_import = argv[argi]; in Compile()
Didl_gen_go.cpp1277 if (!parser_.opts.go_import.empty()) { in BeginFile()
1278 code += "\tflatbuffers \"" + parser_.opts.go_import + "\"\n"; in BeginFile()
/third_party/flatbuffers/include/flatbuffers/
Didl.h581 std::string go_import; member