Searched refs:annotation_parameter_map_ (Results 1 – 2 of 2) sorted by relevance
73 annotation_parameter_map_[AnnotationRule::kDeprecated] = ""; in AppendCommentLine()85 annotation_parameter_map_[rule.bit_mask] = match_result[1].str(); in AppendCommentLine()89 annotation_parameter_map_[rule.bit_mask] = ""; in AppendCommentLine()139 if (annotation_parameter_map_.find(AnnotationRule::kDeprecated) != in Print()140 annotation_parameter_map_.end()) { in Print()148 const auto& it = annotation_parameter_map_.find(rule.bit_mask); in Print()149 if (it != annotation_parameter_map_.end()) { in Print()
77 std::unordered_map<uint32_t, std::string> annotation_parameter_map_; variable