Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp53 StringPiece doc_str; member
72 std::string::size_type idx = comment.find(rule.doc_str.data()); in AppendCommentLine()
75 comment.erase(comment.begin() + idx, comment.begin() + idx + rule.doc_str.size()); in AppendCommentLine()