Searched defs: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
98 #define HEX_SIZE(type) (sizeof(type)*2) macro