SimpleDtoa        295 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc         return SimpleDtoa(value);
SimpleDtoa        307 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc         return SimpleDtoa(value) + "D";
SimpleDtoa        859 third_party/protobuf/src/google/protobuf/compiler/parser.cc       default_value->append(SimpleDtoa(value));
SimpleDtoa        196 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc         return SimpleDtoa(value);
SimpleDtoa       1439 third_party/protobuf/src/google/protobuf/descriptor.cc       return SimpleDtoa(default_value_double());
SimpleDtoa        444 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT string SimpleDtoa(double value);
SimpleDtoa         55 third_party/protobuf/src/google/protobuf/stubs/strutil_unittest.cc   EXPECT_EQ("1.5", SimpleDtoa(1.5));
SimpleDtoa         71 third_party/protobuf/src/google/protobuf/stubs/strutil_unittest.cc     EXPECT_EQ("1.5", SimpleDtoa(1.5));
SimpleDtoa       1331 third_party/protobuf/src/google/protobuf/text_format.cc       OUTPUT_FIELD(DOUBLE, Double, SimpleDtoa);