Searched refs:old_string (Results 1 – 5 of 5) sorted by relevance
216 old_string = None217 while old_string != string:218 old_string = string220 _lookup_variable, old_string)
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()
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()
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()
124 bool Replace (const char *old_string,