Home
last modified time | relevance | path

Searched defs:AsHexBytes (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/utils/
Dostreams.h142 struct AsHexBytes { struct
144 explicit AsHexBytes(uint64_t v, uint8_t min_bytes = 1, argument
146 : value(v), min_bytes(min_bytes), byte_order(byte_order) {} in value()
147 uint64_t value;
148 uint8_t min_bytes;
149 ByteOrder byte_order;