Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_gen_lua.cpp698 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()
Didl_gen_go.cpp108 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()
Didl_gen_php.cpp65 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()
Didl_gen_python.cpp1735 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()