Home
last modified time | relevance | path

Searched refs:DoubleToString (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/
Dperf_test.cc48 std::string DoubleToString(double value) { in DoubleToString() function
114 base::DoubleToString(value), in PrintResult()
Dangle-mods.patch53 +std::string DoubleToString(double value) {
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/
Dangle-mods.patch63 --+std::string DoubleToString(double value) {
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc794 std::string DoubleToString(double value) { in DoubleToString() function
854 return DoubleToString(field->default_value_double()); in JSFieldDefault()
/third_party/node/tools/inspector_protocol/encoding/
Dencoding_test.cc1466 TEST(JsonStdStringWriterTest, DoubleToString) { in TEST() argument