Functions | Variables
re2/re2/fuzzing/re2_fuzzer.cc File Reference
#include <fuzzer/FuzzedDataProvider.h>
#include <stddef.h>
#include <stdint.h>
#include <memory>
#include <queue>
#include <string>
#include <vector>
#include "re2/prefilter.h"
#include "re2/re2.h"
#include "re2/regexp.h"
Include dependency graph for re2/re2/fuzzing/re2_fuzzer.cc:

Go to the source code of this file.

Functions

int LLVMFuzzerTestOneInput (const uint8_t *data, size_t size)
 
void TestOneInput (StringPiece pattern, const RE2::Options &options, StringPiece text)
 

Variables

uint8_t dummy = 0
 

Function Documentation

◆ LLVMFuzzerTestOneInput()

int LLVMFuzzerTestOneInput ( const uint8_t data,
size_t  size 
)

Definition at line 141 of file re2/re2/fuzzing/re2_fuzzer.cc.

◆ TestOneInput()

void TestOneInput ( StringPiece  pattern,
const RE2::Options &  options,
StringPiece  text 
)

Definition at line 22 of file re2/re2/fuzzing/re2_fuzzer.cc.

Variable Documentation

◆ dummy

uint8_t dummy = 0

Definition at line 20 of file re2/re2/fuzzing/re2_fuzzer.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:27