Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp8570 static char const* whitespaceChars = "\n\r\t "; in trim() local
8571 std::string::size_type start = str.find_first_not_of( whitespaceChars ); in trim()
8572 std::string::size_type end = str.find_last_not_of( whitespaceChars ); in trim()