Searched refs:HEX_SIZE (Results 1 – 3 of 3) sorted by relevance
40 private static final int HEX_SIZE = 2 * SIZE; field in SpanId110 src.length() == HEX_SIZE, "Invalid size: expected %s, got %s", HEX_SIZE, src.length()); in fromLowerBase16() local
41 private static final int HEX_SIZE = 32; field in TraceId111 src.length() == HEX_SIZE, "Invalid size: expected %s, got %s", HEX_SIZE, src.length()); in fromLowerBase16() local
108 #define HEX_SIZE(type) (sizeof(type)*2) macro114 char tmphex[HEX_SIZE(uint32_t) + 3]; in do_esc_char()