Home
last modified time | relevance | path

Searched refs:FastUInt64ToBufferLeft (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc824 char* FastUInt64ToBufferLeft(uint64 u64, char* buffer) { in FastUInt64ToBufferLeft() function
832 buffer = FastUInt64ToBufferLeft(top_11_digits, buffer); in FastUInt64ToBufferLeft()
872 return FastUInt64ToBufferLeft(u, buffer); in FastInt64ToBufferLeft()
893 FastUInt64ToBufferLeft(i, buffer)); in SimpleItoa()
907 FastUInt64ToBufferLeft(i, buffer)); in SimpleItoa()
921 FastUInt64ToBufferLeft(i, buffer)); in SimpleItoa()
Dstrutil.h390 LIBPROTOBUF_EXPORT char* FastUInt64ToBufferLeft(uint64 i, char* buffer);
398 FastUInt64ToBufferLeft(i, buffer); in FastUInt64ToBuffer()