Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h509 PROTOBUF_EXPORT char* FastInt32ToBufferLeft(int32 i, char* buffer);
624 piece_size_(FastInt32ToBufferLeft(i32, digits) - &digits[0]) {} in AlphaNum()
Dstrutil.cc1048 char* FastInt32ToBufferLeft(int32 i, char* buffer) { in FastInt32ToBufferLeft() function
/third_party/protobuf/
Dlibprotobuf_lite.map62 "google::protobuf::FastInt32ToBufferLeft(int, char*)";