Searched refs:with_prefix (Results 1 – 2 of 2) sorted by relevance
97 explicit AsHex(uint64_t v, uint8_t min_width = 1, bool with_prefix = false)98 : value(v), min_width(min_width), with_prefix(with_prefix) {} in value()101 bool with_prefix; member
145 snprintf(buf, kMaxHexLength, "%s%.*" PRIx64, hex.with_prefix ? "0x" : "", in operator <<()