Searched refs:remove_spaces (Results 1 – 2 of 2) sorted by relevance
45 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces() local50 return ::testing::ResultOf(remove_spaces, remove_spaces(s)); in SameExceptSpaces()
18 std::string remove_spaces(const std::string ss) in remove_spaces() function98 std::string sexpected(remove_spaces(expected)); in print_macro()99 std::string sexpansion(remove_spaces(expansion)); in print_macro()