Searched refs:BeginFile (Results 1 – 4 of 4) sorted by relevance
| /third_party/flatbuffers/src/ |
| D | idl_gen_lua.cpp | 698 void BeginFile(const std::string &name_space_name, const bool needs_imports, in BeginFile() function in flatbuffers::lua::LuaGenerator 723 BeginFile(LastNamespacePart(*def.defined_namespace), needs_imports, &code); in SaveType()
|
| D | idl_gen_go.cpp | 108 BeginFile(LastNamespacePart(go_namespace_), true, is_enum, &code); in generate() 1268 void BeginFile(const std::string &name_space_name, const bool needs_imports, in BeginFile() function in flatbuffers::go::GoGenerator 1304 BeginFile(LastNamespacePart(ns), needs_imports, is_enum, &code); in SaveType()
|
| D | idl_gen_php.cpp | 65 void BeginFile(const std::string &name_space_name, const bool needs_imports, in BeginFile() function in flatbuffers::php::PhpGenerator 90 BeginFile(FullNamespace("\\", *def.defined_namespace), needs_imports, in SaveType()
|
| D | idl_gen_python.cpp | 1735 void BeginFile(const std::string &name_space_name, const bool needs_imports, in BeginFile() function in flatbuffers::python::PythonGenerator 1762 BeginFile(LastNamespacePart(*def.defined_namespace), needs_imports, &code); in SaveType()
|