Home
last modified time | relevance | path

Searched refs:AppendCommentLine (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.h79 void AppendCommentLine(std::string line, bool add_api_annotations);
DAnnotationProcessor.cpp67 void AnnotationProcessor::AppendCommentLine(std::string comment, bool add_api_annotations) { in AppendCommentLine() function in aapt::AnnotationProcessor
119 AppendCommentLine(std::string(line), add_api_annotations); in AppendComment()