Lines Matching refs:remove
1336 const double remove = costs[l_i][r_i + 1];
1338 if (add < remove && add < replace) {
1341 } else if (remove < add && remove < replace) {
1342 costs[l_i + 1][r_i + 1] = remove + 1;
1345 // We make replace a little more expensive than add/remove to lower
5056 int retval = remove(premature_exit_filepath_.c_str());
5058 GTEST_LOG_(ERROR) << "Failed to remove premature exit filepath \""
6709 // If it was a GoogleTest flag, remove it.
6722 // If it was a value for the flag argument, remove it.
6774 // help message, but remove the color-encoding from the message first.