Searched refs:phex (Results 1 – 2 of 2) sorted by relevance
108 void phex ( unsigned char c );321 void phex ( unsigned char c ) { in phex() function
378 fmt::IntFormatSpec<int, fmt::TypeSpec<'x'> > (*phex)(int value) = hex; in TEST() local379 phex(42); in TEST()