Searched refs:FastUInt32ToBuffer (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | substitute.h | 111 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg() 115 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
|
D | strutil.h | 470 char* FastUInt32ToBuffer(uint32 i, char* buffer); // inline below 483 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer)); in FastUIntToBuffer() 491 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer)); in FastULongToBuffer() 516 inline char* FastUInt32ToBuffer(uint32 i, char* buffer) { in FastUInt32ToBuffer() function
|