#include <grpc/grpc.h>
#include "src/core/ext/transport/binder/transport/binder_transport.h"
#include "src/core/lib/config/core_configuration.h"
#include "src/core/lib/iomgr/executor.h"
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/lib/surface/server.h"
#include "src/libfuzzer/libfuzzer_macro.h"
#include "test/core/transport/binder/end2end/fuzzers/binder_transport_fuzzer.pb.h"
#include "test/core/transport/binder/end2end/fuzzers/fuzzer_utils.h"
Go to the source code of this file.
Functions | |
DEFINE_PROTO_FUZZER (const binder_transport_fuzzer::Input &input) | |
static void | dont_log (gpr_log_func_args *) |
static void * | tag (intptr_t t) |
Variables | |
bool | leak_check = true |
bool | squelch = true |
DEFINE_PROTO_FUZZER | ( | const binder_transport_fuzzer::Input & | input | ) |
Definition at line 33 of file transport/binder/end2end/fuzzers/server_fuzzer.cc.
|
static |
Definition at line 31 of file transport/binder/end2end/fuzzers/server_fuzzer.cc.
|
static |
Definition at line 29 of file transport/binder/end2end/fuzzers/server_fuzzer.cc.
Definition at line 27 of file transport/binder/end2end/fuzzers/server_fuzzer.cc.
Definition at line 26 of file transport/binder/end2end/fuzzers/server_fuzzer.cc.