Home
last modified time | relevance | path

Searched defs:StripWs (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil_unittest.cc867 class StripWs : public ::testing::TestWithParam<std::tuple<string, string>> {}; class
869 TEST_P(StripWs, AlwaysStripsLeadingAndTrailingWhitespace) { in TEST_P() argument