DoubleToBuffer   1012 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   return DoubleToBuffer(value, buffer);
DoubleToBuffer    447 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT char* DoubleToBuffer(double i, char* buffer);
DoubleToBuffer    125 third_party/protobuf/src/google/protobuf/stubs/substitute.h     : text_(DoubleToBuffer(value, scratch_)), size_(strlen(text_)) {}