Home
last modified time | relevance | path

Searched refs:FastULongToBuffer (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dsubstitute.h117 : text_(FastULongToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
Dstrutil.h486 inline char* FastULongToBuffer(unsigned long i, char* buffer) { in FastULongToBuffer() function