Searched defs:BeginFile (Results 1 - 3 of 3) sorted by relevance

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

Completed in 214 milliseconds