Documentation
¶
Index ¶
- type AnonymousAreas
- type BeforeLookup
- type CheckPrefix
- type Dec
- type DecoderBranching
- type DecoderBranchingStress
- type DecoderOptionals
- type DecoderOptionalsStress
- type Decoders
- type DecodersBounded
- type DecodersBoundedStress
- type DecodersBoundedString
- type DecodersBoundedStringStress
- type DecodersLimited
- type DecodersLimitedStress
- type DecodersLimitedString
- type DecodersLimitedStringStress
- type DecodersStress
- type DecodersString
- type DecodersStringStress
- type DoubleOpts
- type FixedLook
- type Hex
- type IncludeChar
- type IncludeString
- type Jump
- type JustToCompile
- type JustToCompileString
- type LookupJump
- type Oct
- type PassHeadingStringRegression
- type Prefixes
- type RestLength
- type Rule
- type Shift1
- type Shift2
- type Shift3
- type Shift4
- type Split
- type Star
- type Str
- type TargetConstraintsCheck
- type URL
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnonymousAreas ¶
AnonymousAreas ...
type BeforeLookup ¶
BeforeLookup ...
type CheckPrefix ¶
CheckPrefix ...
type DecoderBranching ¶
DecoderBranching ...
func (*DecoderBranching) Extract ¶
func (p *DecoderBranching) Extract(line []byte) (bool, error)
Extract ...
func (*DecoderBranching) GetHeadData ¶
func (p *DecoderBranching) GetHeadData() (res []byte)
GetHeadData ...
type DecoderBranchingStress ¶
DecoderBranchingStress ...
func (*DecoderBranchingStress) Extract ¶
func (p *DecoderBranchingStress) Extract(line []byte) (bool, error)
Extract ...
func (*DecoderBranchingStress) GetHeadData ¶
func (p *DecoderBranchingStress) GetHeadData() (res []byte)
GetHeadData ...
type DecoderOptionals ¶
DecoderOptionals ...
func (*DecoderOptionals) Extract ¶
func (p *DecoderOptionals) Extract(line []byte) (bool, error)
Extract ...
func (*DecoderOptionals) GetHeadData ¶
func (p *DecoderOptionals) GetHeadData() (res []byte)
GetHeadData ...
type DecoderOptionalsStress ¶
DecoderOptionalsStress ...
func (*DecoderOptionalsStress) Extract ¶
func (p *DecoderOptionalsStress) Extract(line []byte) (bool, error)
Extract ...
func (*DecoderOptionalsStress) GetHeadData ¶
func (p *DecoderOptionalsStress) GetHeadData() (res []byte)
GetHeadData ...
type Decoders ¶
type Decoders struct {
Rest []byte
Int8 int8
Int16 int16
Int32 int32
Int64 int64
Uint8 uint8
Uint16 uint16
Uint32 uint32
Uint64 uint64
Float32 float32
Float64 float64
String []byte
}
Decoders ...
type DecodersBounded ¶
DecodersBounded ...
type DecodersBoundedStress ¶
DecodersBoundedStress ...
type DecodersBoundedString ¶
DecodersBoundedString ...
type DecodersBoundedStringStress ¶
DecodersBoundedStringStress ...
type DecodersLimited ¶
type DecodersLimited struct {
Rest []byte
Int8 int8
Int16 int16
Int32 int32
Int64 int64
Uint8 uint8
Uint16 uint16
Uint32 uint32
Uint64 uint64
Float32 float32
Float64 float64
String []byte
}
DecodersLimited ...
type DecodersLimitedStress ¶
type DecodersLimitedStress struct {
Rest []byte
Int8 int8
Int16 int16
Int32 int32
Int64 int64
Uint8 uint8
Uint16 uint16
Uint32 uint32
Uint64 uint64
Float32 float32
Float64 float64
String []byte
}
DecodersLimitedStress ...
type DecodersLimitedString ¶
type DecodersLimitedString struct {
Rest []byte
Int8 int8
Int16 int16
Int32 int32
Int64 int64
Uint8 uint8
Uint16 uint16
Uint32 uint32
Uint64 uint64
Float32 float32
Float64 float64
String []byte
}
DecodersLimitedString ...
type DecodersLimitedStringStress ¶
type DecodersLimitedStringStress struct {
Rest []byte
Int8 int8
Int16 int16
Int32 int32
Int64 int64
Uint8 uint8
Uint16 uint16
Uint32 uint32
Uint64 uint64
Float32 float32
Float64 float64
String []byte
}
DecodersLimitedStringStress ...
type DecodersStress ¶
type DecodersStress struct {
Rest []byte
Int8 int8
Int16 int16
Int32 int32
Int64 int64
Uint8 uint8
Uint16 uint16
Uint32 uint32
Uint64 uint64
Float32 float32
Float64 float64
String []byte
}
DecodersStress ...
type DecodersString ¶
type DecodersString struct {
Rest []byte
Int8 int8
Int16 int16
Int32 int32
Int64 int64
Uint8 uint8
Uint16 uint16
Uint32 uint32
Uint64 uint64
Float32 float32
Float64 float64
String []byte
}
DecodersString ...
type DecodersStringStress ¶
type DecodersStringStress struct {
Rest []byte
Int8 int8
Int16 int16
Int32 int32
Int64 int64
Uint8 uint8
Uint16 uint16
Uint32 uint32
Uint64 uint64
Float32 float32
Float64 float64
String []byte
}
DecodersStringStress ...
type DoubleOpts ¶
type DoubleOpts struct {
Rest []byte
Head struct {
Valid bool
Data []byte
}
Rest1 struct {
Valid bool
Data []byte
}
}
DoubleOpts ...
type IncludeChar ¶
IncludeChar ...
type IncludeString ¶
IncludeString ...
type JustToCompile ¶
JustToCompile ...
type JustToCompileString ¶
JustToCompileString ...
type PassHeadingStringRegression ¶ added in v0.0.2
PassHeadingStringRegression ...
type TargetConstraintsCheck ¶
type TargetConstraintsCheck struct {
Rest []byte
}
TargetConstraintsCheck ...