Home
last modified time | relevance | path

Searched refs:SimpleDtoa (Results 1 – 11 of 11) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstrutil_unittest.cc54 EXPECT_EQ("1.5", SimpleDtoa(1.5)); in TEST()
63 EXPECT_EQ("1.5", SimpleDtoa(1.5)); in TEST()
Dstrutil.h475 LIBPROTOBUF_EXPORT string SimpleDtoa(double value);
Dstrutil.cc1124 string SimpleDtoa(double value) { in SimpleDtoa() function
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc298 return SimpleDtoa(value) + "D"; in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc299 return SimpleDtoa(value); in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc424 return SimpleDtoa(value) + "D"; in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc391 return SimpleDtoa(value) + "D"; in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc202 return SimpleDtoa(value); in StringifyDefaultValue()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc909 default_value->append(SimpleDtoa(value)); in ParseDefaultAssignment()
/external/protobuf/src/google/protobuf/
Dtext_format.cc1272 return SimpleDtoa(val); in PrintDouble()
Ddescriptor.cc1533 return SimpleDtoa(default_value_double()); in DefaultValueAsString()