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

/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc65 EXPECT_TRUE(IsXDigit('0'));
66 EXPECT_TRUE(IsXDigit('9'));
67 EXPECT_TRUE(IsXDigit('A'));
68 EXPECT_TRUE(IsXDigit('F'));
69 EXPECT_TRUE(IsXDigit('a'));
70 EXPECT_TRUE(IsXDigit('f'));
72 EXPECT_FALSE(IsXDigit('-'));
73 EXPECT_FALSE(IsXDigit('g'));
74 EXPECT_FALSE(IsXDigit('G'));
78 EXPECT_FALSE(IsXDigit('\x8
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc269 if (is_previous_hex && IsXDigit(cur)) {
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2269 inline bool IsXDigit(char ch) { function in namespace:testing::internal
2272 inline bool IsXDigit(wchar_t ch) { function in namespace:testing::internal

Completed in 17 milliseconds