Searched refs:sdp_operations (Results 1 – 3 of 3) sorted by relevance
30 callArbitraryFunction(&dataProvider, sdp_operations); in LLVMFuzzerTestOneInput()
39 static const std::vector<std::function<void(FuzzedDataProvider*)>> sdp_operations = { variable
83 [](FuzzedDataProvider* fdp) -> void { callArbitraryFunction(fdp, sdp_operations); }};