Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h508 LIBPROTOBUF_EXPORT char* FastUInt32ToBufferLeft(uint32 i, char* buffer);
514 FastUInt32ToBufferLeft(i, buffer); in FastUInt32ToBuffer()
625 piece_size_(FastUInt32ToBufferLeft(u32, digits) - &digits[0]) {} in AlphaNum()
Dstrutil.cc968 char* FastUInt32ToBufferLeft(uint32 u, char* buffer) { in FastUInt32ToBufferLeft() function
1056 return FastUInt32ToBufferLeft(u, buffer); in FastInt32ToBufferLeft()
1064 if (u == u64) return FastUInt32ToBufferLeft(u, buffer); in FastUInt64ToBufferLeft()
1127 FastUInt32ToBufferLeft(i, buffer) : in SimpleItoa()
1141 FastUInt32ToBufferLeft(i, buffer) : in SimpleItoa()
1155 FastUInt32ToBufferLeft(i, buffer) : in SimpleItoa()