Searched refs:sSystemApi (Results 1 – 1 of 1) sorted by relevance
26 static const std::string sSystemApi = "@SystemApi"; in appendCommentLine() local32 std::string::size_type idx = comment.find(sSystemApi); in appendCommentLine()35 comment.erase(comment.begin() + idx, comment.begin() + idx + sSystemApi.size()); in appendCommentLine()