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

/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc634 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } function in namespace:testing::internal

Completed in 13 milliseconds