Searched refs:DToStr (Results 1 – 5 of 5) sorted by relevance
454 virtual std::unique_ptr<char[]> DToStr(double value) const = 0;
41 std::unique_ptr<char[]> DToStr(double value) const override { in DToStr() function in v8_inspector_protocol_encoding::TestPlatform1456 std::unique_ptr<char[]> DToStr(double value) const override { in DToStr() function in v8_inspector_protocol_encoding::json::MockPlatform
1434 std::unique_ptr<char[]> str_value = platform_->DToStr(value); in HandleDouble()
463 virtual std::unique_ptr<char[]> DToStr(double value) const = 0;
1442 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