Searched defs:IsAsciiWhiteSpace (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc639 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } function in namespace:testing::internal

Completed in 10 milliseconds