Searched defs:SubstringReplacementTestCase (Results 1 – 4 of 4) sorted by relevance
47 struct SubstringReplacementTestCase { struct48 const char* orig_str;49 const char* find_substr;50 const char* replace_substr;51 const char* expected_str;52 bool replace_should_succeed;
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;