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()
449 parsed_resource.comment = std::move(comment); in ParseResources()
938 std::string comment; in ParsePublicGroup() local
943 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()
1184 comment.clear(); in ParseOverlayable()
1279 std::string comment; in ParseAttrImpl() local
1284 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParseAttrImpl()
1326 symbol.symbol.SetComment(std::move(comment)); in ParseAttrImpl()
1348 comment = {}; in ParseAttrImpl()
1667 std::string comment; in ParseDeclareStyleable() local
1672 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParseDeclareStyleable()
1709 child_resource.comment = std::move(comment); in ParseDeclareStyleable()
1720 child_ref.SetComment(child_resource.comment); in ParseDeclareStyleable()
1740 comment = {}; in ParseDeclareStyleable()