Searched defs:FastInt64ToBuffer (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc563 // FastInt64ToBuffer()
569 // Offset into buffer where FastInt64ToBuffer places the end of string
573 char *FastInt64ToBuffer(int64 i, char* buffer) { function in namespace:google::protobuf
615 // Yes, this is a duplicate of FastInt64ToBuffer. But, we need this for the
886 FastInt64ToBuffer(i, buffer);
900 FastInt64ToBuffer(i, buffer);
914 FastInt64ToBuffer(i, buffer);

Completed in 75 milliseconds