Searched refs:IsSpace (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-typed-test.cc43 while (IsSpace(*str))
H A Dgtest.cc1689 for (; message_length && IsSpace(error_text[message_length - 1]);
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2263 inline bool IsSpace(char ch) { function in namespace:testing::internal
2286 while (it != str.begin() && IsSpace(*--it))
H A Dgtest-internal.h599 while (IsSpace(*(++comma))) {}

Completed in 44 milliseconds