Lines Matching refs:comment
96 std::string comment; member
103 StringPiece trimmed_comment = util::TrimWhitespace(res->comment); in AddResourcesToTable()
104 if (trimmed_comment.size() != res->comment.size()) { in AddResourcesToTable()
106 res->comment = trimmed_comment.to_string(); in AddResourcesToTable()
113 symbol.comment = res->comment; in AddResourcesToTable()
122 res->value->SetComment(std::move(res->comment)); in AddResourcesToTable()
293 std::string comment; in ParseResources() local
298 comment = parser->comment(); in ParseResources()
320 comment = ""; in ParseResources()
327 parsed_resource.comment = std::move(comment); in ParseResources()
765 std::string comment; in ParsePublicGroup() local
770 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParsePublicGroup()
808 child_resource.comment = std::move(comment); in ParsePublicGroup()
947 std::string comment; in ParseAttrImpl() local
952 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParseAttrImpl()
992 symbol.symbol.SetComment(std::move(comment)); in ParseAttrImpl()
1014 comment = {}; in ParseAttrImpl()
1338 std::string comment; in ParseDeclareStyleable() local
1343 comment = util::TrimWhitespace(parser->comment()).to_string(); in ParseDeclareStyleable()
1382 child_resource.comment = std::move(comment); in ParseDeclareStyleable()
1390 child_ref.SetComment(child_resource.comment); in ParseDeclareStyleable()
1403 comment = {}; in ParseDeclareStyleable()