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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2273 const unsigned char low_byte = static_cast<unsigned char>(ch); local
2274 return ch == low_byte && isxdigit(low_byte) != 0;

Completed in 13 milliseconds