Home
last modified time | relevance | path

Searched refs:to_split (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-pp-string_test.cc44 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces() argument
45 to_split.erase(std::remove(to_split.begin(), to_split.end(), ' '), in SameExceptSpaces()
46 to_split.end()); in SameExceptSpaces()
47 return to_split; in SameExceptSpaces()