#include <stddef.h>#include <stdint.h>#include <map>#include <memory>#include <queue>#include <string>#include "re2/prefilter.h"#include "re2/re2.h"
Go to the source code of this file.
Functions | |
| int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
| void | Test (StringPiece pattern, const RE2::Options &options, StringPiece text) |
Variables | |
| uint8_t | dummy = 0 |
Definition at line 104 of file bloaty/third_party/re2/re2/fuzzing/re2_fuzzer.cc.
| void Test | ( | StringPiece | pattern, |
| const RE2::Options & | options, | ||
| StringPiece | text | ||
| ) |
Definition at line 20 of file bloaty/third_party/re2/re2/fuzzing/re2_fuzzer.cc.
| uint8_t dummy = 0 |
Definition at line 18 of file bloaty/third_party/re2/re2/fuzzing/re2_fuzzer.cc.