HomeSort by relevance Sort by last modified time
    Searched refs:FastUInt64ToBufferLeft (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
strutil.h 375 // FastUInt64ToBufferLeft()
390 LIBPROTOBUF_EXPORT char* FastUInt64ToBufferLeft(uint64 i, char* buffer);
398 FastUInt64ToBufferLeft(i, buffer);
strutil.cc 698 // FastUInt64ToBufferLeft()
824 char* FastUInt64ToBufferLeft(uint64 u64, char* buffer) {
832 buffer = FastUInt64ToBufferLeft(top_11_digits, buffer);
872 return FastUInt64ToBufferLeft(u, buffer);
893 FastUInt64ToBufferLeft(i, buffer));
907 FastUInt64ToBufferLeft(i, buffer));
921 FastUInt64ToBufferLeft(i, buffer));
    [all...]

Completed in 69 milliseconds