Searched refs:removeSpace (Results 1 – 1 of 1) sorted by relevance
80 std::string removeSpace(std::string s) { in removeSpace() function1209 ElementsAre(ResultOf(removeSpace, "[&](){x=10;}"))); in TEST()1217 ElementsAre(ResultOf(removeSpace, "[&x](){x=10;}"))); in TEST()