Home
last modified time | relevance | path

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

/third_party/node/tools/inspector_protocol/encoding/
Dencoding.h454 virtual std::unique_ptr<char[]> DToStr(double value) const = 0;
Dencoding_test.cc41 std::unique_ptr<char[]> DToStr(double value) const override { in DToStr() function in v8_inspector_protocol_encoding::TestPlatform
1456 std::unique_ptr<char[]> DToStr(double value) const override { in DToStr() function in v8_inspector_protocol_encoding::json::MockPlatform
Dencoding.cc1434 std::unique_ptr<char[]> str_value = platform_->DToStr(value); in HandleDouble()
/third_party/node/tools/inspector_protocol/lib/
Dencoding_h.template463 virtual std::unique_ptr<char[]> DToStr(double value) const = 0;
Dencoding_cpp.template1442 std::unique_ptr<char[]> str_value = platform_->DToStr(value);
1444 // DToStr may fail to emit a 0 before the decimal dot. E.g. this is