Lines Matching refs:_PRINT_FUNC
44 #define _PRINT_FUNC(type_name, type) \
58 _PRINT_FUNC(int, int);
59 _PRINT_FUNC(bool, bool);
60 _PRINT_FUNC(null, const char*);
61 _PRINT_FUNC(string, const char*);
62 _PRINT_FUNC(uint, uint64_t);
63 _PRINT_FUNC(hu, unsigned short);
64 _PRINT_FUNC(hex, unsigned int);
65 _PRINT_FUNC(0xhex, unsigned int);
66 _PRINT_FUNC(lluint, unsigned long long int);
67 #undef _PRINT_FUNC