Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/json/
H A Dstring_escape_fuzzer.cc32 std::u16string_view input_string16(reinterpret_cast<char16_t*>(input.get()), in LLVMFuzzerTestOneInput()
35 base::EscapeJSONString(input_string16, put_in_quotes, &escaped_string); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/libchrome/base/json/
H A Dstring_escape_fuzzer.cc31 base::StringPiece16 input_string16( in LLVMFuzzerTestOneInput() local
34 base::EscapeJSONString(input_string16, put_in_quotes, &escaped_string); in LLVMFuzzerTestOneInput()