Home
last modified time | relevance | path

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

/external/libprotobuf-mutator/examples/libfuzzer/
Dlibfuzzer_example.cc22 DEFINE_PROTO_FUZZER(const libfuzzer_example::Msg& message) { in DEFINE_PROTO_FUZZER() function
/external/libprotobuf-mutator/examples/expat/
Dexpat_example.cc30 DEFINE_PROTO_FUZZER(const protobuf_mutator::xml::Input& message) { in DEFINE_PROTO_FUZZER() function
/external/libprotobuf-mutator/examples/libxml2/
Dlibxml2_example.cc32 DEFINE_PROTO_FUZZER(const protobuf_mutator::xml::Input& message) { in DEFINE_PROTO_FUZZER() function
/external/libchrome/mojo/public/tools/fuzzers/
Dmojo_parse_message_proto_fuzzer.cc62 DEFINE_PROTO_FUZZER(const MojoFuzzerMessages& mojo_fuzzer_messages) { in DEFINE_PROTO_FUZZER() function
/external/libprotobuf-mutator/src/libfuzzer/
Dlibfuzzer_macro.h27 #define DEFINE_PROTO_FUZZER(arg) DEFINE_TEXT_PROTO_FUZZER(arg) macro
/external/libprotobuf-mutator/
DREADME.md70 DEFINE_PROTO_FUZZER(const MyMessageType& input) {