SimpleFtoa        308 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc           string float_value = SimpleFtoa(value);
SimpleFtoa        319 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc         return SimpleFtoa(value) + "F";
SimpleFtoa        212 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc         return SimpleFtoa(value);
SimpleFtoa       1436 third_party/protobuf/src/google/protobuf/descriptor.cc       return SimpleFtoa(default_value_float());
SimpleFtoa        445 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT string SimpleFtoa(float value);
SimpleFtoa         56 third_party/protobuf/src/google/protobuf/stubs/strutil_unittest.cc   EXPECT_EQ("1.5", SimpleFtoa(1.5));
SimpleFtoa         72 third_party/protobuf/src/google/protobuf/stubs/strutil_unittest.cc     EXPECT_EQ("1.5", SimpleFtoa(1.5));
SimpleFtoa       1330 third_party/protobuf/src/google/protobuf/text_format.cc       OUTPUT_FIELD( FLOAT,  Float, SimpleFtoa);