Home
last modified time | relevance | path

Searched refs:commentStrings (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DEncodeTest.cpp229 std::vector<std::string> commentStrings; in testPngComments() local
230 pushComment(commentStrings, "key", "text"); in testPngComments()
231 pushComment(commentStrings, "test", "something"); in testPngComments()
232 pushComment(commentStrings, "have some", "spaces in both"); in testPngComments()
236 commentStrings.push_back(longKey); in testPngComments()
239 commentStrings.push_back(longKey + "x"); in testPngComments()
241 commentStrings.push_back(""); in testPngComments()
245 for(auto& str : commentStrings) { in testPngComments()
251 commentSizes.data(), commentStrings.size()); in testPngComments()

Completed in 2 milliseconds