Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.h591 struct Hex { struct
595 explicit Hex(Int v, PadSpec s = NO_PAD) argument
596 : spec(s) { in spec()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs797 private const string Hex = "0123456789abcdef"; field in Google.Protobuf.JsonFormatter