Lines Matching defs:F
68 type F struct { struct
69 common
70 fuzzContext *fuzzContext
71 testContext *testContext
75 inFuzzFn bool
79 corpus []corpusEntry
81 result fuzzResult
82 fuzzCalled bool
102 func (f *F) Helper() {
128 func (f *F) Fail() {
139 func (f *F) Skipped() bool {
152 func (f *F) Add(args ...any) {
210 func (f *F) Fuzz(ff any) {
408 func (f *F) report() {
627 func fRunner(f *F, fn func(*F)) {