Searched refs:old_string (Results 1 – 4 of 4) sorted by relevance
251 std::string old_string("I forgot to clear the string"); in TEST() local252 std::string proc_maps(old_string); in TEST()254 EXPECT_EQ(std::string::npos, proc_maps.find(old_string)); in TEST()
250 std::string old_string("I forgot to clear the string"); in TEST() local251 std::string proc_maps(old_string); in TEST()253 EXPECT_EQ(std::string::npos, proc_maps.find(old_string)); in TEST()
124 bool Replace (const char *old_string,
1616 bool dng_string::Replace (const char *old_string, in Replace() argument1623 if (Contains (old_string, in Replace()1630 uint32 len2 = strlenAsUint32 (old_string); in Replace()