Searched refs:name_space_name (Results 1 – 4 of 4) sorted by relevance
65 void BeginFile(const std::string &name_space_name, const bool needs_imports, in BeginFile() argument71 if (!name_space_name.empty()) { in BeginFile()72 code += "namespace " + name_space_name + ";\n\n"; in BeginFile()
684 void BeginFile(const std::string name_space_name, const bool needs_imports, in BeginFile() argument688 code += std::string(Comment) + "namespace: " + name_space_name + "\n\n"; in BeginFile()
693 void BeginFile(const std::string name_space_name, const bool needs_imports, in BeginFile() argument697 code += "# namespace: " + name_space_name + "\n\n"; in BeginFile()
789 void BeginFile(const std::string name_space_name, const bool needs_imports, in BeginFile() argument793 code += "package " + name_space_name + "\n\n"; in BeginFile()