Searched refs:add_api_annotations (Results 1 – 2 of 2) sorted by relevance
66 void AppendComment(android::StringPiece comment, bool add_api_annotations = true);79 void AppendCommentLine(std::string line, bool add_api_annotations);
67 void AnnotationProcessor::AppendCommentLine(std::string comment, bool add_api_annotations) { in AppendCommentLine() argument70 if (add_api_annotations) { in AppendCommentLine()114 void AnnotationProcessor::AppendComment(StringPiece comment, bool add_api_annotations) { in AppendComment() argument119 AppendCommentLine(std::string(line), add_api_annotations); in AppendComment()