Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_correctness_fuzzer.cc52 std::string double_parsed_output; in LLVMFuzzerTestOneInput() local
54 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()