Searched refs:FastUInt32ToBuffer (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
113 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
H A Dstrutil.h388 char* FastUInt32ToBuffer(uint32 i, char* buffer); // inline below
401 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer));
409 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer));
434 inline char* FastUInt32ToBuffer(uint32 i, char* buffer) { function in namespace:google::protobuf

Completed in 54 milliseconds