Repository URL to install this package:
|
Version:
1.0 ▾
|
!<arch>
__.PKGDEF 0 0 0 644 19033 `
go object linux amd64 go1.6 X:none
build id "f019a5abb7cd0dc790b9bd2e138ddfadfd50fa8a"
$$
package quick
import flag "flag"
import fmt "fmt"
import math "math"
import reflect "reflect"
import rand "math/rand"
import strings "strings"
type @"reflect".typeAlg struct { @"reflect".hash func(? @"unsafe".Pointer, ? uintptr) (? uintptr); @"reflect".equal func(? @"unsafe".Pointer, ? @"unsafe".Pointer) (? bool) }
type @"reflect".method struct { @"reflect".name *string; @"reflect".pkgPath *string; @"reflect".mtyp *@"reflect".rtype; @"reflect".typ *@"reflect".rtype; @"reflect".ifn @"unsafe".Pointer; @"reflect".tfn @"unsafe".Pointer }
type @"reflect".ChanDir int
func (@"reflect".d·2 @"reflect".ChanDir) String () (? string)
type @"reflect".StructTag string
func (@"reflect".tag·2 @"reflect".StructTag "esc:0x12") Get (@"reflect".key·3 string "esc:0x1") (? string)
type @"reflect".StructField struct { Name string; PkgPath string; Type @"reflect".Type; Tag @"reflect".StructTag; Offset uintptr; Index []int; Anonymous bool }
type @"reflect".Kind uint
func (@"reflect".k·2 @"reflect".Kind) String () (? string)
type @"reflect".Type interface { Align() (? int); AssignableTo(@"reflect".u @"reflect".Type) (? bool); Bits() (? int); ChanDir() (? @"reflect".ChanDir); Comparable() (? bool); ConvertibleTo(@"reflect".u @"reflect".Type) (? bool); Elem() (? @"reflect".Type); Field(@"reflect".i int) (? @"reflect".StructField); FieldAlign() (? int); FieldByIndex(@"reflect".index []int) (? @"reflect".StructField); FieldByName(@"reflect".name string) (? @"reflect".StructField, ? bool); FieldByNameFunc(@"reflect".match func(? string) (? bool)) (? @"reflect".StructField, ? bool); Implements(@"reflect".u @"reflect".Type) (? bool); In(@"reflect".i int) (? @"reflect".Type); IsVariadic() (? bool); Key() (? @"reflect".Type); Kind() (? @"reflect".Kind); Len() (? int); Method(? int) (? @"reflect".Method); MethodByName(? string) (? @"reflect".Method, ? bool); Name() (? string); NumField() (? int); NumIn() (? int); NumMethod() (? int); NumOut() (? int); Out(@"reflect".i int) (? @"reflect".Type); PkgPath() (? string); Size() (? uintptr); String() (? string); @"reflect".common() (? *@"reflect".rtype); @"reflect".uncommon() (? *@"reflect".uncommonType) }
type @"reflect".Method struct { Name string; PkgPath string; Type @"reflect".Type; Func @"reflect".Value; Index int }
type @"reflect".uncommonType struct { @"reflect".name *string; @"reflect".pkgPath *string; @"reflect".methods []@"reflect".method }
func (@"reflect".t·2 *@"reflect".uncommonType "esc:0x22") Method (@"reflect".i·3 int) (@"reflect".m·1 @"reflect".Method)
func (@"reflect".t·3 *@"reflect".uncommonType "esc:0x22") MethodByName (@"reflect".name·4 string "esc:0x1") (@"reflect".m·1 @"reflect".Method, @"reflect".ok·2 bool)
func (@"reflect".t·2 *@"reflect".uncommonType "esc:0x32") Name () (? string) { if @"reflect".t·2 == nil || @"reflect".t·2.@"reflect".name == nil { return string("") }; return *@"reflect".t·2.@"reflect".name }
func (@"reflect".t·2 *@"reflect".uncommonType "esc:0x1") NumMethod () (? int) { if @"reflect".t·2 == nil { return int(0x0) }; return len(@"reflect".t·2.@"reflect".methods) }
func (@"reflect".t·2 *@"reflect".uncommonType "esc:0x32") PkgPath () (? string) { if @"reflect".t·2 == nil || @"reflect".t·2.@"reflect".pkgPath == nil { return string("") }; return *@"reflect".t·2.@"reflect".pkgPath }
func (@"reflect".t·2 *@"reflect".uncommonType "esc:0x12") @"reflect".uncommon () (? *@"reflect".uncommonType) { return @"reflect".t·2 }
type @"reflect".rtype struct { @"reflect".size uintptr; @"reflect".ptrdata uintptr; @"reflect".hash uint32; _ uint8; @"reflect".align uint8; @"reflect".fieldAlign uint8; @"reflect".kind uint8; @"reflect".alg *@"reflect".typeAlg; @"reflect".gcdata *byte; @"reflect".string *string; @"reflect".? *@"reflect".uncommonType; @"reflect".ptrToThis *@"reflect".rtype }
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") Align () (? int) { return int(@"reflect".t·2.@"reflect".align) }
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") AssignableTo (@"reflect".u·3 @"reflect".Type "esc:0x1") (? bool)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") Bits () (? int)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") ChanDir () (? @"reflect".ChanDir)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") Comparable () (? bool) { return @"reflect".t·2.@"reflect".alg != nil && @"reflect".t·2.@"reflect".alg.@"reflect".equal != nil }
func (@"reflect".t·2 *@"reflect".rtype "esc:0x9") ConvertibleTo (@"reflect".u·3 @"reflect".Type "esc:0x9") (? bool)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x22") Elem () (? @"reflect".Type)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x3a") Field (@"reflect".i·3 int) (? @"reflect".StructField)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") FieldAlign () (? int) { return int(@"reflect".t·2.@"reflect".fieldAlign) }
func (@"reflect".t·2 *@"reflect".rtype) FieldByIndex (@"reflect".index·3 []int "esc:0x1") (? @"reflect".StructField)
func (@"reflect".t·3 *@"reflect".rtype) FieldByName (@"reflect".name·4 string "esc:0x1") (? @"reflect".StructField, ? bool)
func (@"reflect".t·3 *@"reflect".rtype) FieldByNameFunc (@"reflect".match·4 func(? string) (? bool) "esc:0x1") (? @"reflect".StructField, ? bool)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") Implements (@"reflect".u·3 @"reflect".Type) (? bool)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x32") In (@"reflect".i·3 int) (? @"reflect".Type)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") IsVariadic () (? bool)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x22") Key () (? @"reflect".Type)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") Kind () (? @"reflect".Kind) { return @"reflect".Kind(@"reflect".t·2.@"reflect".kind & uint8(0x1f)) }
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") Len () (? int)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x32") Method (@"reflect".i·3 int) (@"reflect".m·1 @"reflect".Method)
func (@"reflect".t·3 *@"reflect".rtype "esc:0x32") MethodByName (@"reflect".name·4 string "esc:0x1") (@"reflect".m·1 @"reflect".Method, @"reflect".ok·2 bool)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x42") Name () (? string) { return @"reflect".t·2.@"reflect".uncommonType.Name() }
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") NumField () (? int)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") NumIn () (? int)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") NumMethod () (? int) { if @"reflect".t·2.Kind() == @"reflect".Kind(0x14) { var @"reflect".tt·3 *@"reflect".interfaceType; ; @"reflect".tt·3 = (*@"reflect".interfaceType)(@"unsafe".Pointer(@"reflect".t·2)); return @"reflect".tt·3.NumMethod() }; return @"reflect".t·2.@"reflect".uncommonType.NumMethod() }
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") NumOut () (? int)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x32") Out (@"reflect".i·3 int) (? @"reflect".Type)
func (@"reflect".t·2 *@"reflect".rtype "esc:0x42") PkgPath () (? string) { return @"reflect".t·2.@"reflect".uncommonType.PkgPath() }
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") Size () (? uintptr) { return @"reflect".t·2.@"reflect".size }
func (@"reflect".t·2 *@"reflect".rtype "esc:0x32") String () (? string) { return *@"reflect".t·2.@"reflect".string }
func (@"reflect".t·2 *@"reflect".rtype "esc:0x12") @"reflect".common () (? *@"reflect".rtype) { return @"reflect".t·2 }
func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") @"reflect".pointers () (? bool) { return @"reflect".t·2.@"reflect".kind & uint8(0x80) == uint8(0x0) }
func (@"reflect".t·2 *@"reflect".rtype) @"reflect".ptrTo () (? *@"reflect".rtype)
type @"reflect".flag uintptr
func (@"reflect".f·2 @"reflect".flag) @"reflect".kind () (? @"reflect".Kind) { return @"reflect".Kind(@"reflect".f·2 & @"reflect".flag(0x1f)) }
func (@"reflect".f·1 @"reflect".flag) @"reflect".mustBe (@"reflect".expected·2 @"reflect".Kind)
func (@"reflect".f·1 @"reflect".flag) @"reflect".mustBeAssignable ()
func (@"reflect".f·1 @"reflect".flag) @"reflect".mustBeExported ()
type @"reflect".Value struct { @"reflect".typ *@"reflect".rtype; @"reflect".ptr @"unsafe".Pointer; @"reflect".? @"reflect".flag }
func (@"reflect".v·2 @"reflect".Value) Addr () (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") Bool () (? bool)
func (@"reflect".v·2 @"reflect".Value "esc:0x2a") Bytes () (? []byte)
func (@"reflect".v·2 @"reflect".Value) Call (@"reflect".in·3 []@"reflect".Value "esc:0x9") (? []@"reflect".Value)
func (@"reflect".v·2 @"reflect".Value) CallSlice (@"reflect".in·3 []@"reflect".Value "esc:0x9") (? []@"reflect".Value)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") CanAddr () (? bool) { return @"reflect".v·2.@"reflect".flag & @"reflect".flag(0x100) != @"reflect".flag(0x0) }
func (@"reflect".v·2 @"reflect".Value "esc:0x1") CanInterface () (? bool)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") CanSet () (? bool) { return @"reflect".v·2.@"reflect".flag & @"reflect".flag(0x160) == @"reflect".flag(0x100) }
func (@"reflect".v·2 @"reflect".Value) Cap () (? int)
func (@"reflect".v·1 @"reflect".Value) Close ()
func (@"reflect".v·2 @"reflect".Value "esc:0x1") Complex () (? complex128)
func (@"reflect".v·2 @"reflect".Value) Convert (@"reflect".t·3 @"reflect".Type) (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value "esc:0x12") Elem () (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value "esc:0x12") Field (@"reflect".i·3 int) (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value "esc:0x1a") FieldByIndex (@"reflect".index·3 []int "esc:0x1") (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value) FieldByName (@"reflect".name·3 string "esc:0x1") (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value) FieldByNameFunc (@"reflect".match·3 func(? string) (? bool) "esc:0x1") (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") Float () (? float64)
func (@"reflect".v·2 @"reflect".Value "esc:0x12") Index (@"reflect".i·3 int) (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") Int () (? int64)
func (@"reflect".v·2 @"reflect".Value) Interface () (@"reflect".i·1 interface {})
func (@"reflect".v·2 @"reflect".Value "esc:0x1") InterfaceData () (? [2]uintptr)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") IsNil () (? bool)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") IsValid () (? bool) { return @"reflect".v·2.@"reflect".flag != @"reflect".flag(0x0) }
func (@"reflect".v·2 @"reflect".Value "esc:0x1") Kind () (? @"reflect".Kind) { return @"reflect".v·2.@"reflect".flag.@"reflect".kind() }
func (@"reflect".v·2 @"reflect".Value) Len () (? int)
func (@"reflect".v·2 @"reflect".Value "esc:0x2a") MapIndex (@"reflect".key·3 @"reflect".Value) (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value "esc:0x9") MapKeys () (? []@"reflect".Value)
func (@"reflect".v·2 @"reflect".Value "esc:0x12") Method (@"reflect".i·3 int) (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value "esc:0x12") MethodByName (@"reflect".name·3 string "esc:0x1") (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") NumField () (? int)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") NumMethod () (? int)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") OverflowComplex (@"reflect".x·3 complex128) (? bool)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") OverflowFloat (@"reflect".x·3 float64) (? bool)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") OverflowInt (@"reflect".x·3 int64) (? bool)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") OverflowUint (@"reflect".x·3 uint64) (? bool)
func (@"reflect".v·2 @"reflect".Value "esc:0x12") Pointer () (? uintptr)
func (@"reflect".v·3 @"reflect".Value) Recv () (@"reflect".x·1 @"reflect".Value, @"reflect".ok·2 bool)
func (@"reflect".v·1 @"reflect".Value "esc:0x9") Send (@"reflect".x·2 @"reflect".Value)
func (@"reflect".v·1 @"reflect".Value) Set (@"reflect".x·2 @"reflect".Value)
func (@"reflect".v·1 @"reflect".Value "esc:0x1") SetBool (@"reflect".x·2 bool)
func (@"reflect".v·1 @"reflect".Value "esc:0x9") SetBytes (@"reflect".x·2 []byte)
func (@"reflect".v·1 @"reflect".Value "esc:0x1") SetCap (@"reflect".n·2 int)
func (@"reflect".v·1 @"reflect".Value "esc:0x1") SetComplex (@"reflect".x·2 complex128)
func (@"reflect".v·1 @"reflect".Value "esc:0x1") SetFloat (@"reflect".x·2 float64)
func (@"reflect".v·1 @"reflect".Value "esc:0x1") SetInt (@"reflect".x·2 int64)
func (@"reflect".v·1 @"reflect".Value "esc:0x1") SetLen (@"reflect".n·2 int)
func (@"reflect".v·1 @"reflect".Value "esc:0x9") SetMapIndex (@"reflect".key·2 @"reflect".Value, @"reflect".val·3 @"reflect".Value)
func (@"reflect".v·1 @"reflect".Value "esc:0x1") SetPointer (@"reflect".x·2 @"unsafe".Pointer)
func (@"reflect".v·1 @"reflect".Value "esc:0x1") SetString (@"reflect".x·2 string)
func (@"reflect".v·1 @"reflect".Value "esc:0x1") SetUint (@"reflect".x·2 uint64)
func (@"reflect".v·2 @"reflect".Value) Slice (@"reflect".i·3 int, @"reflect".j·4 int) (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value) Slice3 (@"reflect".i·3 int, @"reflect".j·4 int, @"reflect".k·5 int) (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value) String () (? string)
func (@"reflect".v·3 @"reflect".Value) TryRecv () (@"reflect".x·1 @"reflect".Value, @"reflect".ok·2 bool)
func (@"reflect".v·2 @"reflect".Value "esc:0x9") TrySend (@"reflect".x·3 @"reflect".Value) (? bool)
func (@"reflect".v·2 @"reflect".Value "esc:0x12") Type () (? @"reflect".Type)
func (@"reflect".v·2 @"reflect".Value "esc:0x1") Uint () (? uint64)
func (@"reflect".v·2 @"reflect".Value "esc:0x12") UnsafeAddr () (? uintptr)
func (@"reflect".v·2 @"reflect".Value) @"reflect".assignTo (@"reflect".context·3 string "esc:0x1", @"reflect".dst·4 *@"reflect".rtype, @"reflect".target·5 @"unsafe".Pointer) (? @"reflect".Value)
func (@"reflect".v·2 @"reflect".Value) @"reflect".call (@"reflect".op·3 string "esc:0x1", @"reflect".in·4 []@"reflect".Value "esc:0x9") (? []@"reflect".Value)
func (@"reflect".v·2 @"reflect".Value "esc:0x12") @"reflect".pointer () (? @"unsafe".Pointer)
func (@"reflect".v·3 @"reflect".Value) @"reflect".recv (@"reflect".nb·4 bool) (@"reflect".val·1 @"reflect".Value, @"reflect".ok·2 bool)
func (@"reflect".v·2 @"reflect".Value "esc:0x2a") @"reflect".runes () (? []rune)
func (@"reflect".v·2 @"reflect".Value "esc:0x9") @"reflect".send (@"reflect".x·3 @"reflect".Value, @"reflect".nb·4 bool) (@"reflect".selected·1 bool)
func (@"reflect".v·1 @"reflect".Value "esc:0x9") @"reflect".setRunes (@"reflect".x·2 []rune)
type @"math/rand".Source interface { Int63() (? int64); Seed(@"math/rand".seed int64) }
type @"math/rand".Rand struct { @"math/rand".src @"math/rand".Source }
func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") ExpFloat64 () (? float64)
func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") Float32 () (? float32)
func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") Float64 () (? float64)
func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") Int () (? int)
func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") Int31 () (? int32)
func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") Int31n (@"math/rand".n·3 int32) (? int32)
func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") Int63 () (? int64)
func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") Int63n (@"math/rand".n·3 int64) (? int64)
func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") Intn (@"math/rand".n·3 int) (? int)
func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") NormFloat64 () (? float64)
func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") Perm (@"math/rand".n·3 int) (? []int)
func (@"math/rand".r·3 *@"math/rand".Rand "esc:0x9") Read (@"math/rand".p·4 []byte "esc:0x1") (@"math/rand".n·1 int, @"math/rand".err·2 error)
func (@"math/rand".r·1 *@"math/rand".Rand "esc:0x9") Seed (@"math/rand".seed·2 int64)
func (@"math/rand".r·2 *@"math/rand".Rand "esc:0x9") Uint32 () (? uint32)
type @"".Generator interface { Generate(@"".rand *@"math/rand".Rand, @"".size int) (? @"reflect".Value) }
func @"".Value (@"".t·3 @"reflect".Type, @"".rand·4 *@"math/rand".Rand) (@"".value·1 @"reflect".Value, @"".ok·2 bool)
type @"".Config struct { MaxCount int; MaxCountScale float64; Rand *@"math/rand".Rand; Values func(? []@"reflect".Value, ? *@"math/rand".Rand) }
func (@"".c·2 *@"".Config "esc:0x1") @"".getMaxCount () (@"".maxCount·1 int) { @"".maxCount·1 = @"".c·2.MaxCount; if @"".maxCount·1 == int(0x0) { if @"".c·2.MaxCountScale != float64(0) { @"".maxCount·1 = int(@"".c·2.MaxCountScale * float64(*@"".defaultMaxCount)) } else { @"".maxCount·1 = *@"".defaultMaxCount } }; return }
func (@"".c·2 *@"".Config "esc:0x22") @"".getRand () (? *@"math/rand".Rand)
type @"".SetupError string
func (@"".s·2 @"".SetupError "esc:0x12") Error () (? string) { return string(@"".s·2) }
type @"".CheckError struct { Count int; In []interface {} }
func (@"".s·2 *@"".CheckError "esc:0x9") Error () (? string)
type @"".CheckEqualError struct { ? @"".CheckError; Out1 []interface {}; Out2 []interface {} }
func (@"".s·2 *@"".CheckEqualError "esc:0x9") Error () (? string)
func @"".Check (@"".f·2 interface {}, @"".config·3 *@"".Config "esc:0x9") (@"".err·1 error)
func @"".CheckEqual (@"".f·2 interface {}, @"".g·3 interface {}, @"".config·4 *@"".Config "esc:0x9") (@"".err·1 error)
func @"".init ()
type @"reflect".imethod struct { @"reflect".name *string; @"reflect".pkgPath *string; @"reflect".typ *@"reflect".rtype }
type @"reflect".interfaceType struct { @"reflect".? @"reflect".rtype "reflect:\"interface\""; @"reflect".methods []@"reflect".imethod }
func (@"reflect".t·2 *@"reflect".interfaceType "esc:0x32") Method (@"reflect".i·3 int) (@"reflect".m·1 @"reflect".Method) { if @"reflect".i·3 < int(0x0) || @"reflect".i·3 >= len(@"reflect".t·2.@"reflect".methods) { return }; var @"reflect".p·4 *@"reflect".imethod; ; @"reflect".p·4 = &@"reflect".t·2.@"reflect".methods[@"reflect".i·3]; @"reflect".m·1.Name = *@"reflect".p·4.@"reflect".name; if @"reflect".p·4.@"reflect".pkgPath != nil { @"reflect".m·1.PkgPath = *@"reflect".p·4.@"reflect".pkgPath }; @"reflect".m·1.Type = @"reflect".toType(@"reflect".p·4.@"reflect".typ); @"reflect".m·1.Index = @"reflect".i·3; return }
func (@"reflect".t·3 *@"reflect".interfaceType "esc:0x32") MethodByName (@"reflect".name·4 string "esc:0x1") (@"reflect".m·1 @"reflect".Method, @"reflect".ok·2 bool)
func (@"reflect".t·2 *@"reflect".interfaceType "esc:0x1") NumMethod () (? int) { return len(@"reflect".t·2.@"reflect".methods) }
import unsafe "unsafe" // indirect
var @"".defaultMaxCount *int
func @"reflect".toType (@"reflect".t·2 *@"reflect".rtype "esc:0x12") (? @"reflect".Type) { if @"reflect".t·2 == nil { return nil }; return @"reflect".t·2 }
$$
_go_.o 0 0 0 644 72465 `
go object linux amd64 go1.6 X:none
!
go13ldflag.a
fmt.amath.amath/rand.areflect.astrings.a þ"".randFloat32 dH% H;avqHìH\$ WÀH$è òT$ò òYÂòD$H\$ H$è òT$H\$HãHûuò òYÂf(ÐòZÂóD$(HÄÃëïè évÿÿÿÌÌÌÌÌÌ
@ 2math/rand.(*Rand).Float64 \ *$f64.47efffffe0000000 *math/rand.(*Rand).Int Æ *$f64.bff0000000000000 0runtime.morestack_noctxt 0 "".f type.float64 "".~r1 type.float32 "".rand (type.*math/rand.Rand 0j/0/ "8!#
q Tgclocals·3f5c1f818fa7055d0400cecd34057162 Tgclocals·33cdeccccebe80329f1fdbee7f5874cb D$GOROOT/src/testing/quick/quick.goþ"".randFloat64 dH% H;avmHìH\$ WÀH$è òT$ò òYÂòD$H\$ H$è òT$H\$HãHûuò òYÂf(ÐòT$(HÄÃëóè ézÿÿÿÌÌÌÌÌÌÌÌÌÌ
@ 2math/rand.(*Rand).Float64 \ *$f64.7fefffffffffffff *math/rand.(*Rand).Int Æ *$f64.bff0000000000000 ú 0runtime.morestack_noctxt 0 "".f type.float64 "".~r1 type.float64 "".rand (type.*math/rand.Rand 0f/0/ "J!#
q Tgclocals·3f5c1f818fa7055d0400cecd34057162 Tgclocals·33cdeccccebe80329f1fdbee7f5874cb D$GOROOT/src/testing/quick/quick.goþ"".randInt64 dH% H;av.HìH\$H$è H\$H½ @H)ëH\$ HÄÃè ë¼ÌÌÌÌÌÌÌÌÌÌÌÌ
: .math/rand.(*Rand).Int63 | 0runtime.morestack_noctxt "".~r1 type.int64 "".rand (type.*math/rand.Rand ) P \P
4 Tgclocals·3f5c1f818fa7055d0400cecd34057162 Tgclocals·33cdeccccebe80329f1fdbee7f5874cb D$GOROOT/src/testing/quick/quick.goþ"".Value dH% H;avnHì@1Û1ÛH\$`H\$hH\$pH\$HH$H\$PH\$H\$XH\$HÇD$2 è Hl$ HT$(HL$0¶\$8Hl$`HT$hHL$p\$xHÄ@Ãè éyÿÿÿÌÌÌÌÌÌÌÌÌ
"".sizedValue ü 0runtime.morestack_noctxt p
"".ok `type.bool "".value 0$type.reflect.Value "".rand (type.*math/rand.Rand "".t "type.reflect.Type i n&W
LD Tgclocals·33bd09daed8d27c6aa5688ccfd7468ad Tgclocals·33cdeccccebe80329f1fdbee7f5874cb D$GOROOT/src/testing/quick/quick.goþ"".sizedValue ÀR ÀRdH% H$þÿÿH;Av Hìp 1Û1ÛH$ H$ H$¨ H$x H$H$ H\$è HT$HL$HD$ H$ð H$H$ø HL$H$ HD$è HL$HD$ 1ÛH$ H$ H H$H$ HL$H$( HD$H$ H\$è ¶\$ H$ H$à H$ H$è û t[H$ H\$H$ H\$H$HZ ÿÓHT$HL$ HD$(H$ H$ H$¨ Ƅ$° HÄp ÃH$x H$H$ H\$è HT$HL$HD$ H$ð H$H$ø HL$H$ HD$è H\$H$H H\$ H$P H\$(H$X H$x H$ H$ø H$H$ð H ÿÓH$ H$ HD$HøÁ Høï Hø Hø
H$è HD$H$H H$H$P H\$H$X H\$HÃHãHû D$è H$H H$ H$P H$ H$X H$¨ Ƅ$° HÄp ÃHøuCH$è HD$H$H H$H$P H\$H$X H\$HD$è éwÿÿÿ1ÉH$ H$ H$¨ Ƅ$° HÄp ÃHøuCH$è HD$H$H H$H$P H\$H$X H\$HD$è éÿÿÿHøuCH$è HD$H$H H$H$P H\$H$X H\$HD$è é»þÿÿHø
:ÿÿÿH$è HD$H$H H$H$P H\$H$X H\$HD$è énþÿÿHøß HøuCH$è HD$H$H H$H$P H\$H$X H\$HD$è éþÿÿHøuCH$è HD$H$H H$H$P H\$H$X H\$HD$è éÒýÿÿHø
QþÿÿH$è HD$H$H H$H$P H\$H$X H\$HD$è é
ýÿÿHø uCH$è HD$H$H H$H$P H\$H$X H\$HD$è é<ýÿÿHø
uCH$è HD$H$H H$H$P H\$H$X H\$HD$è éóüÿÿHø
rýÿÿH$è HD$H$H H$H$P H\$H$X H\$HD$è é¦üÿÿHøë Hø
HøuCH$è HD$H$H H$H$P H\$H$X H\$HD$è éIüÿÿHø
ÈüÿÿH$è óD$H$H H$H$P H\$H$X H\$óZÀòD$è éöûÿÿHøuEH$è òD$H$H H$H$P H\$H$X H\$òD$è é«ûÿÿHøuvH$è óD$óD$|H$ H$è óL$óZD$|H$H f(ØóZÁH$H$P H\$H$X H\$ò\$òD$ è é/ûÿÿHø
®ûÿÿH$è òD$ò$Ø H$ H$è òT$ò$Ø H$H H$H$P H\$H$X H\$òL$òT$ è é±úÿÿHøË Hø
º HDŽ$Ð H$H H$H$P H\$H$X H\$è HD$H$Ð H9Ãh H$ø H$H$ð H[PÿÓHL$HD$H$ H$H$ HD$H$ H\$H$ H\$è H\$ H$À H\$(H$È H\$0H$Ð ¶\$8û u*1ÉH$ H$ H$¨ Ƅ$° HÄp ÃH$H H$H$P H\$H$X H\$H$Ð H\$è HT$ HL$(HD$0H$ð H$H$ø HL$H$ HD$H$À H\$H$È H\$ H$Ð H\$(è H$Ð HÿÃH$Ð éWþÿÿéãøÿÿHø
{ H$HT$è H\$H$ H$ð H$H$ø H\$è HT$HL$HD$ H$H H$H$P H\$H$X H\$H$ð HT$H$ø HL$ H$ HD$(è 1ÀH$À H¬$ H9è$øÿÿH$ø H$H$ð H ÿÓHL$HD$H$ H$H$ HD$H$ H\$H$ H\$è H\$ H$` H\$(H$h H\$0H$p ¶\$8\${H$ø H$H$ð H[PÿÓHL$HD$H$ H$H$ HD$H$ H\$H$ H\$è Hl$ HT$(HL$0¶\$8|${ û H$H H$H$P H\$H$X H\$H$` H\$H$h H\$ H$p H\$(H¬$0 Hl$0H$8 HT$8H$@ HL$@è H$À HÿÀéKþÿÿ1ÉH$ H$ H$¨ Ƅ$° HÄp ÃHø
ÝöÿÿH$HT$è H$ð H$ø H\$Hû utH$HL$è HT$HL$HD$ H$H H$H$P H\$H$X H\$H$ð HT$H$ø HL$ H$ HD$(è é·õÿÿH$HZPÿÓHL$HD$H$ H$H$ HD$H$ H\$H$ H\$è H\$ H$ H\$(H$ H\$0H$ ¶\$8û u*1ÉH$ H$ H$¨ Ƅ$° HÄp ÃH$ø H$H$ð H[PÿÓHL$HD$H$ H$H$ HD$è HT$HL$HD$ H$H H$H$P H\$H$X H\$H$ð HT$H$ø HL$ H$ HD$(è H$H H$H$P H\$H$X H\$è HT$HL$ HD$(H$ð H$H$ø HL$H$ HD$H$ H\$H$ H\$ H$ H\$(è éÜóÿÿHø
2 H$HT$è HD$H$ H)ÃH$ H$ð H$H$ø H\$HD$H$ HD$è HT$ HL$(HD$0H$H H$H$P H\$H$X H\$H$ð HT$H$ø HL$ H$ HD$(è 1ÀH$° H¬$ H9è óÿÿH$ø H$H$ð H[PÿÓHL$HD$H$ H$H$ HD$H$ H\$H$ H\$è H\$ H$x H\$(H$ H\$0H$ ¶\$8û u*1ÉH$ H$ H$¨ Ƅ$° HÄp ÃH$H H$H$P H\$H$X H\$H$° H\$è HT$ HL$(HD$0H$ð H$H$ø HL$H$ HD$H$x H\$H$ H\$ H$ H\$(è H$° HÿÀéþÿÿHø
M H$HÇD$2 è HD$H H$HD$H$ HD$è Ht$H´$Ø HT$ H$à H\$(H$è 1ÀH$È H¬$ H9è}cH$ H$HÇD$ÿÿ è H´$Ø H$à H$È HD$H9Ñ Hʼn+HÈHÿÀH$È H¬$ H9è|HÇ$ Ht$HT$H$è H\$è H\$ H|$HHHKHOH$H H$H$P H\$H$X H\$è éPðÿÿè Hø
ÈðÿÿH$H H$H$P H\$H$X H\$è H\$H$¨ H$ H$¨ H$ H9à HDŽ$ 1ÀH¬$¨ H9èÇïÿÿH$¸ HD$H$ø H$H$ð H[XÿÓH\$H¼$ HÞè H¥H$( HH$HKHL$H$ H\$H$ H\$è H\$ H$¨ H\$(H$° H\$0H$¸ ¶\$8û u*1ÉH$ H$ H$¨ Ƅ$° HÄp ÃH$H H$H$P H\$H$X H\$H$¸ H\$è HT$ HL$(HD$0H$ð H$H$ø HL$H$ HD$H$¨ H\$H$° H\$ H$¸ H\$(è H$¸ HÿÀévþÿÿH$¨ Hû bþÿÿH¬$¨ HýÿtHH÷ýH$ éBþÿÿH÷ØH$ ëîè éeëÿÿÌÌÌÌ̮
° reflect.Zero ¤ .reflect.Value.Interface ê "type."".Generator Ê $runtime.assertE2I2 ê reflect.New $reflect.Value.Elem ° ¸ *math/rand.(*Rand).Int ¸
*reflect.Value.SetBool Ö "".randInt64 À (reflect.Value.SetInt ¼
"".randInt64 ¦ (reflect.Value.SetInt Î "".randInt64 ¸ (reflect.Value.SetInt è "".randInt64 Ò (reflect.Value.SetInt "".randInt64 ø (reflect.Value.SetInt "".randInt64 *reflect.Value.SetUint º "".randInt64 ¤ *reflect.Value.SetUint Ì "".randInt64 ¶ *reflect.Value.SetUint Þ "".randInt64 È *reflect.Value.SetUint ø "".randInt64 â *reflect.Value.SetUint ² "".randInt64 *reflect.Value.SetUint Ì "".randFloat32 Â ,reflect.Value.SetFloat ê "".randFloat64 Ø ,reflect.Value.SetFloat "".randFloat32 º "".randFloat32 Ð 0reflect.Value.SetComplex "".randFloat64 À "".randFloat64 Ì 0reflect.Value.SetComplex ì "reflect.Value.Len Ð! Ð" "".sizedValue ö$ &reflect.Value.Index ¸& "reflect.Value.Set ¢' ,math/rand.(*Rand).Intn ø' reflect.MakeMap º) "reflect.Value.Set ®* ®+ "".sizedValue Æ, Æ- "".sizedValue 0 2reflect.Value.SetMapIndex ¬1 ,math/rand.(*Rand).Intn þ1 reflect.Zero À3 "reflect.Value.Set â3 â4 "".sizedValue Ð6 7 reflect.New Þ8 "reflect.Value.Set ´9 $reflect.Value.Elem ö: "reflect.Value.Set °; ,math/rand.(*Rand).Intn À< "reflect.MakeSlice > "reflect.Value.Set ð>