Searched refs:double_parsed_output (Results 1 – 1 of 1) sorted by relevance
52 std::string double_parsed_output; in LLVMFuzzerTestOneInput() local54 base::JSONWriter::Write(*double_parsed_value, &double_parsed_output); in LLVMFuzzerTestOneInput()57 LOG_ASSERT(parsed_output == double_parsed_output) in LLVMFuzzerTestOneInput()60 << "\nOutput=" << base::GetQuotedJSONString(double_parsed_output); in LLVMFuzzerTestOneInput()