OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastUInt64ToBuffer
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/stubs/
strutil.h
348
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) {
substitute.h
121
: text_(
FastUInt64ToBuffer
(value, scratch_)), size_(strlen(text_)) {}
Completed in 43 milliseconds