Searched refs:FastUInt64ToBuffer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h358 char* FastUInt64ToBuffer(uint64 i, char* buffer); // inline below
370 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer));
378 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer));
407 inline char* FastUInt64ToBuffer(uint64 i, char* buffer) { function in namespace:google::protobuf
H A Dsubstitute.h121 : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h348 char* FastUInt64ToBuffer(uint64 i, char* buffer); // inline below
360 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer));
368 FastUInt32ToBuffer(i, buffer) : FastUInt64ToBuffer(i, buffer));
397 inline char* FastUInt64ToBuffer(uint64 i, char* buffer) { function in namespace:google::protobuf
H A Dsubstitute.h121 : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {}

Completed in 105 milliseconds