fuzzwrapexamples

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type A

type A struct {
	// contains filtered or unexported fields
}

func NewAPtr

func NewAPtr(c int) *A

func (*A) PtrMethodNoArg

func (r *A) PtrMethodNoArg() bool

func (*A) PtrMethodWithArg

func (r *A) PtrMethodWithArg(i int) bool

func (A) ValMethodNoArg

func (r A) ValMethodNoArg() bool

func (A) ValMethodWithArg

func (r A) ValMethodWithArg(i int) bool

type B

type B struct {
	// contains filtered or unexported fields
}

func NewBVal

func NewBVal(c int) B

func (*B) PtrMethodNoArg

func (r *B) PtrMethodNoArg() bool

func (*B) PtrMethodWithArg

func (r *B) PtrMethodWithArg(i int) bool

func (B) ValMethodNoArg

func (r B) ValMethodNoArg() bool

func (B) ValMethodWithArg

func (r B) ValMethodWithArg(i int) bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL