Searched refs:stringHelp (Results 1 – 1 of 1) sorted by relevance
245 std::shared_ptr<StringHelp> stringHelp = std::make_shared<StringHelp>(); variable246 EXPECT_FALSE(stringHelp->EndsWith(input, suffix));247 EXPECT_FALSE(stringHelp->EndsWithIgnoreCase(input, suffix));248 bool result = stringHelp->EndsWith(srcStr, endStr);