Searched refs:fullJavaName (Results 1 – 5 of 5) sorted by relevance
48 std::string fullJavaName() const;
103 return fullJavaName(); in getJavaType()212 out << "new " << fullJavaName() << "();\n"; in emitJavaReaderWriter()226 << fullJavaName() in emitJavaFieldInitializer()230 << fullJavaName() in emitJavaFieldInitializer()590 out.sIf("otherObject.getClass() != " + fullJavaName() + ".class", [&] { in emitJavaTypeDeclarations()593 out << fullJavaName() << " other = (" << fullJavaName() << ")otherObject;\n"; in emitJavaTypeDeclarations()
53 std::string NamedType::fullJavaName() const { in fullJavaName() function in android::NamedType
281 out << chain[i]->fullJavaName() << ".kInterfaceName"; in fillDescriptorChainMethod()360 << fullJavaName() in fillGetDescriptorMethod()639 return fullJavaName(); in getJavaType()769 out << fullJavaName() in emitJavaReaderWriter()
149 out << superType->fullJavaName(); in generateJava()399 << superInterface->fullJavaName() in generateJava()580 << superInterface->fullJavaName() in generateJava()