#include "src/core/lib/avl/avl.h"
#include "src/libfuzzer/libfuzzer_macro.h"
#include "test/core/avl/avl_fuzzer.pb.h"
Go to the source code of this file.
Classes | |
class | grpc_core::Fuzzer |
Namespaces | |
grpc_core | |
Functions | |
template<typename RepeatedField > | |
AVL< int, int > | grpc_core::AvlFromProto (const RepeatedField &p) |
DEFINE_PROTO_FUZZER (const avl_fuzzer::Msg &msg) | |
template<typename RepeatedField > | |
std::map< int, int > | grpc_core::MapFromProto (const RepeatedField &p) |
Variables | |
bool | leak_check = true |
bool | squelch = true |
DEFINE_PROTO_FUZZER | ( | const avl_fuzzer::Msg & | msg | ) |
Definition at line 86 of file avl_fuzzer.cc.
Definition at line 20 of file avl_fuzzer.cc.
Definition at line 19 of file avl_fuzzer.cc.