Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h511 PROTOBUF_EXPORT char* FastInt64ToBufferLeft(int64 i, char* buffer);
630 piece_size_(FastInt64ToBufferLeft(i64, digits) - &digits[0]) {} in AlphaNum()
640 piece_size_(FastInt64ToBufferLeft(i64, digits) - &digits[0]) {} in AlphaNum()
Dstrutil.cc1101 char* FastInt64ToBufferLeft(int64 i, char* buffer) { in FastInt64ToBufferLeft() function
/third_party/protobuf/
Dlibprotobuf_lite.map63 "google::protobuf::FastInt64ToBufferLeft(long long, char*)";
234 "google::protobuf::FastInt64ToBufferLeft(long, char*)";