Lines Matching refs:comment
104 std::string comment; member
111 StringPiece trimmed_comment = util::TrimWhitespace(res->comment); in AddResourcesToTable()
112 if (trimmed_comment.size() != res->comment.size()) { in AddResourcesToTable()
114 res->comment = trimmed_comment.to_string(); in AddResourcesToTable()
121 visibility.comment = res->comment; in AddResourcesToTable()
130 allow_new.comment = res->comment; in AddResourcesToTable()
144 res->value->SetComment(std::move(res->comment)); in AddResourcesToTable()
414 std::string comment; in ParseResources() local
419 comment = parser->comment(); in ParseResources()
441 comment = ""; in ParseResources()
448 parsed_resource.comment = std::move(comment); in ParseResources()
937 std::string comment; in ParsePublicGroup() local
942 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParsePublicGroup()
980 child_resource.comment = std::move(comment); in ParsePublicGroup()
1067 std::string comment; in ParseOverlayable() local
1082 comment = parser->comment(); in ParseOverlayable()
1128 overlayable_item.comment = comment; in ParseOverlayable()
1182 comment.clear(); in ParseOverlayable()
1277 std::string comment; in ParseAttrImpl() local
1282 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParseAttrImpl()
1324 symbol.symbol.SetComment(std::move(comment)); in ParseAttrImpl()
1346 comment = {}; in ParseAttrImpl()
1659 std::string comment; in ParseDeclareStyleable() local
1664 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParseDeclareStyleable()
1700 child_resource.comment = std::move(comment); in ParseDeclareStyleable()
1711 child_ref.SetComment(child_resource.comment); in ParseDeclareStyleable()
1731 comment = {}; in ParseDeclareStyleable()