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

  /external/protobuf/src/google/protobuf/stubs/
substitute.h 109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
113 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
strutil.h 467 char* FastUInt32ToBuffer(uint32 i, char* buffer); // inline below
480 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer));
488 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer));
513 inline char* FastUInt32ToBuffer(uint32 i, char* buffer) {
    [all...]

Completed in 1837 milliseconds