FloatToBuffer    1017 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   return FloatToBuffer(value, buffer);
FloatToBuffer     448 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT char* FloatToBuffer(float i, char* buffer);
FloatToBuffer     123 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(FloatToBuffer(value, scratch_)), size_(strlen(text_)) {}