Home
last modified time | relevance | path

Searched refs:with_prefix (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dostreams.h97 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
Dostreams.cc145 snprintf(buf, kMaxHexLength, "%s%.*" PRIx64, hex.with_prefix ? "0x" : "", in operator <<()