HomeSort by relevance Sort by last modified time
    Searched refs:FastUInt64ToBuffer (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
strutil.h 468 char* FastUInt64ToBuffer(uint64 i, char* buffer); // inline below
480 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer));
488 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer));
517 inline char* FastUInt64ToBuffer(uint64 i, char* buffer) {
    [all...]
substitute.h 121 : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}

Completed in 121 milliseconds