Searched refs:needs_imports (Results 1 – 4 of 4) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_lua.cpp | 685 void BeginFile(const std::string name_space_name, const bool needs_imports, in BeginFile() argument 690 if (needs_imports) { in BeginFile() 697 bool needs_imports) { in SaveType() argument 710 BeginFile(LastNamespacePart(*def.defined_namespace), needs_imports, &code); in SaveType()
|
D | idl_gen_python.cpp | 694 void BeginFile(const std::string name_space_name, const bool needs_imports, in BeginFile() argument 699 if (needs_imports) { code += "import flatbuffers\n\n"; } in BeginFile() 704 bool needs_imports) { in SaveType() argument 717 BeginFile(LastNamespacePart(*def.defined_namespace), needs_imports, &code); in SaveType()
|
D | idl_gen_go.cpp | 812 void BeginFile(const std::string name_space_name, const bool needs_imports, in BeginFile() argument 817 if (needs_imports) { in BeginFile() 839 bool needs_imports) { in SaveType() argument 845 BeginFile(LastNamespacePart(ns), needs_imports, &code); in SaveType()
|
D | idl_gen_php.cpp | 65 void BeginFile(const std::string &name_space_name, const bool needs_imports, in BeginFile() argument 75 if (needs_imports) { in BeginFile() 86 bool needs_imports) { in SaveType() argument 90 BeginFile(FullNamespace("\\", *def.defined_namespace), needs_imports, in SaveType()
|