Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp79 const bool is_match = std::regex_search(comment, match_result, re); in AppendCommentLine() local
81 if (is_match && rule.bit_mask == AnnotationRule::kSystemApi) { in AppendCommentLine()