Searched refs:FastInt64ToBufferLeft (Results 1 – 7 of 7) sorted by relevance
/external/dynamic_depth/internal/strings/ |
D | numbers.h | 95 char* FastInt64ToBufferLeft(int64 i, char* buffer); // at least 22 bytes 137 return string(buf, FastInt64ToBufferLeft(i, buf)); in SimpleItoa()
|
D | numbers.cc | 437 char* FastInt64ToBufferLeft(int64 i, char* buffer) { in FastInt64ToBufferLeft() function
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | strcat.h | 108 : piece_(digits_, FastInt64ToBufferLeft(x, digits_)) {} in AlphaNum() 112 : piece_(digits_, FastInt64ToBufferLeft(i64, digits_)) {} in AlphaNum()
|
D | numbers.h | 68 size_t FastInt64ToBufferLeft(int64 i, char* buffer); // at least 22 bytes
|
D | numbers.cc | 157 size_t FastInt64ToBufferLeft(int64 i, char* buffer) { in FastInt64ToBufferLeft() function
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 509 LIBPROTOBUF_EXPORT char* FastInt64ToBufferLeft(int64 i, char* buffer); 628 piece_size_(FastInt64ToBufferLeft(i64, digits) - &digits[0]) {} in AlphaNum()
|
D | strutil.cc | 1101 char* FastInt64ToBufferLeft(int64 i, char* buffer) { in FastInt64ToBufferLeft() function
|