Searched defs:AsHexBytes (Results 1 – 1 of 1) sorted by relevance
108 struct AsHexBytes { struct110 explicit AsHexBytes(uint64_t v, uint8_t min_bytes = 1, argument112 : value(v), min_bytes(min_bytes), byte_order(byte_order) {} in value()113 uint64_t value;114 uint8_t min_bytes;115 ByteOrder byte_order;