Searched refs:teststr (Results 1 – 2 of 2) sorted by relevance
891 string teststr("shortest"); in short_string_optim_bug() local893 bool short_string_optim_bug_helper(string teststr); in short_string_optim_bug()895 CPPUNIT_ASSERT(true == short_string_optim_bug_helper(teststr)); in short_string_optim_bug()898 bool short_string_optim_bug_helper(string teststr) in short_string_optim_bug_helper() argument900 size_t ss = teststr.size(); in short_string_optim_bug_helper()