Searched defs:SubstringReplacementTestCase (Results 1 – 3 of 3) sorted by relevance
48 struct SubstringReplacementTestCase { struct49 const char* orig_str;50 const char* find_substr;51 const char* replace_substr;52 const char* expected_str;53 bool replace_should_succeed;