Home | History | Annotate | Download | only in link

Lines Matching refs:manifestClass

766         std::unique_ptr<ClassDefinition> manifestClass = generateManifestClass(
769 if (!manifestClass) {
774 if (manifestClass->empty()) {
783 manifestClass->getCommentBuilder()->appendComment(properAnnotation);
806 if (!ClassDefinition::writeJavaFile(manifestClass.get(), packageUtf8, true, &fout)) {