Home
last modified time | relevance | path

Searched refs:ToHex (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc193 StringPiece ToHex(uint16 cp, char* buffer) { in ToHex() function
252 return ToHex(cp, buffer); in EscapeCodePoint()
260 return ToHex(cp, buffer); in EscapeCodePoint()
/third_party/benchmark/test/
Doutput_test_helper.cc459 static char ToHex(int ch) { in ToHex() function
467 return ToHex(mrand(rd)); in RandomHexChar()
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h790 PROTOBUF_EXPORT string ToHex(uint64 num);