Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_python.cpp630 void BeginFile(const std::string name_space_name, const bool needs_imports, in BeginFile() function in flatbuffers::python::PythonGenerator
655 BeginFile(LastNamespacePart(*def.defined_namespace), needs_imports, &code); in SaveType()
Didl_gen_go.cpp750 void BeginFile(const std::string name_space_name, const bool needs_imports, in BeginFile() function in flatbuffers::go::GoGenerator
768 BeginFile(LastNamespacePart(*def.defined_namespace), needs_imports, &code); in SaveType()
Didl_gen_php.cpp65 void BeginFile(const std::string name_space_name, in BeginFile() function in flatbuffers::php::PhpGenerator
87 BeginFile(FullNamespace("\\", *def.defined_namespace), in SaveType()