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

  /external/protobuf/src/google/protobuf/stubs/
strutil.h 373 // FastUInt32ToBufferLeft()
388 LIBPROTOBUF_EXPORT char* FastUInt32ToBufferLeft(uint32 i, char* buffer);
394 FastUInt32ToBufferLeft(i, buffer);
strutil.cc 696 // FastUInt32ToBufferLeft()
733 char* FastUInt32ToBufferLeft(uint32 u, char* buffer) {
821 return FastUInt32ToBufferLeft(u, buffer);
829 if (u == u64) return FastUInt32ToBufferLeft(u, buffer);
892 FastUInt32ToBufferLeft(i, buffer) :
906 FastUInt32ToBufferLeft(i, buffer) :
920 FastUInt32ToBufferLeft(i, buffer) :
    [all...]

Completed in 2199 milliseconds