Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc892 char* FastUInt32ToBufferLeft(uint32 u, char* buffer) { in FastUInt32ToBufferLeft() function
980 return FastUInt32ToBufferLeft(u, buffer); in FastInt32ToBufferLeft()
988 if (u == u64) return FastUInt32ToBufferLeft(u, buffer); in FastUInt64ToBufferLeft()
1051 FastUInt32ToBufferLeft(i, buffer) : in SimpleItoa()
1065 FastUInt32ToBufferLeft(i, buffer) : in SimpleItoa()
1079 FastUInt32ToBufferLeft(i, buffer) : in SimpleItoa()
Dstrutil.h429 LIBPROTOBUF_EXPORT char* FastUInt32ToBufferLeft(uint32 i, char* buffer);
435 FastUInt32ToBufferLeft(i, buffer); in FastUInt32ToBuffer()