Searched refs:CHECK_o (Results 1 – 2 of 2) sorted by relevance
| /system/utest/int-types/ |
| A D | int-types.c | 241 #define CHECK_o(fmt) EXPECT_EQ(LAST(fmt), 'o', "incorrect format specifier") macro 264 CHECK_FORMAT_STRINGS(PRIo ## size, SCNo ## size, CHECK_o, CHECK_o, type, max); \
|
| A D | int-types.cpp | 242 #define CHECK_o(fmt) EXPECT_EQ(LAST(fmt), 'o', "incorrect format specifier") macro 265 CHECK_FORMAT_STRINGS(PRIo ## size, SCNo ## size, CHECK_o, CHECK_o, type, max); \
|
Completed in 5 milliseconds