Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h507 LIBPROTOBUF_EXPORT char* FastInt32ToBufferLeft(int32 i, char* buffer);
622 piece_size_(FastInt32ToBufferLeft(i32, digits) - &digits[0]) {} in AlphaNum()
Dstrutil.cc1050 char* FastInt32ToBufferLeft(int32 i, char* buffer) { in FastInt32ToBufferLeft() function