Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
Dgmock-pp-string_test.cc45 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces() local
50 return ::testing::ResultOf(remove_spaces, remove_spaces(s)); in SameExceptSpaces()
/third_party/boost/libs/preprocessor/test/
Dcpp_standard.cpp18 std::string remove_spaces(const std::string ss) in remove_spaces() function
98 std::string sexpected(remove_spaces(expected)); in print_macro()
99 std::string sexpansion(remove_spaces(expansion)); in print_macro()