Lines Matching refs:fuzzed_data
25 FuzzedDataProvider fuzzed_data(data, size); in LLVMFuzzerTestOneInput() local
28 std::string tz = fuzzed_data.ConsumeRandomLengthString(); in LLVMFuzzerTestOneInput()
31 std::string date_format = fuzzed_data.ConsumeRandomLengthString(); in LLVMFuzzerTestOneInput()
32 std::string parse_format = fuzzed_data.ConsumeRandomLengthString(); in LLVMFuzzerTestOneInput()
36 fuzzed_data.ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
37 fuzzed_data.ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
38 fuzzed_data.ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
39 fuzzed_data.ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
40 fuzzed_data.ConsumeIntegral<uint32_t>(), in LLVMFuzzerTestOneInput()
41 fuzzed_data.ConsumeIntegral<uint32_t>()), lax); in LLVMFuzzerTestOneInput()
42 std::string format = fuzzed_data.ConsumeRandomLengthString(); in LLVMFuzzerTestOneInput()