#include <vector>
#include "src/core/lib/gprpp/chunked_vector.h"
#include "src/core/lib/resource_quota/resource_quota.h"
#include "src/libfuzzer/libfuzzer_macro.h"
#include "test/core/gprpp/chunked_vector_fuzzer.pb.h"
Go to the source code of this file.
Classes | |
struct | grpc_core::Comparison |
class | grpc_core::Fuzzer |
Namespaces | |
grpc_core | |
Typedefs | |
using | IntHdl = std::shared_ptr< int > |
Functions | |
DEFINE_PROTO_FUZZER (const chunked_vector_fuzzer::Msg &msg) | |
Variables | |
static auto * | g_memory_allocator |
static constexpr size_t | kChunkSize = 17 |
bool | leak_check = true |
bool | squelch = true |
Definition at line 30 of file chunked_vector_fuzzer.cc.
DEFINE_PROTO_FUZZER | ( | const chunked_vector_fuzzer::Msg & | msg | ) |
Definition at line 165 of file chunked_vector_fuzzer.cc.
|
static |
Definition at line 25 of file chunked_vector_fuzzer.cc.
|
staticconstexpr |
Definition at line 29 of file chunked_vector_fuzzer.cc.
Definition at line 23 of file chunked_vector_fuzzer.cc.
Definition at line 22 of file chunked_vector_fuzzer.cc.