#include <fuzzer/FuzzedDataProvider.h>
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp/xml_parsing.h"
#include <string>
Go to the source code of this file.
Functions | |
std::string | generateFuzzedNodeXML (FuzzedDataProvider &fdp, int depth=0) |
int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
Variables | |
constexpr const char * | NODE_ATTRIBUTES [] |
constexpr const char * | NODE_TYPES [] |
std::string generateFuzzedNodeXML | ( | FuzzedDataProvider & | fdp, |
int | depth = 0 |
||
) |
Definition at line 21 of file bt_fuzzer.cpp.
int LLVMFuzzerTestOneInput | ( | const uint8_t * | data, |
size_t | size | ||
) |
Definition at line 61 of file bt_fuzzer.cpp.
|
constexpr |
Definition at line 17 of file bt_fuzzer.cpp.
|
constexpr |
Definition at line 7 of file bt_fuzzer.cpp.