Lines Matching refs:comment
108 std::string comment; member
115 StringPiece trimmed_comment = util::TrimWhitespace(res->comment); in AddResourcesToTable()
116 if (trimmed_comment.size() != res->comment.size()) { in AddResourcesToTable()
118 res->comment = trimmed_comment.to_string(); in AddResourcesToTable()
125 visibility.comment = res->comment; in AddResourcesToTable()
134 allow_new.comment = res->comment; in AddResourcesToTable()
148 res->value->SetComment(std::move(res->comment)); in AddResourcesToTable()
418 std::string comment; in ParseResources() local
423 comment = parser->comment(); in ParseResources()
445 comment = ""; in ParseResources()
452 parsed_resource.comment = std::move(comment); in ParseResources()
939 std::string comment; in ParsePublicGroup() local
944 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParsePublicGroup()
982 child_resource.comment = std::move(comment); in ParsePublicGroup()
1069 std::string comment; in ParseOverlayable() local
1084 comment = parser->comment(); in ParseOverlayable()
1130 overlayable_item.comment = comment; in ParseOverlayable()
1177 comment.clear(); in ParseOverlayable()
1272 std::string comment; in ParseAttrImpl() local
1277 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParseAttrImpl()
1319 symbol.symbol.SetComment(std::move(comment)); in ParseAttrImpl()
1341 comment = {}; in ParseAttrImpl()
1660 std::string comment; in ParseDeclareStyleable() local
1665 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParseDeclareStyleable()
1701 child_resource.comment = std::move(comment); in ParseDeclareStyleable()
1712 child_ref.SetComment(child_resource.comment); in ParseDeclareStyleable()
1732 comment = {}; in ParseDeclareStyleable()