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 389 char* FastUInt64ToBuffer(uint64 i, char* buffer); // inline below
401 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer));
409 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer));
438 inline char* FastUInt64ToBuffer(uint64 i, char* buffer) {
substitute.h 121 : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}

Completed in 44 milliseconds