Searched refs:commentStrings (Results 1 – 1 of 1) sorted by relevance
182 std::vector<std::string> commentStrings; in testPngComments() local183 pushComment(commentStrings, "key", "text"); in testPngComments()184 pushComment(commentStrings, "test", "something"); in testPngComments()185 pushComment(commentStrings, "have some", "spaces in both"); in testPngComments()189 commentStrings.push_back(longKey); in testPngComments()192 commentStrings.push_back(longKey + "x"); in testPngComments()194 commentStrings.push_back(""); in testPngComments()198 for(auto& str : commentStrings) { in testPngComments()204 commentSizes.data(), commentStrings.size()); in testPngComments()