Searched defs:FastUInt64ToBufferLeft (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc698 // FastUInt64ToBufferLeft()
824 char* FastUInt64ToBufferLeft(uint64 u64, char* buffer) { function in namespace:google::protobuf
832 buffer = FastUInt64ToBufferLeft(top_11_digits, buffer);
872 return FastUInt64ToBufferLeft(u, buffer);
893 FastUInt64ToBufferLeft(i, buffer));
907 FastUInt64ToBufferLeft(i, buffer));
921 FastUInt64ToBufferLeft(i, buffer));

Completed in 63 milliseconds