Searched defs:Hex (Results 1 – 2 of 2) sorted by relevance
591 struct Hex { struct595 explicit Hex(Int v, PadSpec s = NO_PAD) argument596 : spec(s) { in spec()
797 private const string Hex = "0123456789abcdef"; field in Google.Protobuf.JsonFormatter