Searched refs:AnnotationRule (Results 1 – 1 of 1) sorted by relevance
46 struct AnnotationRule { struct58 static std::array<AnnotationRule, 2> sAnnotationRules = {{59 {"@SystemApi", AnnotationRule::kSystemApi, "@android.annotation.SystemApi"},60 {"@TestApi", AnnotationRule::kTestApi, "@android.annotation.TestApi"},68 annotation_bit_mask_ |= AnnotationRule::kDeprecated; in AppendCommentLine()71 for (const AnnotationRule& rule : sAnnotationRules) { in AppendCommentLine()122 if (annotation_bit_mask_ & AnnotationRule::kDeprecated) { in Print()126 for (const AnnotationRule& rule : sAnnotationRules) { in Print()