Searched refs:FastHex64ToBuffer (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h322 // FastHex64ToBuffer()
330 // FastHex64ToBuffer() puts a 64-bit unsigned value in hex-format,
350 LIBPROTOBUF_EXPORT char* FastHex64ToBuffer(uint64 i, char* buffer);
H A Dstrutil.cc565 // FastHex64ToBuffer()
679 char *FastHex64ToBuffer(uint64 value, char* buffer) { function in namespace:google::protobuf
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc1178 generator.Print(FastHex64ToBuffer(field.fixed64(), buffer));

Completed in 35 milliseconds