Searched refs:FloatToBuffer (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h123 : text_(FloatToBuffer(value, scratch_)), size_(strlen(text_)) {}
H A Dstrutil.h342 // DoubleToBuffer() and FloatToBuffer().
419 // FloatToBuffer()
426 // DoubleToBuffer() and FloatToBuffer() write the text to the given
438 LIBPROTOBUF_EXPORT char* FloatToBuffer(float i, char* buffer);
H A Dstrutil.cc928 // FloatToBuffer()
972 return FloatToBuffer(value, buffer);
1063 char* FloatToBuffer(float value, char* buffer) { function in namespace:google::protobuf

Completed in 67 milliseconds