Searched refs:getBaseName (Results 1 – 10 of 10) sorted by relevance
78 const std::string baseName = iface->getBaseName(); in generateCppImplHeader()141 const std::string baseName = iface->getBaseName(); in generateCppImplSource()
52 std::string baseName = AST::getBaseName(); in generateVts()
79 std::string getBaseName() const;
191 std::string getBaseName() const;
818 std::string AST::getBaseName() const { in getBaseName() function in android::AST821 return iface ? iface->getBaseName() : "types"; in getBaseName()
140 const std::string baseName = iface->getBaseName(); in generateJava()
704 std::string Interface::getBaseName() const { in getBaseName() function in android::Interface
837 std::string baseName = getBaseName(); in generateCppSource()
148 String baseName = getBaseName(complexType); in printClass()432 private String getBaseName(XsdComplexType complexType) throws JavaCodeGeneratorException { in getBaseName() method in JavaCodeGenerator
198 String baseName = getBaseName(complexType); in printClass()501 private String getBaseName(XsdComplexType complexType) throws CppCodeGeneratorException { in getBaseName() method in CppCodeGenerator