Lines Matching refs:comment

115   std::string comment;  member
122 StringPiece trimmed_comment = util::TrimWhitespace(res->comment); in AddResourcesToTable()
123 if (trimmed_comment.size() != res->comment.size()) { in AddResourcesToTable()
125 res->comment = trimmed_comment.to_string(); in AddResourcesToTable()
134 visibility.comment = res->comment; in AddResourcesToTable()
145 allow_new.comment = res->comment; in AddResourcesToTable()
155 res->value->SetComment(std::move(res->comment)); in AddResourcesToTable()
430 std::string comment; in ParseResources() local
435 comment = parser->comment(); in ParseResources()
457 comment = ""; in ParseResources()
465 parsed_resource.comment = std::move(comment); in ParseResources()
1005 std::string comment; in ParseGroupImpl() local
1011 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParseGroupImpl()
1044 .comment = std::move(comment), in ParseGroupImpl()
1163 std::string comment; in ParseOverlayable() local
1178 comment = parser->comment(); in ParseOverlayable()
1224 overlayable_item.comment = comment; in ParseOverlayable()
1271 comment.clear(); in ParseOverlayable()
1366 std::string comment; in ParseAttrImpl() local
1371 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParseAttrImpl()
1413 symbol.symbol.SetComment(std::move(comment)); in ParseAttrImpl()
1435 comment = {}; in ParseAttrImpl()
1754 std::string comment; in ParseDeclareStyleable() local
1759 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParseDeclareStyleable()
1796 child_resource.comment = std::move(comment); in ParseDeclareStyleable()
1807 child_ref.SetComment(child_resource.comment); in ParseDeclareStyleable()
1827 comment = {}; in ParseDeclareStyleable()