Searched refs:annotation_parameter_map_ (Results 1 – 2 of 2) sorted by relevance
69 annotation_parameter_map_[AnnotationRule::kDeprecated] = ""; in AppendCommentLine()82 annotation_parameter_map_[rule.bit_mask] = match_result[1].str(); in AppendCommentLine()86 annotation_parameter_map_[rule.bit_mask] = ""; in AppendCommentLine()135 if (annotation_parameter_map_.find(AnnotationRule::kDeprecated) != in Print()136 annotation_parameter_map_.end()) { in Print()141 const auto& it = annotation_parameter_map_.find(rule.bit_mask); in Print()142 if (it != annotation_parameter_map_.end()) { in Print()
74 std::unordered_map<uint32_t, std::string> annotation_parameter_map_; variable