SYMBOL INDEX (5736 symbols across 1597 files) FILE: _test/a1.go function main (line 3) | func main() { FILE: _test/a10.go type Sample (line 3) | type Sample struct function f (line 9) | func f(i int) { function main (line 13) | func main() { FILE: _test/a11.go function main (line 3) | func main() { FILE: _test/a12.go function main (line 5) | func main() { FILE: _test/a13.go type T1 (line 3) | type T1 struct function main (line 7) | func main() { FILE: _test/a14.go constant size (line 5) | size = 12 function main (line 7) | func main() { FILE: _test/a15.go constant size (line 5) | size = 12 function main (line 7) | func main() { FILE: _test/a16.go function main (line 3) | func main() { FILE: _test/a17.go function main (line 5) | func main() { FILE: _test/a18.go function main (line 3) | func main() { FILE: _test/a19.go function main (line 3) | func main() { constant bsize (line 8) | bsize = 10 FILE: _test/a2.go function main (line 3) | func main() { FILE: _test/a20.go type IntArray (line 5) | type IntArray method Add (line 7) | func (h *IntArray) Add(x int) { function main (line 11) | func main() { FILE: _test/a21.go function main (line 5) | func main() { FILE: _test/a22.go function main (line 3) | func main() { FILE: _test/a23.go function main (line 5) | func main() { FILE: _test/a24.go function main (line 5) | func main() { FILE: _test/a25.go function main (line 5) | func main() { FILE: _test/a26.go function main (line 3) | func main() { FILE: _test/a27.go function main (line 5) | func main() { FILE: _test/a28.go function main (line 5) | func main() { FILE: _test/a29.go constant zero (line 6) | zero = iota constant one (line 7) | one constant two (line 8) | two constant three (line 9) | three function main (line 12) | func main() { FILE: _test/a3.go function main (line 5) | func main() { FILE: _test/a30.go function main (line 3) | func main() { FILE: _test/a31.go function main (line 3) | func main() { FILE: _test/a32.go type T (line 5) | type T struct function main (line 9) | func main() { FILE: _test/a33.go function main (line 5) | func main() { FILE: _test/a34.go function main (line 5) | func main() { FILE: _test/a35.go function main (line 5) | func main() { FILE: _test/a36.go function main (line 5) | func main() { FILE: _test/a37.go function main (line 5) | func main() { FILE: _test/a38.go function main (line 5) | func main() { FILE: _test/a39.go function main (line 5) | func main() { FILE: _test/a4.go function main (line 5) | func main() { FILE: _test/a40.go type rule (line 5) | type rule constant r0 (line 8) | r0 rule = iota constant r1 (line 9) | r1 constant r2 (line 10) | r2 function main (line 18) | func main() { FILE: _test/a41.go function main (line 5) | func main() { FILE: _test/a42.go function main (line 8) | func main() { FILE: _test/a43.go type T (line 5) | type T constant l1 (line 8) | l1 = 2 constant l2 (line 9) | l2 = 3 function main (line 12) | func main() { FILE: _test/a44.go constant max (line 5) | max = 32 function main (line 7) | func main() { FILE: _test/a5.go function main (line 5) | func main() { FILE: _test/a6.go function main (line 5) | func main() { FILE: _test/a7.go function main (line 5) | func main() { FILE: _test/a8.go function main (line 5) | func main() { FILE: _test/a9.go function main (line 10) | func main() { FILE: _test/add0.go function main (line 3) | func main() { FILE: _test/add1.go function main (line 3) | func main() { FILE: _test/add2.go type iface (line 3) | type iface interface function main (line 5) | func main() { FILE: _test/addr0.go type extendedRequest (line 8) | type extendedRequest struct function main (line 14) | func main() { FILE: _test/addr1.go type T (line 5) | type T struct function main (line 10) | func main() { FILE: _test/addr2.go type Email (line 9) | type Email struct function f (line 14) | func f(r interface{}) error { function withPointerAsInterface (line 18) | func withPointerAsInterface(r interface{}) error { function ff (line 33) | func ff(s string, r interface{}) error { function fff (line 37) | func fff(s string, r interface{}) error { function main (line 41) | func main() { FILE: _test/addr3.go function main (line 7) | func main() { FILE: _test/addr4.go constant jsonData (line 9) | jsonData = `[ constant jsonData2 (line 14) | jsonData2 = `[ constant jsonData3 (line 19) | jsonData3 = `{ function fromSlice (line 24) | func fromSlice() { function fromEmpty (line 40) | func fromEmpty() { function sliceOfObjects (line 58) | func sliceOfObjects() { function intoMap (line 72) | func intoMap() { function main (line 99) | func main() { FILE: _test/addr5.go function main (line 9) | func main() { FILE: _test/and.go function main (line 3) | func main() { function f1 (line 11) | func f1() bool { function f2 (line 17) | func f2() bool { FILE: _test/and0.go function main (line 3) | func main() { function f1 (line 11) | func f1() bool { function f2 (line 16) | func f2() bool { FILE: _test/and1.go function main (line 3) | func main() { function f1 (line 8) | func f1() bool { function f2 (line 13) | func f2() bool { FILE: _test/and2.go function f (line 3) | func f() bool { function main (line 8) | func main() { FILE: _test/and3.go function main (line 5) | func main() { FILE: _test/append0.go function f (line 5) | func f(a []int, b int) interface{} { return append(a, b) } function main (line 7) | func main() { FILE: _test/append1.go function main (line 8) | func main() { FILE: _test/append2.go function main (line 8) | func main() { FILE: _test/append3.go function main (line 5) | func main() { FILE: _test/append4.go function main (line 5) | func main() { FILE: _test/assert0.go type MyWriter (line 8) | type MyWriter interface type DummyWriter (line 12) | type DummyWriter interface type TestStruct (line 16) | type TestStruct struct method Write (line 18) | func (t TestStruct) Write(p []byte) (n int, err error) { function usesWriter (line 22) | func usesWriter(w MyWriter) { type MyStringer (line 27) | type MyStringer interface type DummyStringer (line 31) | type DummyStringer interface function usesStringer (line 35) | func usesStringer(s MyStringer) { function main (line 39) | func main() { FILE: _test/assert1.go type TestStruct (line 9) | type TestStruct struct method String (line 11) | func (t TestStruct) String() string { type DummyStringer (line 15) | type DummyStringer interface function main (line 19) | func main() { FILE: _test/assert2.go type stringBuilder (line 10) | type stringBuilder interface function newStringBuilder (line 22) | func newStringBuilder() stringBuilder { function main (line 26) | func main() { FILE: _test/assert3.go function main (line 5) | func main() { FILE: _test/assert4.go function main (line 6) | func main() { FILE: _test/assign.go function main (line 3) | func main() { FILE: _test/assign0.go function main (line 9) | func main() { FILE: _test/assign1.go function main (line 5) | func main() { FILE: _test/assign10.go function main (line 3) | func main() { FILE: _test/assign11.go function main (line 5) | func main() { FILE: _test/assign12.go function main (line 5) | func main() { FILE: _test/assign13.go function getStr (line 5) | func getStr() string { function main (line 9) | func main() { FILE: _test/assign14.go function main (line 7) | func main() { FILE: _test/assign15.go function main (line 3) | func main() { FILE: _test/assign16.go type H (line 3) | type H struct function main (line 7) | func main() { FILE: _test/assign17.go function main (line 3) | func main() { FILE: _test/assign18.go function main (line 3) | func main() { FILE: _test/assign19.go function main (line 3) | func main() { FILE: _test/assign2.go function main (line 3) | func main() { function hello (line 9) | func hello(r uint32) uint32 { return r + 1 } FILE: _test/assign3.go function main (line 3) | func main() { FILE: _test/assign4.go function main (line 3) | func main() { FILE: _test/assign5.go function main (line 5) | func main() { FILE: _test/assign6.go function main (line 5) | func main() { FILE: _test/assign7.go function main (line 5) | func main() { FILE: _test/assign8.go function main (line 3) | func main() { FILE: _test/assign9.go type foo (line 3) | type foo function boo (line 5) | func boo(b int) { println("boo", b) } function main (line 7) | func main() { FILE: _test/bin.go function main (line 5) | func main() { FILE: _test/bin0.go function main (line 5) | func main() { FILE: _test/bin1.go function main (line 8) | func main() { FILE: _test/bin2.go function main (line 8) | func main() { FILE: _test/bin3.go function main (line 5) | func main() { FILE: _test/bin4.go function Bar (line 8) | func Bar(s string) bool { function main (line 16) | func main() { FILE: _test/bin5.go function main (line 8) | func main() { FILE: _test/binstruct_ptr_map0.go function main (line 8) | func main() { FILE: _test/binstruct_ptr_slice0.go function main (line 8) | func main() { FILE: _test/binstruct_slice0.go function main (line 8) | func main() { FILE: _test/bltn.go function main (line 3) | func main() { FILE: _test/bltn0.go function main (line 3) | func main() { FILE: _test/bool.go function main (line 5) | func main() { FILE: _test/bool0.go function main (line 5) | func main() { FILE: _test/bool1.go type T (line 3) | type T struct function main (line 7) | func main() { FILE: _test/bool2.go type T (line 3) | type T struct function main (line 7) | func main() { FILE: _test/bool3.go function main (line 3) | func main() { FILE: _test/bool4.go function main (line 3) | func main() { FILE: _test/bool5.go function main (line 3) | func main() { FILE: _test/break0.go function main (line 3) | func main() { FILE: _test/break1.go function main (line 3) | func main() { FILE: _test/break2.go function main (line 3) | func main() { FILE: _test/break3.go function main (line 3) | func main() { FILE: _test/cap0.go function f (line 3) | func f(a []int) interface{} { function g (line 7) | func g(a []int) int { function main (line 11) | func main() { FILE: _test/chan0.go type Channel (line 3) | type Channel function send (line 5) | func send(c Channel) { c <- "ping" } function main (line 7) | func main() { FILE: _test/chan1.go function send (line 3) | func send(c chan<- string) { c <- "ping" } function main (line 5) | func main() { FILE: _test/chan10.go function main (line 5) | func main() { FILE: _test/chan2.go function main (line 5) | func main() { FILE: _test/chan3.go function send (line 3) | func send(c chan<- int32) { c <- 123 } function main (line 5) | func main() { FILE: _test/chan4.go function send (line 3) | func send(c chan<- bool) { c <- false } function main (line 5) | func main() { FILE: _test/chan5.go function main (line 5) | func main() { FILE: _test/chan6.go function send (line 3) | func send(c chan<- int32) { c <- 123 } function main (line 5) | func main() { FILE: _test/chan7.go function main (line 5) | func main() { FILE: _test/chan8.go function main (line 3) | func main() { FILE: _test/chan9.go type Channel (line 3) | type Channel type T (line 5) | type T struct function send (line 9) | func send(c Channel) { c <- "ping" } function main (line 11) | func main() { FILE: _test/cli1.go function client (line 11) | func client(uri string) { function server (line 23) | func server(ln net.Listener, ready chan bool) { function main (line 33) | func main() { FILE: _test/cli2.go type T (line 11) | type T struct method Close (line 15) | func (t *T) Close() { function client (line 19) | func client(uri string) { function server (line 31) | func server(ln net.Listener, ready chan bool) { function main (line 41) | func main() { FILE: _test/cli3.go function client (line 11) | func client(uri string) { function main (line 23) | func main() { FILE: _test/cli4.go type mw1 (line 11) | type mw1 struct method ServeHTTP (line 15) | func (m *mw1) ServeHTTP(rw http.ResponseWriter, rq *http.Request) { type mw0 (line 19) | type mw0 struct method ServeHTTP (line 21) | func (m *mw0) ServeHTTP(w http.ResponseWriter, r *http.Request) { function main (line 25) | func main() { function client (line 38) | func client(uri string) { FILE: _test/cli5.go type mw1 (line 11) | type mw1 struct method ServeHTTP (line 15) | func (m *mw1) ServeHTTP(rw http.ResponseWriter, rq *http.Request) { type mw0 (line 19) | type mw0 struct method ServeHTTP (line 21) | func (m *mw0) ServeHTTP(w http.ResponseWriter, r *http.Request) { function main (line 25) | func main() { function client (line 38) | func client(uri string) { FILE: _test/cli6.go type T (line 11) | type T struct type mw1 (line 15) | type mw1 struct method ServeHTTP (line 19) | func (m *mw1) ServeHTTP(rw http.ResponseWriter, rq *http.Request) { function main (line 27) | func main() { function client (line 39) | func client(uri string) { FILE: _test/cli7.go type T (line 11) | type T struct type mw1 (line 15) | type mw1 struct method ServeHTTP (line 20) | func (m *mw1) ServeHTTP(rw http.ResponseWriter, rq *http.Request) { function main (line 29) | func main() { function client (line 43) | func client(uri string) { FILE: _test/cli8.go type T (line 8) | type T struct method ServeHTTP (line 13) | func (t *T) ServeHTTP(rw http.ResponseWriter, req *http.Request) { function New (line 20) | func New(name string, next http.Handler) (http.Handler, error) { return ... function main (line 22) | func main() { FILE: _test/closure0.go type adder (line 3) | type adder function genAdd (line 5) | func genAdd(k int) adder { function main (line 11) | func main() { FILE: _test/closure1.go type adder (line 3) | type adder function genAdd (line 5) | func genAdd(k int) adder { function main (line 11) | func main() { FILE: _test/closure10.go function main (line 3) | func main() { FILE: _test/closure11.go type T (line 3) | type T struct function main (line 7) | func main() { FILE: _test/closure12.go type T (line 5) | type T struct function main (line 9) | func main() { FILE: _test/closure13.go type monkey (line 8) | type monkey struct function main (line 12) | func main() { FILE: _test/closure14.go type monkey (line 5) | type monkey struct function getk (line 9) | func getk(k int) (int, error) { return k, nil } function main (line 11) | func main() { FILE: _test/closure15.go function main (line 3) | func main() { FILE: _test/closure16.go function main (line 3) | func main() { FILE: _test/closure17.go type T (line 3) | type T struct function main (line 7) | func main() { FILE: _test/closure18.go type T (line 5) | type T struct function main (line 9) | func main() { FILE: _test/closure19.go function main (line 3) | func main() { FILE: _test/closure2.go function adder (line 3) | func adder() func(int) int { function main (line 11) | func main() { FILE: _test/closure20.go function main (line 3) | func main() { FILE: _test/closure3.go type T1 (line 3) | type T1 struct method genAdd (line 7) | func (t *T1) genAdd(k int) func(int) int { function main (line 16) | func main() { FILE: _test/closure4.go type T1 (line 3) | type T1 struct method genAdd (line 7) | func (t *T1) genAdd(k int) func(int) int { function main (line 16) | func main() { FILE: _test/closure5.go type T1 (line 3) | type T1 struct method genAdd (line 7) | func (t T1) genAdd(k int) func(int) int { function main (line 16) | func main() { FILE: _test/closure6.go type T1 (line 3) | type T1 struct method genAdd (line 7) | func (t *T1) genAdd(k int) func(int) int { function main (line 16) | func main() { FILE: _test/closure7.go type Config (line 7) | type Config struct function SetConfig (line 13) | func SetConfig() func(*Config) { function main (line 19) | func main() { FILE: _test/closure8.go function main (line 5) | func main() { FILE: _test/closure9.go function main (line 3) | func main() { FILE: _test/comp0.go function main (line 3) | func main() { FILE: _test/comp1.go function main (line 3) | func main() { FILE: _test/comp2.go type delta (line 3) | type delta function main (line 5) | func main() { FILE: _test/complex0.go function main (line 5) | func main() { FILE: _test/complex1.go function main (line 5) | func main() { FILE: _test/complex2.go function main (line 5) | func main() { FILE: _test/complex3.go function main (line 5) | func main() { FILE: _test/complex4.go function f (line 5) | func f(a, b float64) interface{} { return complex(a, b) } function main (line 7) | func main() { FILE: _test/composite0.go type T (line 7) | type T struct function main (line 9) | func main() { FILE: _test/composite1.go type T (line 7) | type T struct function main (line 9) | func main() { FILE: _test/composite10.go function main (line 5) | func main() { FILE: _test/composite11.go function main (line 8) | func main() { FILE: _test/composite12.go type A (line 3) | type A struct type D (line 7) | type D struct function main (line 11) | func main() { FILE: _test/composite13.go type A (line 3) | type A struct type D (line 7) | type D struct function main (line 11) | func main() { FILE: _test/composite14.go type T (line 5) | type T struct function main (line 9) | func main() { FILE: _test/composite15.go function interfaceAsInts (line 7) | func interfaceAsInts() { function interfaceAsInterfaces (line 24) | func interfaceAsInterfaces() { function main (line 42) | func main() { FILE: _test/composite16.go function main (line 8) | func main() { FILE: _test/composite17.go function main (line 9) | func main() { function stringOr (line 22) | func stringOr(v, def string) string { FILE: _test/composite18.go type fn (line 5) | type fn function cmpLessFn (line 13) | func cmpLessFn(a string, b string) bool { function cmpGreaterFn (line 17) | func cmpGreaterFn(a string, b string) bool { function main (line 21) | func main() { FILE: _test/composite19.go type fn (line 5) | type fn function cmpLessFn (line 13) | func cmpLessFn(a string, b string) bool { function cmpGreaterFn (line 17) | func cmpGreaterFn(a string, b string) bool { function main (line 21) | func main() { FILE: _test/composite2.go type T (line 7) | type T struct function main (line 9) | func main() { FILE: _test/composite3.go function main (line 3) | func main() { FILE: _test/composite4.go function main (line 3) | func main() { FILE: _test/composite5.go type T (line 5) | type T struct function main (line 11) | func main() { FILE: _test/composite6.go type T (line 9) | type T struct function main (line 15) | func main() { FILE: _test/composite7.go type T (line 3) | type T struct function main (line 13) | func main() { FILE: _test/composite8.go type T (line 3) | type T struct function main (line 5) | func main() { FILE: _test/composite8bis.go type T (line 3) | type T struct function main (line 5) | func main() { FILE: _test/composite9.go function main (line 5) | func main() { FILE: _test/const0.go constant a (line 4) | a = iota constant b (line 5) | b function main (line 8) | func main() { FILE: _test/const1.go type T (line 3) | type T struct function main (line 10) | func main() { FILE: _test/const10.go constant a (line 4) | a = 2 constant b (line 5) | b = c + d constant c (line 6) | c = a + d constant d (line 7) | d = e + f constant e (line 8) | e = 3 constant f (line 9) | f = 4 function main (line 12) | func main() { FILE: _test/const11.go function main (line 3) | func main() { FILE: _test/const12.go type Kind (line 3) | type Kind constant None (line 6) | None Kind = 0 constant Left (line 7) | Left Kind = 1 << iota constant Right (line 8) | Right constant Both (line 9) | Both Kind = Left | Right function main (line 12) | func main() { FILE: _test/const13.go function main (line 7) | func main() { FILE: _test/const14.go function f1 (line 5) | func f1(i int) { println("i:", i) } function main (line 7) | func main() { FILE: _test/const15.go type T1 (line 3) | type T1 type t1 (line 5) | type t1 constant P2 (line 8) | P2 T1 = 2 constant P3 (line 9) | P3 T1 = 3 function main (line 12) | func main() { FILE: _test/const16.go function main (line 7) | func main() { FILE: _test/const17.go function main (line 7) | func main() { FILE: _test/const18.go function main (line 5) | func main() { FILE: _test/const19.go function get10Hours (line 8) | func get10Hours() time.Duration { function main (line 12) | func main() { FILE: _test/const2.go function main (line 3) | func main() { constant a (line 7) | a = "hello" FILE: _test/const20.go constant maxLen (line 5) | maxLen = int64(int64(^uint64(0) >> 1)) function main (line 7) | func main() { FILE: _test/const21.go constant a (line 3) | a = 64 function main (line 7) | func main() { FILE: _test/const22.go constant numDec (line 4) | numDec uint8 = (1 << iota) / 2 constant numHex (line 5) | numHex constant numOct (line 6) | numOct constant numFloat (line 7) | numFloat function main (line 10) | func main() { FILE: _test/const23.go constant maxlen (line 3) | maxlen = len("hello") function main (line 7) | func main() { FILE: _test/const24.go constant maxlen (line 5) | maxlen = cap(aa) function main (line 9) | func main() { FILE: _test/const25.go constant FGBlack (line 4) | FGBlack Attribute = iota + 30 type Attribute (line 7) | type Attribute function main (line 9) | func main() { FILE: _test/const26.go function init (line 7) | func init() { constant constString (line 13) | constString string = "hello" constant const1 (line 16) | const1 = iota + 10 constant const2 (line 17) | const2 constant const3 (line 18) | const3 function main (line 23) | func main() {} FILE: _test/const3.go constant a (line 3) | a, b, c int = 1, 2, 3 function main (line 5) | func main() { println(a, b, c) } FILE: _test/const4.go constant a (line 4) | a = 2 constant b (line 5) | b = 3 constant c (line 6) | c function main (line 9) | func main() { FILE: _test/const5.go constant a (line 8) | a uint8 = 2 * iota constant b (line 9) | b constant c (line 10) | c function main (line 13) | func main() { FILE: _test/const6.go constant maxNonStarters (line 4) | maxNonStarters = 30 constant maxBufferSize (line 5) | maxBufferSize = maxNonStarters + 2 type reorderBuffer (line 8) | type reorderBuffer struct type Properties (line 12) | type Properties struct function main (line 17) | func main() { FILE: _test/const7.go constant a (line 6) | a = iota constant b (line 7) | b constant c (line 8) | c constant d (line 9) | d type T (line 12) | type T function main (line 14) | func main() { FILE: _test/const8.go constant a (line 4) | a = 2 constant b (line 5) | b = c + d constant c (line 6) | c = 4 constant d (line 7) | d = 5 function main (line 10) | func main() { FILE: _test/const9.go constant a (line 4) | a = 2 constant b (line 5) | b = c + d constant c (line 6) | c = a + d constant d (line 7) | d = e + f constant e (line 8) | e = b + 2 constant f (line 9) | f = 4 function main (line 12) | func main() { FILE: _test/cont.go function main (line 3) | func main() { FILE: _test/cont0.go function main (line 3) | func main() { FILE: _test/cont1.go function main (line 3) | func main() { FILE: _test/cont2.go function main (line 3) | func main() { FILE: _test/cont3.go function main (line 3) | func main() { FILE: _test/context.go function get (line 5) | func get(ctx context.Context, k string) string { function main (line 13) | func main() { FILE: _test/context2.go function get (line 5) | func get(ctx context.Context, k string) string { function main (line 15) | func main() { FILE: _test/convert0.go type T (line 3) | type T struct type comparator (line 7) | type comparator function sort (line 9) | func sort(items []T, comp comparator) { function compT (line 13) | func compT(t0, t1 T) bool { return t0.v < t1.v } function main (line 15) | func main() { FILE: _test/convert1.go type atoidef (line 5) | type atoidef function main (line 7) | func main() { FILE: _test/convert2.go function fakeSplitFunc (line 5) | func fakeSplitFunc(data []byte, atEOF bool) (advance int, token []byte, ... function main (line 9) | func main() { FILE: _test/convert3.go function main (line 8) | func main() { FILE: _test/copy0.go function main (line 5) | func main() { FILE: _test/copy1.go function main (line 5) | func main() { FILE: _test/copy2.go function f (line 5) | func f(a, b []int) interface{} { return copy(a, b) } function main (line 7) | func main() { FILE: _test/ct/ct1.go function init (line 3) | func init() { println("hello from ct1") } FILE: _test/ct/ct2.go function init (line 5) | func init() { println("hello from ct2") } FILE: _test/ct/ct3.go function init (line 5) | func init() { println("hello from ct3") } FILE: _test/ct1/ct1.go type Class (line 3) | type Class constant L (line 6) | L Class = iota constant R (line 7) | R constant AL (line 8) | AL FILE: _test/d1/d1.go type T (line 3) | type T struct method F (line 7) | func (t *T) F() { println(t.Name) } function NewT (line 9) | func NewT(s string) *T { return &T{s} } FILE: _test/d3.go function main (line 5) | func main() { FILE: _test/defer0.go function main (line 5) | func main() { FILE: _test/defer1.go function main (line 5) | func main() { FILE: _test/defer2.go function main (line 5) | func main() { FILE: _test/defer3.go function main (line 8) | func main() { FILE: _test/defer4.go type T (line 5) | type T struct method get (line 10) | func (t *T) get() string { function main (line 18) | func main() { FILE: _test/defer5.go function f1 (line 3) | func f1() { function f2 (line 9) | func f2() { function f3 (line 15) | func f3() { function main (line 21) | func main() { FILE: _test/defer6.go function f1 (line 3) | func f1() { function f2 (line 9) | func f2() { function f3 (line 15) | func f3() { function main (line 21) | func main() { FILE: _test/defer7.go function f1 (line 5) | func f1(in, out []string) { function main (line 9) | func main() { FILE: _test/defer8.go function f1 (line 5) | func f1(m map[string]string) { function main (line 12) | func main() { FILE: _test/defer9.go function f1 (line 5) | func f1(ch chan string) { function main (line 11) | func main() { FILE: _test/delete0.go function main (line 5) | func main() { FILE: _test/eval0.go function main (line 10) | func main() { FILE: _test/export0.go function Test (line 3) | func Test() { FILE: _test/export1.go type Sample (line 3) | type Sample struct method Test (line 5) | func (s *Sample) Test() { FILE: _test/factor.go function main (line 8) | func main() { FILE: _test/fib.go function fib (line 4) | func fib(n int) int { function main (line 11) | func main() { FILE: _test/fib0.go function fib (line 4) | func fib(n int) int { function main (line 11) | func main() { FILE: _test/file_access.go function main (line 8) | func main() { FILE: _test/flag0.go function main (line 8) | func main() { FILE: _test/foo/bar.go function init (line 8) | func init() { println("init foo") } FILE: _test/foo/boo/boo.go function init (line 5) | func init() { println("init boo") } FILE: _test/for0.go function main (line 3) | func main() { FILE: _test/for1.go function main (line 3) | func main() { FILE: _test/for10.go function main (line 3) | func main() { FILE: _test/for11.go function main (line 3) | func main() { FILE: _test/for12.go function main (line 3) | func main() { FILE: _test/for13.go function main (line 3) | func main() { FILE: _test/for14.go function main (line 3) | func main() { FILE: _test/for15.go function f (line 3) | func f() int { println("in f"); return 1 } function main (line 5) | func main() { FILE: _test/for16.go function main (line 3) | func main() { FILE: _test/for17.go function main (line 3) | func main() { FILE: _test/for18.go function main (line 3) | func main() { FILE: _test/for19.go function main (line 3) | func main() { FILE: _test/for2.go function main (line 3) | func main() { FILE: _test/for3.go function main (line 8) | func main() { FILE: _test/for4.go function main (line 3) | func main() { FILE: _test/for5.go function main (line 3) | func main() { FILE: _test/for6.go function main (line 5) | func main() { FILE: _test/for7.go function main (line 3) | func main() { FILE: _test/for8.go function main (line 3) | func main() { FILE: _test/for9.go function main (line 3) | func main() { FILE: _test/fun.go function f (line 3) | func f(i int) int { return i + 15 } function main (line 5) | func main() { FILE: _test/fun10.go function f (line 5) | func f() func() { function main (line 9) | func main() { FILE: _test/fun11.go type F (line 5) | type F function main (line 7) | func main() { FILE: _test/fun12.go function use (line 3) | func use(interface{}) {} function main (line 5) | func main() { FILE: _test/fun13.go type T (line 5) | type T struct function newT (line 7) | func newT() (T, error) { return T{}, nil } function main (line 9) | func main() { FILE: _test/fun14.go function f (line 3) | func f() (bool, int) { return true, 2 } function g (line 5) | func g() (bool, int) { return f() } function main (line 7) | func main() { FILE: _test/fun15.go function f1 (line 3) | func f1(a int) interface{} { return a + 1 } function f2 (line 5) | func f2(a int64) interface{} { return a + 1 } function main (line 7) | func main() { FILE: _test/fun16.go function f1 (line 3) | func f1(a int) int { return a + 1 } function f2 (line 5) | func f2(a int) interface{} { function main (line 13) | func main() { FILE: _test/fun17.go function f1 (line 3) | func f1(a int) interface{} { return a + 1 } function f2 (line 5) | func f2(a int) interface{} { return f1(a) } function main (line 7) | func main() { FILE: _test/fun18.go function f (line 5) | func f(s string) interface{} { return m[s] } function main (line 7) | func main() { FILE: _test/fun19.go function foo (line 7) | func foo() ([]string, error) { function main (line 11) | func main() { FILE: _test/fun2.go type Coord (line 3) | type Coord struct function f (line 5) | func f(c Coord) int { return c.x + c.y } function main (line 7) | func main() { FILE: _test/fun20.go function ferr (line 7) | func ferr() error { return myerr } function foo (line 9) | func foo() ([]string, error) { function main (line 13) | func main() { FILE: _test/fun21.go function Bar (line 3) | func Bar() string { function main (line 7) | func main() { FILE: _test/fun22.go function main (line 5) | func main() { FILE: _test/fun23.go function f (line 3) | func f(x int) { return x } function main (line 5) | func main() { FILE: _test/fun24.go function f (line 3) | func f(x int) (int, int) { return x, "foo" } function main (line 5) | func main() { FILE: _test/fun25.go function f (line 3) | func f(x string) (a int, b int) { return x, 5 } function main (line 5) | func main() { FILE: _test/fun26.go type F (line 3) | type F function f1 (line 5) | func f1() (int, error) { return 3, nil } function f2 (line 7) | func f2(a string, f F) { function main (line 12) | func main() { FILE: _test/fun27.go function main (line 8) | func main() { function print (line 20) | func print(state string) { FILE: _test/fun28.go type T (line 7) | type T struct function finalize (line 11) | func finalize(t *T) { println("finalize") } function newT (line 13) | func newT() *T { function main (line 19) | func main() { FILE: _test/fun3.go type Coord (line 3) | type Coord struct function f (line 5) | func f(i, j int, c Coord) int { return i*c.x + j*c.y } function main (line 7) | func main() { FILE: _test/fun4.go function f (line 3) | func f() {} function main (line 5) | func main() { FILE: _test/fun5.go function f (line 3) | func f(i int64) { function main (line 7) | func main() { FILE: _test/fun6.go function NewPool (line 8) | func NewPool() Pool { return Pool{} } type Pool (line 10) | type Pool struct function main (line 16) | func main() { FILE: _test/fun7.go function Foo (line 8) | func Foo(goflag *goflag.Flag) { function main (line 12) | func main() { FILE: _test/fun8.go function main (line 3) | func main() { println(f == nil) } FILE: _test/fun9.go type T (line 3) | type T function main (line 5) | func main() { FILE: _test/gen1.go function SumInts (line 6) | func SumInts(m map[string]int64) int64 { function SumFloats (line 15) | func SumFloats(m map[string]float64) float64 { function main (line 23) | func main() { FILE: _test/gen10.go function genFunc (line 3) | func genFunc() (f func()) { function main (line 7) | func main() { FILE: _test/gen11.go type Slice (line 9) | type Slice struct type IPPrefixSlice (line 13) | type IPPrefixSlice struct method MarshalJSON (line 20) | func (v IPPrefixSlice) MarshalJSON() ([]byte, error) { method MarshalJSON (line 17) | func (v Slice[T]) MarshalJSON() ([]byte, error) { return json.Marshal(v.... function main (line 24) | func main() { FILE: _test/gen12.go function MapOf (line 7) | func MapOf[K comparable, V any](m map[K]V) Map[K, V] { type Map (line 11) | type Map struct type VMap (line 17) | type VMap struct type MapView (line 21) | type MapView struct method Int (line 15) | func (v MapView) Int() Map[string, int] { return MapOf(v.ж.Int) } function main (line 25) | func main() { FILE: _test/gen13.go type Map (line 3) | type Map struct method Has (line 7) | func (m Map[K, V]) Has(k K) bool { function main (line 12) | func main() { FILE: _test/gen2.go function SumIntsOrFloats (line 7) | func SumIntsOrFloats[K comparable, V int64 | float64](m map[K]V) V { function main (line 15) | func main() { FILE: _test/gen3.go type Number (line 3) | type Number interface function Sum (line 7) | func Sum[T Number](numbers []T) T { function main (line 15) | func main() { FILE: _test/gen4.go type List (line 5) | type List struct type element (line 10) | type element struct method Push (line 15) | func (lst *List[T]) Push(v T) { method GetAll (line 25) | func (lst *List[T]) GetAll() []T { function main (line 33) | func main() { FILE: _test/gen5.go type Set (line 5) | type Set struct function Make (line 9) | func Make[Elem comparable]() Set[Elem] { method Add (line 13) | func (s Set[Elem]) Add(v Elem) { function main (line 17) | func main() { FILE: _test/gen6.go function MapKeys (line 3) | func MapKeys[K comparable, V any](m map[K]V) []K { function main (line 11) | func main() { FILE: _test/gen7.go function MapKeys (line 3) | func MapKeys[K comparable, V any](m map[K]V) []K { function main (line 11) | func main() { FILE: _test/gen8.go type Float (line 3) | type Float interface function add (line 7) | func add[T Float](a, b T) float64 { return float64(a) + float64(b) } function main (line 9) | func main() { FILE: _test/gen9.go type Float (line 3) | type Float interface function add (line 7) | func add[T Float](a, b T) float64 { return float64(a) + float64(b) } function main (line 9) | func main() { FILE: _test/goto0.go function main (line 3) | func main() { FILE: _test/goto1.go function main (line 3) | func main() { FILE: _test/heap.go type IntHeap (line 10) | type IntHeap method Len (line 12) | func (h IntHeap) Len() int { return len(h) } method Less (line 13) | func (h IntHeap) Less(i, j int) bool { return h[i] < h[j] } method Swap (line 14) | func (h IntHeap) Swap(i, j int) { h[i], h[j] = h[j], h[i] } method Push (line 16) | func (h *IntHeap) Push(x interface{}) { method Pop (line 22) | func (h *IntHeap) Pop() interface{} { function main (line 32) | func main() { FILE: _test/if.go function main (line 3) | func main() { function f (line 9) | func f() int { return 1 } FILE: _test/if0.go function main (line 3) | func main() { FILE: _test/if1.go function main (line 3) | func main() { FILE: _test/if2.go function main (line 5) | func main() { FILE: _test/if3.go function main (line 3) | func main() { FILE: _test/if4.go constant bad (line 3) | bad = false function main (line 5) | func main() { FILE: _test/if5.go function main (line 3) | func main() { FILE: _test/if6.go function main (line 3) | func main() { FILE: _test/if7.go function main (line 3) | func main() { FILE: _test/imag0.go function f (line 5) | func f(c complex128) interface{} { return imag(c) } function main (line 7) | func main() { FILE: _test/import0.go function main (line 5) | func main() { FILE: _test/import1.go function main (line 5) | func main() { FILE: _test/import2.go function main (line 5) | func main() { FILE: _test/import3.go function main (line 5) | func main() { println(foo.Bar, foo.Boo) } FILE: _test/import4.go function main (line 5) | func main() { println("num:", p1.Uint32()) } FILE: _test/import5.go function main (line 5) | func main() { println(boo.Bar, boo.Boo, boo.Bir) } FILE: _test/import6.go function main (line 5) | func main() { FILE: _test/import7.go function main (line 5) | func main() { FILE: _test/import8.go function main (line 5) | func main() { FILE: _test/import9.go function main (line 5) | func main() { FILE: _test/inc.go function main (line 3) | func main() { FILE: _test/inception.go function main (line 9) | func main() { FILE: _test/init0.go function init (line 3) | func init() { function init (line 7) | func init() { function main (line 11) | func main() { FILE: _test/init1.go function init (line 3) | func init() { function main (line 7) | func main() { FILE: _test/interface0.go type sample (line 3) | type sample struct function run (line 7) | func run(inf interface{}, name string) { function main (line 12) | func main() { FILE: _test/interface1.go type fii (line 5) | type fii interface type Boo (line 9) | type Boo struct method Hello (line 13) | func (b *Boo) Hello() { function inCall (line 18) | func inCall(foo fii) { function main (line 23) | func main() { FILE: _test/interface10.go type Edge (line 3) | type Edge interface function main (line 7) | func main() { FILE: _test/interface11.go type Error (line 5) | type Error interface type MyError (line 10) | type MyError type T (line 12) | type T struct method Error (line 16) | func (t *T) Error() string { return "err: " + t.Name } method Code (line 17) | func (t *T) Code() string { return "code: " + t.Name } function newT (line 19) | func newT(s string) MyError { return &T{s} } function main (line 21) | func main() { FILE: _test/interface12.go type I1 (line 3) | type I1 interface type T1 (line 7) | type T1 struct method Truc (line 9) | func (T1) Truc() { println("in T1 truc") } function main (line 13) | func main() { FILE: _test/interface13.go type X (line 7) | type X struct method Foo (line 9) | func (X) Foo() int { method Bar (line 12) | func (X) Bar() int { type Foo (line 16) | type Foo interface type Bar (line 19) | type Bar interface function main (line 23) | func main() { FILE: _test/interface14.go type T (line 3) | type T struct method Error (line 5) | func (t *T) Error() string { return "T: error" } function main (line 9) | func main() { FILE: _test/interface15.go type Fooer (line 3) | type Fooer interface type Barer (line 7) | type Barer interface type T (line 13) | type T struct method Foo (line 15) | func (t *T) Foo() string { return "T: foo" } method Bar (line 16) | func (*T) Bar() { println("in bar") } function main (line 20) | func main() { FILE: _test/interface16.go type Barer (line 5) | type Barer interface type T (line 10) | type T struct method String (line 12) | func (*T) String() string { return "T: nothing" } method Bar (line 13) | func (*T) Bar() { println("in bar") } function main (line 17) | func main() { FILE: _test/interface17.go type T (line 3) | type T struct method Error (line 5) | func (t T) Error() string { return "T: error" } function main (line 9) | func main() { FILE: _test/interface18.go type T (line 3) | type T struct method Error (line 5) | func (t *T) Error() string { return "T: error" } method Foo (line 6) | func (*T) Foo() { println("foo") } function main (line 10) | func main() { FILE: _test/interface19.go function main (line 7) | func main() { FILE: _test/interface2.go type fii (line 5) | type fii interface type Boo (line 9) | type Boo struct method Hello (line 17) | func (b Boo) Hello() { type Bar (line 13) | type Bar struct method Hello (line 15) | func (b Bar) Hello() { fmt.Println("b:", b) } function inCall (line 22) | func inCall(foo fii) { function main (line 32) | func main() { FILE: _test/interface20.go function main (line 5) | func main() { FILE: _test/interface21.go function main (line 5) | func main() { FILE: _test/interface22.go function main (line 5) | func main() { FILE: _test/interface23.go function main (line 5) | func main() { FILE: _test/interface24.go function main (line 5) | func main() { FILE: _test/interface25.go function main (line 5) | func main() { FILE: _test/interface26.go function main (line 5) | func main() { FILE: _test/interface27.go function main (line 7) | func main() { FILE: _test/interface28.go function main (line 7) | func main() { FILE: _test/interface29.go function main (line 3) | func main() { FILE: _test/interface3.go type fii (line 5) | type fii interface type Boo (line 9) | type Boo struct method Hello (line 13) | func (b Boo) Hello() { function inCall (line 18) | func inCall(foo fii) { function main (line 23) | func main() { FILE: _test/interface30.go function main (line 3) | func main() { FILE: _test/interface31.go function main (line 5) | func main() { FILE: _test/interface32.go function main (line 5) | func main() { FILE: _test/interface33.go function main (line 5) | func main() { FILE: _test/interface34.go function main (line 5) | func main() { FILE: _test/interface35.go type T (line 5) | type T struct function main (line 9) | func main() { FILE: _test/interface36.go type S (line 11) | type S struct method F (line 15) | func (s *S) F() int { return len(s.Name) } method G (line 16) | func (s *S) G() int { return s.F() } method Ri (line 17) | func (s *S) Ri() I { return s } method Rj (line 18) | func (s *S) Rj() J { return s } type J (line 20) | type J interface type I (line 26) | type I interface function main (line 31) | func main() { FILE: _test/interface37.go type I (line 3) | type I interface type s (line 8) | type s struct method A (line 14) | func (c *s) A() string { return "a" } method B (line 15) | func (c *s) B() string { return "b" } function NewS (line 10) | func NewS() (I, error) { function main (line 17) | func main() { FILE: _test/interface38.go type foo (line 5) | type foo struct method String (line 9) | func (f foo) String() string { function main (line 13) | func main() { FILE: _test/interface39.go type foo (line 5) | type foo struct method String (line 9) | func (f *foo) String() string { function main (line 13) | func main() { FILE: _test/interface4.go type fii (line 5) | type fii interface type Boo (line 9) | type Boo struct method Hello (line 17) | func (b Boo) Hello() { type Bir (line 13) | type Bir struct function inCall (line 22) | func inCall(foo fii) { function main (line 27) | func main() { FILE: _test/interface40.go type foo (line 5) | type foo struct method String (line 9) | func (f foo) String() string { function Foo (line 13) | func Foo(s string) fmt.Stringer { function main (line 17) | func main() { FILE: _test/interface41.go type foo (line 5) | type foo struct method String (line 9) | func (f *foo) String() string { function Foo (line 13) | func Foo(s string) fmt.Stringer { function main (line 17) | func main() { FILE: _test/interface42.go function main (line 5) | func main() { FILE: _test/interface43.go function main (line 5) | func main() { FILE: _test/interface44.go type S (line 3) | type S struct function main (line 7) | func main() { FILE: _test/interface45.go function main (line 5) | func main() { FILE: _test/interface46.go type I (line 5) | type I interface type Printer (line 9) | type Printer struct method Print (line 19) | func (p *Printer) Print() { function New (line 13) | func New(i I) *Printer { type T (line 23) | type T struct method Foo (line 25) | func (t *T) Foo() string { function main (line 29) | func main() { FILE: _test/interface47.go type Doer (line 3) | type Doer interface type T (line 7) | type T struct method Do (line 11) | func (t *T) Do() error { println("in do"); return nil } function f (line 13) | func f() (Doer, error) { return &T{"truc"}, nil } type Ev (line 15) | type Ev struct method do (line 19) | func (e *Ev) do() { function main (line 24) | func main() { FILE: _test/interface48.go type I1 (line 5) | type I1 interface type I2 (line 9) | type I2 interface function main (line 11) | func main() { FILE: _test/interface49.go type Descriptor (line 3) | type Descriptor interface type FileDescriptor (line 7) | type FileDescriptor interface type EnumDescriptors (line 12) | type EnumDescriptors interface type EnumDescriptor (line 16) | type EnumDescriptor interface type EnumValueDescriptors (line 20) | type EnumValueDescriptors interface type EnumValueDescriptor (line 24) | type EnumValueDescriptor interface type ServiceDescriptors (line 28) | type ServiceDescriptors interface type ServiceDescriptor (line 32) | type ServiceDescriptor interface type isServiceDescriptor (line 37) | type isServiceDescriptor interface function main (line 39) | func main() { FILE: _test/interface5.go type Myint (line 5) | type Myint method Double (line 7) | func (i Myint) Double() { fmt.Println("Myint:", i, i) } type Boo (line 9) | type Boo interface function f (line 13) | func f(boo Boo) { function main (line 17) | func main() { FILE: _test/interface50.go function main (line 3) | func main() { FILE: _test/interface51.go type Error (line 3) | type Error interface type T (line 8) | type T struct method Error (line 12) | func (t *T) Error() string { return t.Msg } method Message (line 13) | func (t *T) Message() string { return "message:" + t.Msg } function newError (line 15) | func newError() Error { return &T{"test"} } function main (line 17) | func main() { FILE: _test/interface52.go function main (line 5) | func main() { FILE: _test/interface6.go type Myint (line 5) | type Myint method Double (line 7) | func (i Myint) Double() { fmt.Println("Myint:", i, i) } type Boo (line 9) | type Boo interface function f (line 13) | func f(boo Boo) { boo.Double() } function g (line 15) | func g(i int) Boo { return Myint(i) } function main (line 17) | func main() { FILE: _test/interface7.go type T (line 5) | type T method Error (line 7) | func (t T) Error() string { return fmt.Sprintf("This is an error from ... function f (line 9) | func f(t T) error { return t } function main (line 11) | func main() { FILE: _test/interface8.go type HelloInterface (line 9) | type HelloInterface interface type Hello (line 13) | type Hello struct method Hi (line 15) | func (h *Hello) Hi() string { function main (line 19) | func main() { FILE: _test/interface9.go type Int (line 5) | type Int method String (line 7) | func (I Int) String() string { function main (line 11) | func main() { FILE: _test/io0.go function main (line 9) | func main() { FILE: _test/io1.go function main (line 8) | func main() { FILE: _test/io2.go function main (line 10) | func main() { FILE: _test/iota.go constant Foo (line 6) | Foo = iota constant Bar (line 7) | Bar constant Baz (line 8) | Baz constant Asm (line 12) | Asm = iota constant C (line 13) | C constant Java (line 14) | Java constant Go (line 15) | Go function main (line 18) | func main() { FILE: _test/iota0.go function main (line 5) | func main() { FILE: _test/ipp_as_key.go function main (line 8) | func main() { FILE: _test/issue-1007.go type TypeA (line 3) | type TypeA struct type TypeB (line 7) | type TypeB struct type TypeC (line 12) | type TypeC struct type TypeD (line 18) | type TypeD struct function build (line 22) | func build() *TypeA { function Bar (line 30) | func Bar(s string) string { function main (line 35) | func main() { FILE: _test/issue-1010.go type MyJsonMarshaler (line 8) | type MyJsonMarshaler struct method MarshalJSON (line 10) | func (m MyJsonMarshaler) MarshalJSON() ([]byte, error) { function main (line 14) | func main() { FILE: _test/issue-1022.go function main (line 5) | func main() { FILE: _test/issue-1052.go function main (line 5) | func main() { FILE: _test/issue-1065.go type AST (line 5) | type AST struct function newAST (line 10) | func newAST(num int, root AST, children ...AST) AST { function main (line 14) | func main() { FILE: _test/issue-1068.go type I (line 3) | type I interface type T (line 7) | type T struct method Hello (line 9) | func (t T) Hello() { println("hello") } type I2 (line 11) | type I2 function main (line 13) | func main() { FILE: _test/issue-1088.go function main (line 5) | func main() { FILE: _test/issue-1089.go function main (line 8) | func main() { FILE: _test/issue-1093.go function b (line 3) | func b() string { function main (line 7) | func main() { FILE: _test/issue-1094.go function main (line 5) | func main() { FILE: _test/issue-1101.go function main (line 8) | func main() { FILE: _test/issue-1115.go function main (line 5) | func main() { FILE: _test/issue-1126.go function main (line 9) | func main() { FILE: _test/issue-1128.go function main (line 5) | func main() { FILE: _test/issue-1134.go type I (line 3) | type I interface type T (line 7) | type T struct method Hello (line 12) | func (t *T) Hello() { println("Hello", t.Name) } function main (line 14) | func main() { FILE: _test/issue-1136.go type T (line 8) | type T struct method Read (line 12) | func (t *T) Read(p []byte) (n int, err error) { n, err = t.r.Read(p); ... function main (line 14) | func main() { FILE: _test/issue-1145.go type F (line 5) | type F function main (line 7) | func main() { FILE: _test/issue-1156.go type myInterface (line 3) | type myInterface interface type V (line 7) | type V struct method myFunc (line 9) | func (v *V) myFunc() string { return "hello" } type U (line 11) | type U struct method myFunc (line 15) | func (u *U) myFunc() string { return u.v.myFunc() } function main (line 17) | func main() { FILE: _test/issue-1163.go type WidgetEvent (line 5) | type WidgetEvent struct type WidgetControl (line 9) | type WidgetControl interface type Button (line 13) | type Button struct method HandleEvent (line 15) | func (b *Button) HandleEvent(e *WidgetEvent) { type WindowEvent (line 18) | type WindowEvent struct type Window (line 22) | type Window struct method HandleEvent (line 26) | func (w *Window) HandleEvent(e *WindowEvent) { function main (line 29) | func main() { FILE: _test/issue-1166.go type T (line 8) | type T method Write (line 10) | func (t *T) Write(p []byte) (n int, err error) { *t = append(*t, p...)... function foo (line 12) | func foo(w io.Writer) { function main (line 18) | func main() { FILE: _test/issue-1167.go function main (line 9) | func main() { FILE: _test/issue-1173.go function main (line 5) | func main() { FILE: _test/issue-1175.go type Level (line 3) | type Level constant a (line 6) | a Level = -1 constant b (line 7) | b Level = 5 constant d (line 8) | d = b - a + 1 type counters (line 11) | type counters function main (line 13) | func main() { FILE: _test/issue-1177.go type counters (line 3) | type counters function main (line 5) | func main() { FILE: _test/issue-1179.go type I (line 3) | type I interface type T (line 7) | type T struct method F (line 11) | func (t *T) F() { println("in F", t.Name) } function NewI (line 13) | func NewI(s string) I { return newT(s) } function newT (line 15) | func newT(s string) *T { return &T{s} } function main (line 17) | func main() { FILE: _test/issue-1181.go function main (line 3) | func main() { FILE: _test/issue-1185.go type B (line 5) | type B method Write (line 7) | func (b B) Write(p []byte) (n int, err error) { function main (line 12) | func main() { FILE: _test/issue-1187.go type sink (line 8) | type sink interface function newSink (line 13) | func newSink() sink { function main (line 22) | func main() { FILE: _test/issue-1189.go type I (line 3) | type I interface type S1 (line 7) | type S1 struct method Foo (line 11) | func (s S1) Foo() int { return s.i } type S2 (line 13) | type S2 struct method Foo (line 15) | func (s *S2) Foo() int { return 42 } function main (line 17) | func main() { FILE: _test/issue-1202.go type foobar (line 5) | type foobar struct function cb (line 9) | func cb(text string) func() { function main (line 15) | func main() { FILE: _test/issue-1205.go type Option (line 3) | type Option interface function f (line 7) | func f(opts ...Option) { type T (line 13) | type T struct method apply (line 15) | func (t *T) apply() { println("in apply") } function main (line 17) | func main() { FILE: _test/issue-1208.go type Enabler (line 3) | type Enabler interface type Logger (line 7) | type Logger struct method GetCore (line 11) | func (log *Logger) GetCore() Enabler { return log.core } type T (line 13) | type T struct method Enabled (line 15) | func (t *T) Enabled() bool { return true } function main (line 17) | func main() { FILE: _test/issue-1260.go type WriteSyncer (line 9) | type WriteSyncer interface type Sink (line 14) | type Sink interface function newFileSink (line 19) | func newFileSink(path string) (Sink, error) { type Sink1 (line 23) | type Sink1 struct method Write (line 25) | func (s Sink1) Write(b []byte) (int, error) { println("in Write"); ret... method Sync (line 26) | func (s Sink1) Sync() error { println("in Sync"); retu... method Close (line 27) | func (s Sink1) Close() error { println("in Close", s.na... function newS1 (line 28) | func newS1(name string) Sink { return Sink1{name} } function newS1p (line 29) | func newS1p(name string) Sink { return &Sink1{name} } type Sink2 (line 31) | type Sink2 struct method Write (line 33) | func (s *Sink2) Write(b []byte) (int, error) { println("in Write"); re... method Sync (line 34) | func (s *Sink2) Sync() error { println("in Sync"); ret... method Close (line 35) | func (s *Sink2) Close() error { println("in Close", s.n... function newS2 (line 36) | func newS2(name string) Sink { return Sink1{name} } function main (line 38) | func main() { FILE: _test/issue-1276.go type customFlag (line 7) | type customFlag struct method String (line 9) | func (cf customFlag) String() string { method Set (line 13) | func (cf customFlag) Set(string) error { function main (line 17) | func main() { FILE: _test/issue-1280.go type DBReader (line 9) | type DBReader interface type DB (line 14) | type DB struct function main (line 18) | func main() { FILE: _test/issue-1285.go type T1 (line 4) | type T1 struct type T2 (line 5) | type T2 struct function main (line 13) | func main() { FILE: _test/issue-1288.go function main (line 3) | func main() { FILE: _test/issue-1300.go constant buflen (line 3) | buflen = 512 type T (line 5) | type T struct function f (line 9) | func f(t *T) { *t = T{buf: make([]byte, 0, buflen)} } function main (line 11) | func main() { FILE: _test/issue-1304.go type Node (line 3) | type Node struct function main (line 9) | func main() { FILE: _test/issue-1306.go function check (line 5) | func check() (result bool, err error) { function main (line 9) | func main() { FILE: _test/issue-1308.go type test (line 5) | type test struct type T (line 10) | type T struct function main (line 14) | func main() { FILE: _test/issue-1311.go type T (line 3) | type T struct function f (line 7) | func f() (ret int64, err error) { function main (line 12) | func main() { FILE: _test/issue-1315.go type Intf (line 3) | type Intf interface type T (line 7) | type T struct method M (line 11) | func (t *T) M() { println("in M") } function f (line 13) | func f(i interface{}) { function main (line 22) | func main() { FILE: _test/issue-1320.go type Pooler (line 3) | type Pooler interface type baseClient (line 7) | type baseClient struct type connPool (line 11) | type connPool struct method Get (line 15) | func (c *connPool) Get() string { return c.name } function newBaseClient (line 17) | func newBaseClient(i int, p Pooler) *baseClient { function newConnPool (line 21) | func newConnPool() *connPool { return &connPool{name: "connPool"} } function main (line 23) | func main() { FILE: _test/issue-1326.go type Option (line 3) | type Option interface type T (line 7) | type T struct type opt (line 11) | type opt struct method apply (line 15) | func (o *opt) apply(t *T) { function BuildOptions (line 19) | func BuildOptions() []Option { function NewT (line 26) | func NewT(name string, options ...Option) *T { function main (line 34) | func main() { FILE: _test/issue-1328.go function main (line 8) | func main() { FILE: _test/issue-1330.go type wrappedConn (line 9) | type wrappedConn struct function main (line 13) | func main() { FILE: _test/issue-1332.go function run (line 3) | func run(fn func(name string)) { fn("test") } type T2 (line 5) | type T2 struct method f (line 9) | func (t *T2) f(s string) { println(s, t.name) } function main (line 11) | func main() { FILE: _test/issue-1333.go function mock (line 10) | func mock(name string) http.HandlerFunc { function client (line 16) | func client(uri string) { function main (line 28) | func main() { FILE: _test/issue-1337.go function f (line 8) | func f(i interface{}) { function main (line 18) | func main() { FILE: _test/issue-1342.go function main (line 5) | func main() { FILE: _test/issue-1344.go function main (line 5) | func main() { FILE: _test/issue-1354.go function main (line 3) | func main() { function test (line 7) | func test() bool { FILE: _test/issue-1355.go function f (line 5) | func f(i interface{}) { function main (line 10) | func main() { FILE: _test/issue-1360.go function main (line 8) | func main() { FILE: _test/issue-1361.go type obj (line 8) | type obj struct type Fun (line 12) | type Fun function numFun (line 14) | func numFun(fn func(f float64) float64) Fun { function main (line 20) | func main() { FILE: _test/issue-1364.go function main (line 8) | func main() { FILE: _test/issue-1365.go function genInt (line 3) | func genInt() (int, error) { return 3, nil } function getInt (line 5) | func getInt() (value int) { function main (line 13) | func main() { FILE: _test/issue-1368.go constant dollar (line 3) | dollar byte = 36 function main (line 5) | func main() { FILE: _test/issue-1371.go type node (line 5) | type node struct function main (line 11) | func main() { FILE: _test/issue-1373.go function NewBadExpr (line 8) | func NewBadExpr() ast.Expr { function main (line 12) | func main() { FILE: _test/issue-1375.go type Option (line 5) | type Option function WithOption (line 7) | func WithOption(opt string) Option { type Struct (line 13) | type Struct struct method ShowOption (line 25) | func (s *Struct) ShowOption() { function New (line 17) | func New(opts ...Option) *Struct { function main (line 29) | func main() { FILE: _test/issue-1378.go function main (line 8) | func main() { FILE: _test/issue-1381.go function main (line 8) | func main() { FILE: _test/issue-1404.go type I (line 3) | type I interface type T (line 7) | type T struct method inI (line 11) | func (t *T) inI() {} function main (line 13) | func main() { FILE: _test/issue-1408.go function f (line 8) | func f(n Number2) { println(n) } function main (line 10) | func main() { FILE: _test/issue-1411.go type Number (line 3) | type Number method IsValid (line 5) | func (n Number) IsValid() bool { return true } function main (line 11) | func main() { FILE: _test/issue-1416.go type Number (line 3) | type Number method IsValid (line 9) | func (n Number2) IsValid() bool { return true } function main (line 11) | func main() { FILE: _test/issue-1421.go function main (line 5) | func main() { FILE: _test/issue-1425.go type WrappedReader (line 10) | type WrappedReader struct method Read (line 14) | func (wr WrappedReader) Read(p []byte) (n int, err error) { method WriteTo (line 21) | func (wr WrappedReader) WriteTo(w io.Writer) (n int64, err error) { function main (line 31) | func main() { FILE: _test/issue-1439.go type Transformer (line 3) | type Transformer interface type Encoder (line 7) | type Encoder struct type nop (line 11) | type nop struct method Reset (line 13) | func (nop) Reset() { println("Reset") } function f (line 15) | func f(e Transformer) { function main (line 19) | func main() { FILE: _test/issue-1442.go function main (line 7) | func main() { FILE: _test/issue-1447.go type I (line 5) | type I interface type S (line 9) | type S struct function main (line 13) | func main() { FILE: _test/issue-1451.go type t1 (line 3) | type t1 constant n1 (line 6) | n1 t1 = iota constant n2 (line 7) | n2 type T (line 10) | type T struct function main (line 14) | func main() { FILE: _test/issue-1454.go type I2 (line 3) | type I2 interface type I (line 7) | type I interface type S (line 11) | type S struct method I2 (line 13) | func (*S) I2() string { return "foo" } function main (line 15) | func main() { FILE: _test/issue-1459.go type funclistItem (line 5) | type funclistItem type funclist (line 7) | type funclist struct function main (line 11) | func main() { FILE: _test/issue-1460.go function unmarshalJSON (line 11) | func unmarshalJSON[T any](b []byte, x *[]T) error { function SliceOfViews (line 21) | func SliceOfViews[T ViewCloner[T, V], V StructView[T]](x []T) SliceView[... type StructView (line 25) | type StructView interface type SliceView (line 30) | type SliceView struct type ViewCloner (line 34) | type ViewCloner interface method MarshalJSON (line 39) | func (v SliceView[T, V]) MarshalJSON() ([]byte, error) { return json.Mar... method UnmarshalJSON (line 41) | func (v *SliceView[T, V]) UnmarshalJSON(b []byte) error { return unmarsh... type Slice (line 43) | type Slice struct method MarshalJSON (line 47) | func (v Slice[T]) MarshalJSON() ([]byte, error) { return json.Marshal(v.... method UnmarshalJSON (line 49) | func (v *Slice[T]) UnmarshalJSON(b []byte) error { return unmarshalJSON(... function SliceOf (line 51) | func SliceOf[T any](x []T) Slice[T] { type IPPrefixSlice (line 55) | type IPPrefixSlice struct type viewStruct (line 59) | type viewStruct struct function main (line 65) | func main() { FILE: _test/issue-1465.go function SomeFunc (line 7) | func SomeFunc[T int | string](defaultValue T) T { function main (line 17) | func main() { FILE: _test/issue-1466.go function SomeFunc (line 7) | func SomeFunc(defaultValue interface{}) interface{} { function main (line 17) | func main() { FILE: _test/issue-1470.go type T (line 3) | type T struct constant tnum (line 7) | tnum = 23 function main (line 9) | func main() { FILE: _test/issue-1475.go type T (line 3) | type T function f (line 5) | func f() T { return 0 } function main (line 7) | func main() { FILE: _test/issue-1488.go type vector (line 5) | type vector interface function sum (line 9) | func sum[V vector](v V) (out int) { function main (line 16) | func main() { FILE: _test/issue-1496.go function main (line 3) | func main() { FILE: _test/issue-1515.go type I1 (line 3) | type I1 interface type I2 (line 8) | type I2 interface type S2 (line 12) | type S2 struct method Wrap (line 24) | func (s *S2) Wrap() *S3 { function newS2 (line 16) | func newS2(i2 I2) I1 { type S3 (line 20) | type S3 struct type T (line 29) | type T struct method F (line 33) | func (t *T) F() { println("in F", t.name) } function main (line 35) | func main() { FILE: _test/issue-1536.go constant prefix (line 6) | prefix = "/usr/" constant path (line 7) | path = prefix + "local/bin" function main (line 10) | func main() { FILE: _test/issue-1571.go type A (line 3) | type A struct type B (line 7) | type B struct function main (line 11) | func main() { FILE: _test/issue-1594.go function main (line 3) | func main() { FILE: _test/issue-1618.go function humanizeBytes (line 9) | func humanizeBytes(bytes uint64) string { function main (line 35) | func main() { FILE: _test/issue-1640.go function ShortVariableDeclarations (line 7) | func ShortVariableDeclarations() (i int, err error) { function main (line 13) | func main() { FILE: _test/issue-1653.go function f (line 3) | func f(b uint) uint { function main (line 7) | func main() { FILE: _test/issue-435.go type Foo (line 8) | type Foo method String (line 10) | func (f Foo) String() string { function print1 (line 14) | func print1(arg interface{}) { function main (line 18) | func main() { FILE: _test/issue-558.go type readAutoCloser (line 10) | type readAutoCloser struct method Read (line 14) | func (a readAutoCloser) Read(b []byte) (n int, err error) { method Close (line 25) | func (a readAutoCloser) Close() error { type pipe (line 32) | type pipe struct function newReadAutoCloser (line 36) | func newReadAutoCloser(r io.Reader) readAutoCloser { function main (line 43) | func main() { FILE: _test/issue-735.go function strToInt (line 12) | func strToInt(s string, defaultValue int) int { function main (line 20) | func main() { FILE: _test/issue-770.go type I (line 5) | type I interface type T (line 9) | type T struct method Foo (line 13) | func (t T) Foo() int { return 0 } function f (line 15) | func f(v reflect.Value) int { function main (line 20) | func main() { FILE: _test/issue-772.go type Message (line 9) | type Message struct function main (line 13) | func main() { FILE: _test/issue-775.go function main (line 8) | func main() { FILE: _test/issue-776.go type Filter (line 6) | type Filter interface type GIFT (line 11) | type GIFT struct method List (line 23) | func (g *GIFT) List() { function New (line 16) | func New(filters ...Filter) *GIFT { type MyFilter (line 28) | type MyFilter struct method Foo (line 31) | func (f *MyFilter) Foo() {} function main (line 33) | func main() { FILE: _test/issue-782.go function main (line 5) | func main() { FILE: _test/issue-784.go type Filter (line 6) | type Filter interface type GIFT (line 11) | type GIFT struct method Bounds (line 23) | func (g *GIFT) Bounds(srcBounds string) (dstBounds string) { function New (line 16) | func New(filters ...Filter) *GIFT { function main (line 31) | func main() { FILE: _test/issue-880.go function main (line 8) | func main() { FILE: _test/issue-981.go function main (line 5) | func main() { FILE: _test/issue-993.go function initVar (line 5) | func initVar() { function main (line 9) | func main() { FILE: _test/l2.go function main (line 3) | func main() { FILE: _test/l3.go function main (line 5) | func main() { FILE: _test/l4.go function main (line 3) | func main() { println(f(5)) } function f (line 4) | func f(i int) int { return i + 1 } FILE: _test/l5.go function main (line 5) | func main() { FILE: _test/len0.go function f (line 3) | func f(a []int) interface{} { function main (line 7) | func main() { FILE: _test/m1/main.go function main (line 8) | func main() { function TestWeird (line 12) | func TestWeird(t *testing.T) { FILE: _test/m1/main_test.go function TestMain (line 9) | func TestMain(t *testing.T) { function BenchmarkMain (line 13) | func BenchmarkMain(b *testing.B) { FILE: _test/m2/m2_test.go function TestM2 (line 5) | func TestM2(t *testing.T) { FILE: _test/make.go function main (line 8) | func main() { FILE: _test/make0.go function f (line 3) | func f() interface{} { function main (line 7) | func main() { FILE: _test/make1.go function f (line 5) | func f() interface{} { function main (line 9) | func main() { FILE: _test/make2.go function main (line 5) | func main() { FILE: _test/map.go type Dict (line 3) | type Dict function main (line 5) | func main() { FILE: _test/map10.go type Foo (line 8) | type Foo struct function main (line 12) | func main() { FILE: _test/map11.go type Foo (line 8) | type Foo struct function main (line 12) | func main() { FILE: _test/map12.go type Foo (line 8) | type Foo struct function main (line 12) | func main() { FILE: _test/map13.go constant acceptEncoding (line 8) | acceptEncoding = "Accept-Encoding" function main (line 10) | func main() { FILE: _test/map14.go function f (line 7) | func f(s string) bool { return m[s] > 0.0 } function main (line 9) | func main() { FILE: _test/map15.go function main (line 5) | func main() { FILE: _test/map16.go function main (line 5) | func main() { FILE: _test/map17.go type T (line 5) | type T struct method ServeHTTP (line 9) | func (b *T) ServeHTTP(rw http.ResponseWriter, req *http.Request) { function main (line 15) | func main() { FILE: _test/map18.go function main (line 7) | func main() { FILE: _test/map19.go type cmap (line 5) | type cmap struct type server (line 9) | type server struct function main (line 13) | func main() { FILE: _test/map2.go function main (line 3) | func main() { FILE: _test/map20.go function main (line 5) | func main() { FILE: _test/map21.go function main (line 7) | func main() { FILE: _test/map22.go function main (line 7) | func main() { FILE: _test/map23.go function main (line 7) | func main() { FILE: _test/map24.go function main (line 8) | func main() { FILE: _test/map25.go function main (line 8) | func main() { FILE: _test/map26.go function main (line 5) | func main() { FILE: _test/map27.go type fm (line 8) | type fm type foo (line 10) | type foo struct function main (line 12) | func main() { FILE: _test/map28.go function main (line 7) | func main() { FILE: _test/map29.go type Item (line 8) | type Item struct function main (line 13) | func main() { FILE: _test/map3.go function main (line 3) | func main() { FILE: _test/map30.go function f (line 5) | func f(s string) string { return "hello " + s } function g (line 7) | func g(s string) string { return "hi " + s } function main (line 14) | func main() { FILE: _test/map31.go function main (line 3) | func main() { FILE: _test/map4.go function main (line 3) | func main() { FILE: _test/map5.go function main (line 5) | func main() { FILE: _test/map6.go function main (line 3) | func main() { FILE: _test/map7.go function main (line 3) | func main() { FILE: _test/map8.go function main (line 8) | func main() { FILE: _test/map9.go type Foo (line 8) | type Foo struct function main (line 12) | func main() { FILE: _test/math0.go function main (line 8) | func main() { FILE: _test/math1.go function main (line 5) | func main() { FILE: _test/math2.go constant c (line 3) | c uint64 = 2 function main (line 5) | func main() { FILE: _test/math3.go function md5Crypt (line 8) | func md5Crypt(password, salt, magic []byte) []byte { function main (line 25) | func main() { FILE: _test/method.go type Coord (line 3) | type Coord struct method dist (line 7) | func (c Coord) dist() int { return c.x*c.x + c.y*c.y } function main (line 9) | func main() { FILE: _test/method0.go type Foo (line 5) | type Foo struct method Call (line 8) | func (Foo) Call() { type Bar (line 12) | type Bar struct type Baz (line 16) | type Baz struct method Call (line 20) | func (Baz) Call() { function main (line 24) | func main() { FILE: _test/method1.go type Sample (line 3) | type Sample struct method foo (line 7) | func (s *Sample) foo(i int) { function main (line 11) | func main() { FILE: _test/method10.go constant BlockSize (line 3) | BlockSize = 8 type Cipher (line 5) | type Cipher struct method BlockSize (line 7) | func (c *Cipher) BlockSize() int { return BlockSize } function main (line 9) | func main() { FILE: _test/method11.go function BlockSize (line 3) | func BlockSize() string { return "func" } type Cipher (line 5) | type Cipher struct method BlockSize (line 7) | func (c *Cipher) BlockSize() string { return "method" } function main (line 9) | func main() { FILE: _test/method12.go type Coord (line 3) | type Coord struct method dist (line 7) | func (c Coord) dist() int { return c.x*c.x + c.y*c.y } function main (line 9) | func main() { FILE: _test/method13.go type Coord (line 3) | type Coord struct method dist (line 7) | func (c Coord) dist() int { return c.x*c.x + c.y*c.y } type Point (line 9) | type Point struct function main (line 14) | func main() { FILE: _test/method14.go function main (line 3) | func main() { type Coord (line 10) | type Coord struct method dist (line 8) | func (c *Coord) dist() int { return c.x*c.x + c.y*c.y } FILE: _test/method15.go type Coord (line 3) | type Coord struct method dist (line 7) | func (c Coord) dist() int { return c.x*c.x + c.y*c.y } function main (line 9) | func main() { FILE: _test/method16.go type Cheese (line 7) | type Cheese struct method Hello (line 11) | func (t *Cheese) Hello(param string) { function main (line 15) | func main() { FILE: _test/method17.go type MyTime (line 8) | type MyTime struct method Foo (line 13) | func (m MyTime) Foo() { method Bar (line 18) | func (m *MyTime) Bar() { function main (line 23) | func main() { FILE: _test/method18.go type GzipResponseWriter (line 9) | type GzipResponseWriter struct type GzipResponseWriterWithCloseNotify (line 15) | type GzipResponseWriterWithCloseNotify struct method CloseNotify (line 19) | func (w GzipResponseWriterWithCloseNotify) CloseNotify() <-chan bool { function main (line 23) | func main() { FILE: _test/method19.go function f (line 5) | func f() (string, error) { function main (line 10) | func main() { FILE: _test/method2.go type Coord (line 3) | type Coord struct method dist (line 7) | func (c Coord) dist() int { return c.x*c.x + c.y*c.y } type Point (line 9) | type Point struct function main (line 14) | func main() { FILE: _test/method20.go type Hello (line 8) | type Hello struct method Hi (line 12) | func (h *Hello) Hi() string { function main (line 18) | func main() { FILE: _test/method21.go type Hello (line 7) | type Hello struct method Hi (line 9) | func (*Hello) Hi() string { function main (line 13) | func main() { FILE: _test/method22.go function Bar (line 3) | func Bar() { type T (line 10) | type T struct method Foo (line 12) | func (t *T) Foo() bool { return t != nil } function main (line 14) | func main() { FILE: _test/method23.go function Bar (line 3) | func Bar() { function NewT (line 10) | func NewT() *T { return &T{} } type T (line 12) | type T struct method Foo (line 14) | func (t *T) Foo() bool { return t != nil } function main (line 16) | func main() { FILE: _test/method24.go type Pool (line 8) | type Pool struct method Get (line 12) | func (p Pool) Get() *Buffer { return &Buffer{} } function NewPool (line 14) | func NewPool() Pool { return Pool{} } type Buffer (line 16) | type Buffer struct function main (line 26) | func main() { FILE: _test/method25.go function NewPool (line 10) | func NewPool() Pool { return Pool{} } type Buffer (line 12) | type Buffer struct type Pool (line 17) | type Pool struct method Get (line 8) | func (p Pool) Get() *Buffer { return &Buffer{} } function main (line 26) | func main() { FILE: _test/method26.go function NewT (line 3) | func NewT(name string) *T { return &T{name} } type T (line 9) | type T struct method f (line 7) | func (t *T) f() { println(t == C) } function main (line 13) | func main() { FILE: _test/method27.go type AuthenticatedRequest (line 8) | type AuthenticatedRequest struct function main (line 13) | func main() { FILE: _test/method28.go type T (line 5) | type T struct method create (line 9) | func (T) create() *T { function main (line 13) | func main() { FILE: _test/method29.go function main (line 10) | func main() { FILE: _test/method3.go type Coord (line 3) | type Coord struct method dist (line 7) | func (c Coord) dist() int { return c.x*c.x + c.y*c.y } type Point (line 9) | type Point struct function main (line 14) | func main() { FILE: _test/method30.go type T (line 3) | type T struct method foo (line 7) | func (t *T) foo(a string) string { function main (line 15) | func main() { FILE: _test/method31.go type dbWrapper (line 7) | type dbWrapper struct method get (line 11) | func (d *dbWrapper) get() *cmap { type cmap (line 15) | type cmap struct method f (line 19) | func (c *cmap) f() { function main (line 23) | func main() { FILE: _test/method32.go function main (line 7) | func main() { function bar (line 13) | func bar(a string) { FILE: _test/method33.go type T1 (line 7) | type T1 struct method f (line 9) | func (t1 T1) f() { method g (line 13) | func (t1 T1) g() { type T2 (line 17) | type T2 struct method f (line 21) | func (t2 T2) f() { type I (line 25) | type I interface function printType (line 29) | func printType(i I) { function main (line 43) | func main() { FILE: _test/method34.go type Root (line 3) | type Root struct method Hello (line 19) | func (r *Root) Hello() string { return "Hello " + r.Name } type One (line 7) | type One struct type Hi (line 11) | type Hi interface type Hey (line 15) | type Hey interface function main (line 21) | func main() { FILE: _test/method35.go function main (line 5) | func main() { FILE: _test/method36.go type I (line 3) | type I interface type T (line 5) | type T struct method Hello (line 7) | func (t *T) Hello() { println("Hello", t.Name) } type FT (line 9) | type FT type ST (line 11) | type ST struct function newF (line 13) | func newF() FT { function main (line 19) | func main() { FILE: _test/method37.go function writeBufs (line 8) | func writeBufs(bufs ...[]byte) error { function main (line 14) | func main() { FILE: _test/method38.go function main (line 9) | func main() { FILE: _test/method38/a.go function NewPool (line 5) | func NewPool() Pool { return Pool{} } type Buffer (line 7) | type Buffer struct type Pool (line 12) | type Pool struct FILE: _test/method38/b.go method Get (line 3) | func (p Pool) Get() *Buffer { return &Buffer{} } FILE: _test/method39.go function NewPool (line 10) | func NewPool() Pool { return Pool{} } type Buffer (line 12) | type Buffer struct type Pool (line 17) | type Pool struct function main (line 27) | func main() { FILE: _test/method4.go type Coord (line 3) | type Coord struct method dist (line 7) | func (c Coord) dist() int { return c.x*c.x + c.y*c.y } type Point (line 9) | type Point struct type Tpoint (line 14) | type Tpoint struct function main (line 19) | func main() { FILE: _test/method40.go type TMemoryBuffer (line 8) | type TMemoryBuffer struct function newTMemoryBuffer (line 13) | func newTMemoryBuffer() *TMemoryBuffer { type TTransport (line 19) | type TTransport interface function check (line 23) | func check(t TTransport) { function main (line 27) | func main() { FILE: _test/method5.go type Foo (line 5) | type Foo struct method Show (line 8) | func (Foo) Show() { method Call (line 12) | func (f Foo) Call() { type Bar (line 17) | type Bar struct type Baz (line 21) | type Baz struct method Call (line 25) | func (Baz) Call() { method Show (line 29) | func (Baz) Show() { function main (line 33) | func main() { FILE: _test/method6.go type Sample (line 3) | type Sample struct method foo (line 7) | func (s Sample) foo(i int) { function main (line 15) | func main() { FILE: _test/method7.go type Sample (line 3) | type Sample struct method foo (line 7) | func (s *Sample) foo(i int) { function main (line 15) | func main() { FILE: _test/method8.go type Sample (line 3) | type Sample struct method foo (line 8) | func (s *Sample) foo(j int) { function main (line 18) | func main() { FILE: _test/method9.go type Coord (line 3) | type Coord struct method dist (line 12) | func (c Coord) dist() int { return c.x*c.x + c.y*c.y } function main (line 7) | func main() { FILE: _test/named0.go type Root (line 5) | type Root struct method Hello (line 9) | func (r *Root) Hello() { function main (line 15) | func main() { function displayOne (line 25) | func displayOne(val *One) { function displayRoot (line 29) | func displayRoot(val *Root) { FILE: _test/named1.go type MyT (line 5) | type MyT type T (line 7) | type T struct function main (line 11) | func main() { FILE: _test/named2.go type MyT (line 9) | type MyT method Test (line 5) | func (t MyT) Test() string { function main (line 11) | func main() { FILE: _test/named3.go function init (line 7) | func init() { type T (line 11) | type T method PrintT (line 13) | func (t *T) PrintT() { function main (line 17) | func main() { FILE: _test/named3/named3.go type T (line 8) | type T struct method Print (line 12) | func (t *T) Print() { type A (line 16) | type A method ForeachKey (line 18) | func (a A) ForeachKey() error { method Set (line 29) | func (a A) Set(k string, v []string) { FILE: _test/named4.go type A (line 8) | type A method Test1 (line 10) | func (a A) Test1() { type B (line 14) | type B method Test2 (line 16) | func (b B) Test2() { method Test3 (line 20) | func (b B) Test3() { function main (line 28) | func main() { FILE: _test/neg0.go function main (line 5) | func main() { FILE: _test/new0.go function main (line 3) | func main() { FILE: _test/new1.go function main (line 5) | func main() { FILE: _test/new2.go function f (line 3) | func f() interface{} { function main (line 7) | func main() { FILE: _test/nil0.go function f (line 5) | func f() (host, port string, err error) { function main (line 9) | func main() { FILE: _test/nil1.go function main (line 3) | func main() { FILE: _test/nil2.go function test (line 3) | func test() error { return nil } function main (line 5) | func main() { FILE: _test/nil3.go type I (line 3) | type I interface type T (line 7) | type T struct method Hello (line 11) | func (t *T) Hello() { println("Hello") } function main (line 13) | func main() { FILE: _test/not0.go function main (line 3) | func main() { FILE: _test/not1.go function main (line 3) | func main() { FILE: _test/not2.go function main (line 3) | func main() { FILE: _test/num0.go function main (line 5) | func main() { FILE: _test/op0.go function main (line 5) | func main() { FILE: _test/op1.go function main (line 3) | func main() { FILE: _test/op10.go function main (line 3) | func main() { FILE: _test/op11.go function main (line 3) | func main() { FILE: _test/op2.go function main (line 5) | func main() { FILE: _test/op3.go function main (line 5) | func main() { FILE: _test/op4.go function main (line 3) | func main() { FILE: _test/op5.go function main (line 5) | func main() { FILE: _test/op6.go type T (line 3) | type T method Error (line 5) | func (t T) Error() string { return "T: error" } function main (line 9) | func main() { FILE: _test/op7.go type T (line 3) | type T method Error (line 5) | func (t T) Error() string { return "T: error" } function main (line 9) | func main() { FILE: _test/op8.go type I (line 3) | type I interface type T (line 7) | type T struct method Get (line 9) | func (T) Get() interface{} { function main (line 13) | func main() { FILE: _test/op9.go function main (line 3) | func main() { FILE: _test/opfloat32.go function main (line 5) | func main() { FILE: _test/opfloat64.go function main (line 5) | func main() { FILE: _test/opint16.go function main (line 5) | func main() { FILE: _test/opint32.go function main (line 5) | func main() { FILE: _test/opint64.go function main (line 5) | func main() { FILE: _test/opint8.go function main (line 5) | func main() { FILE: _test/opstring.go function main (line 5) | func main() { FILE: _test/opuint16.go function main (line 5) | func main() { FILE: _test/opuint32.go function main (line 5) | func main() { FILE: _test/opuint64.go function main (line 5) | func main() { FILE: _test/opuint8.go function main (line 5) | func main() { FILE: _test/or0.go function main (line 3) | func main() { FILE: _test/or1.go function main (line 3) | func main() { FILE: _test/or2.go function main (line 5) | func main() { FILE: _test/os0.go function main (line 8) | func main() { FILE: _test/p1/s2.go function init (line 7) | func init() { rand.Seed(1) } FILE: _test/p2/p2.go type I (line 3) | type I interface type T (line 7) | type T struct method isI (line 9) | func (t *T) isI() {} FILE: _test/p5.go function main (line 5) | func main() { FILE: _test/p6.go function main (line 9) | func main() { FILE: _test/p6/p6.go type Slice (line 8) | type Slice struct type IPPrefixSlice (line 12) | type IPPrefixSlice struct method MarshalJSON (line 19) | func (v IPPrefixSlice) MarshalJSON() ([]byte, error) { method MarshalJSON (line 16) | func (v Slice[T]) MarshalJSON() ([]byte, error) { return json.Marshal(v.... FILE: _test/panic0.go function main (line 3) | func main() { function foo (line 7) | func foo() { function bar (line 11) | func bar() { function baz (line 15) | func baz() { FILE: _test/pkgname0.go function main (line 8) | func main() { FILE: _test/pkgname1.go function main (line 7) | func main() { FILE: _test/pkgname2.go function main (line 7) | func main() { FILE: _test/primes.go function Primes (line 3) | func Primes(n int) int { function main (line 21) | func main() { FILE: _test/print0.go function main (line 3) | func main() { FILE: _test/ptr0.go type myint (line 3) | type myint function main (line 5) | func main() { FILE: _test/ptr1.go function main (line 3) | func main() { FILE: _test/ptr2.go function f (line 3) | func f(i *int) { function main (line 7) | func main() { FILE: _test/ptr3.go function f (line 3) | func f(i *int) { function main (line 7) | func main() { FILE: _test/ptr4.go type Foo (line 3) | type Foo struct function f (line 7) | func f(p *Foo) { function main (line 11) | func main() { FILE: _test/ptr5.go type Foo (line 3) | type Foo struct function main (line 7) | func main() { FILE: _test/ptr5a.go type Foo (line 3) | type Foo struct function main (line 7) | func main() { FILE: _test/ptr6.go type Foo (line 3) | type Foo struct function main (line 7) | func main() { FILE: _test/ptr7.go type ipNetValue (line 9) | type ipNetValue method Set (line 11) | func (ipnet *ipNetValue) Set(value string) error { function main (line 20) | func main() { FILE: _test/ptr8.go function main (line 5) | func main() { FILE: _test/ptr_array0.go type T (line 3) | type T function F0 (line 5) | func F0(t *T) int { return t[0] } function main (line 7) | func main() { FILE: _test/ptr_array1.go type T (line 3) | type T function F0 (line 5) | func F0(t *T) { function main (line 11) | func main() { FILE: _test/ptr_array2.go type T (line 5) | type T function F1 (line 7) | func F1(t *T) { t[0] = 1 } function main (line 9) | func main() { FILE: _test/ptr_array3.go function main (line 5) | func main() { FILE: _test/range0.go function main (line 5) | func main() { FILE: _test/range1.go function main (line 5) | func main() { FILE: _test/range2.go function main (line 5) | func main() { FILE: _test/range3.go function main (line 5) | func main() { FILE: _test/range4.go function main (line 5) | func main() { FILE: _test/range5.go function main (line 5) | func main() { FILE: _test/range6.go function main (line 8) | func main() { FILE: _test/range7.go function someChan (line 7) | func someChan() <-chan struct{} { function main (line 13) | func main() { FILE: _test/range8.go function main (line 8) | func main() { FILE: _test/range9.go function main (line 3) | func main() { FILE: _test/real0.go function f (line 5) | func f(c complex128) interface{} { return real(c) } function main (line 7) | func main() { FILE: _test/recover0.go function main (line 5) | func main() { FILE: _test/recover1.go function main (line 5) | func main() { FILE: _test/recover2.go function main (line 3) | func main() { FILE: _test/recover3.go function main (line 5) | func main() { FILE: _test/recover4.go function div (line 5) | func div(a, b int) (result int) { function main (line 19) | func main() { FILE: _test/recurse0.go type T (line 5) | type T struct type U (line 18) | type U struct function main (line 30) | func main() { FILE: _test/recurse1.go type F (line 3) | type F type A (line 5) | type A struct function main (line 10) | func main() { FILE: _test/recurse2.go type F (line 3) | type F type A (line 5) | type A struct type D (line 11) | type D struct function f1 (line 16) | func f1(a *A) { println("in f1", a.B) } function main (line 18) | func main() { FILE: _test/recurse3.go type F (line 3) | type F type A (line 5) | type A struct type D (line 10) | type D struct function f1 (line 16) | func f1(a *A) { println("in f1", a.B) } function main (line 18) | func main() { FILE: _test/redeclaration-global0.go type time (line 3) | type time function main (line 7) | func main() { FILE: _test/redeclaration-global1.go type time (line 5) | type time function main (line 7) | func main() { FILE: _test/redeclaration-global2.go function main (line 8) | func main() { FILE: _test/redeclaration-global3.go function main (line 9) | func main() { FILE: _test/redeclaration-global4.go type time (line 7) | type time function main (line 9) | func main() { FILE: _test/redeclaration-global5.go function time (line 5) | func time() string { function main (line 9) | func main() { FILE: _test/redeclaration-global6.go function time (line 7) | func time() string { function main (line 11) | func main() { FILE: _test/redeclaration-global7.go function main (line 8) | func main() { FILE: _test/redeclaration0.go function main (line 3) | func main() { FILE: _test/redeclaration1.go function main (line 3) | func main() { FILE: _test/redeclaration2.go function main (line 3) | func main() { FILE: _test/redeclaration3.go function main (line 3) | func main() { FILE: _test/redeclaration4.go function main (line 3) | func main() { FILE: _test/redeclaration5.go function main (line 3) | func main() { FILE: _test/restricted0.go function main (line 8) | func main() { FILE: _test/restricted1.go function main (line 8) | func main() { FILE: _test/restricted2.go function main (line 8) | func main() { FILE: _test/restricted3.go function main (line 14) | func main() { FILE: _test/ret1.go function f (line 3) | func f(i int) (o int) { o = i + 1; return } function main (line 5) | func main() { println(f(4)) } FILE: _test/ret2.go function r2 (line 3) | func r2() (int, int) { return 1, 2 } function main (line 5) | func main() { FILE: _test/ret3.go function r2 (line 5) | func r2() (int, int) { return 1, 2 } function main (line 7) | func main() { FILE: _test/ret4.go function r (line 3) | func r() int { return 1 } function main (line 5) | func main() { FILE: _test/ret5.go function r2 (line 3) | func r2() (int, int) { return 1, 2 } function main (line 7) | func main() { println(a, b) } FILE: _test/ret6.go type Foo (line 5) | type Foo struct function foo (line 7) | func foo() *Foo { return nil } function main (line 9) | func main() { FILE: _test/ret7.go function one (line 3) | func one() uint { function main (line 6) | func main() { FILE: _test/ret8.go type CustomError (line 5) | type CustomError method Error (line 7) | func (s CustomError) Error() string { function NewCustomError (line 11) | func NewCustomError(errorText string) CustomError { function fail (line 15) | func fail() (err error) { function main (line 19) | func main() { FILE: _test/run0.go function f (line 5) | func f() (int, int) { return 2, 3 } function main (line 7) | func main() { FILE: _test/run1.go function f (line 3) | func f() (int, int) { return 2, 3 } function g (line 5) | func g(i, j int) int { return i + j } function main (line 7) | func main() { FILE: _test/run10.go function main (line 3) | func main() { FILE: _test/run11.go function main (line 5) | func main() { function f (line 9) | func f() (int, int) { return 2, 3 } FILE: _test/run12.go function f (line 3) | func f(a int) (int, int) { function main (line 7) | func main() { FILE: _test/run13.go function main (line 3) | func main() { function f (line 8) | func f(a int) (int, int) { FILE: _test/run4.go type fn (line 3) | type fn function f1 (line 5) | func f1(i int) { println("f1", i) } function test (line 7) | func test(f fn, v int) { f(v) } function main (line 9) | func main() { test(f1, 21) } FILE: _test/run5.go type fn (line 3) | type fn function test (line 5) | func test(f fn, v int) { f(v) } function main (line 7) | func main() { FILE: _test/run6.go type fn (line 3) | type fn function test (line 5) | func test(f fn, v int) { f(v) } function main (line 7) | func main() { FILE: _test/run7.go type fn (line 3) | type fn function test (line 5) | func test(f fn, v int) { f(v) } function main (line 7) | func main() { FILE: _test/run8.go function main (line 3) | func main() { FILE: _test/run9.go function main (line 3) | func main() { FILE: _test/rune0.go function main (line 5) | func main() { FILE: _test/rune1.go function main (line 5) | func main() { FILE: _test/rune2.go constant majorVersion (line 5) | majorVersion = '2' type hashed (line 7) | type hashed struct function main (line 11) | func main() { FILE: _test/scope0.go function main (line 5) | func main() { FILE: _test/scope1.go function f (line 3) | func f(a int) int { function main (line 9) | func main() { FILE: _test/scope2.go function f (line 5) | func f() { println(a) } function main (line 7) | func main() { FILE: _test/scope3.go function main (line 3) | func main() { FILE: _test/scope4.go function main (line 3) | func main() { FILE: _test/scope5.go function f (line 5) | func f() { println(a) } function main (line 7) | func main() { FILE: _test/scope6.go function f (line 7) | func f() { fmt.Println(a) } function main (line 9) | func main() { FILE: _test/scope7.go function f (line 7) | func f() { fmt.Println(a) } function main (line 9) | func main() { FILE: _test/select.go function main (line 6) | func main() { FILE: _test/select0.go function forever (line 5) | func forever() { function main (line 10) | func main() { FILE: _test/select1.go function main (line 8) | func main() { FILE: _test/select10.go function main (line 3) | func main() { FILE: _test/select11.go function main (line 3) | func main() { FILE: _test/select12.go type S (line 3) | type S struct method Send (line 7) | func (s *S) Send() { function main (line 15) | func main() { FILE: _test/select13.go function main (line 3) | func main() { FILE: _test/select14.go constant period (line 9) | period = 300 * time.Millisecond constant precision (line 10) | precision = 30 * time.Millisecond function main (line 13) | func main() { FILE: _test/select15.go type T (line 3) | type T struct function main (line 8) | func main() { FILE: _test/select2.go function main (line 7) | func main() { FILE: _test/select3.go function main (line 3) | func main() { FILE: _test/select4.go function main (line 3) | func main() { FILE: _test/select5.go type T (line 3) | type T struct function main (line 7) | func main() { FILE: _test/select6.go type T (line 3) | type T struct function main (line 7) | func main() { FILE: _test/select7.go type T (line 3) | type T struct function main (line 7) | func main() { FILE: _test/select8.go type T (line 3) | type T struct function main (line 8) | func main() { FILE: _test/select9.go type T (line 3) | type T struct function main (line 7) | func main() { FILE: _test/selector-scope0.go function test (line 8) | func test(time string, t time.Time) string { function test2 (line 14) | func test2(time string) time.Time { function main (line 18) | func main() { FILE: _test/server.go function main (line 10) | func main() { FILE: _test/server0.go function myHandler (line 10) | func myHandler(w http.ResponseWriter, r *http.Request) { function main (line 14) | func main() { FILE: _test/server1.go type Middleware (line 10) | type Middleware struct method Handler (line 14) | func (m *Middleware) Handler(w http.ResponseWriter, r *http.Request) { function main (line 18) | func main() { FILE: _test/server1a.go type Middleware (line 11) | type Middleware struct method Handler (line 15) | func (m *Middleware) Handler(w http.ResponseWriter, r *http.Request) { function main (line 22) | func main() { FILE: _test/server2.go function main (line 10) | func main() { FILE: _test/server3.go function main (line 9) | func main() { FILE: _test/server4.go function main (line 7) | func main() { FILE: _test/server5.go function main (line 11) | func main() { FILE: _test/server6.go type T1 (line 12) | type T1 struct method Handler (line 16) | func (t *T1) Handler(h http.Handler) http.Handler { function main (line 24) | func main() { FILE: _test/server7.go function main (line 7) | func main() { FILE: _test/shift0.go function main (line 3) | func main() { FILE: _test/shift1.go constant a1 (line 5) | a1 = 0x7f8 >> 3 function main (line 7) | func main() { FILE: _test/shift2.go function main (line 3) | func main() { FILE: _test/shift3.go constant a (line 3) | a = 1.0 constant b (line 5) | b = a + 3 function main (line 7) | func main() { println(b << (1)) } FILE: _test/sieve.go function Generate (line 6) | func Generate(ch chan<- int) { function Filter (line 14) | func Filter(in <-chan int, out chan<- int, prime int) { function main (line 24) | func main() { FILE: _test/slice.go function main (line 5) | func main() { FILE: _test/str.go function main (line 3) | func main() { FILE: _test/str0.go constant itoa64 (line 5) | itoa64 = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" function main (line 7) | func main() { FILE: _test/str1.go constant itoa64 (line 3) | itoa64 = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" function main (line 5) | func main() { FILE: _test/str2.go constant itoa64 (line 3) | itoa64 = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" function main (line 5) | func main() { FILE: _test/str3.go function main (line 5) | func main() { FILE: _test/str4.go function main (line 5) | func main() { FILE: _test/struct.go type T (line 3) | type T struct function main (line 8) | func main() { FILE: _test/struct0.go type T (line 3) | type T struct function main (line 8) | func main() { FILE: _test/struct0a.go type T (line 3) | type T struct function main (line 7) | func main() { FILE: _test/struct1.go type T (line 3) | type T struct function main (line 10) | func main() { FILE: _test/struct10.go type T (line 3) | type T struct function main (line 8) | func main() { FILE: _test/struct11.go type Fromage (line 8) | type Fromage struct function main (line 12) | func main() { FILE: _test/struct12.go type S1 (line 5) | type S1 struct type S2 (line 9) | type S2 struct function main (line 13) | func main() { FILE: _test/struct13.go type Fromage (line 8) | type Fromage struct function main (line 12) | func main() { FILE: _test/struct14.go type Fromage (line 8) | type Fromage struct function main (line 12) | func main() { FILE: _test/struct15.go type GzipResponseWriter (line 8) | type GzipResponseWriter struct type GzipResponseWriterWithCloseNotify (line 13) | type GzipResponseWriterWithCloseNotify struct method CloseNotify (line 17) | func (w GzipResponseWriterWithCloseNotify) CloseNotify() <-chan bool { function main (line 21) | func main() { FILE: _test/struct16.go type S1 (line 3) | type S1 struct type S2 (line 7) | type S2 struct function main (line 11) | func main() { FILE: _test/struct17.go type S1 (line 3) | type S1 struct type S2 (line 7) | type S2 struct function main (line 11) | func main() { FILE: _test/struct18.go type AuthenticatedRequest (line 8) | type AuthenticatedRequest struct function main (line 13) | func main() { FILE: _test/struct19.go type Config (line 5) | type Config struct type Users (line 14) | type Users function CreateConfig (line 16) | func CreateConfig() *Config { function main (line 20) | func main() { FILE: _test/struct2.go type T (line 3) | type T struct function main (line 8) | func main() { FILE: _test/struct20.go type SecretProvider (line 3) | type SecretProvider type BasicAuth (line 5) | type BasicAuth struct method CheckAuth (line 10) | func (a *BasicAuth) CheckAuth() string { return a.Secrets("me", a.Real... function secretBasic (line 12) | func secretBasic(user, realm string) string { return user + "-" + realm } function main (line 14) | func main() { FILE: _test/struct21.go type SecretProvider (line 3) | type SecretProvider type BasicAuth (line 5) | type BasicAuth struct method CheckAuth (line 10) | func (a *BasicAuth) CheckAuth() string { return a.Secrets("me", a.Real... method secretBasic (line 12) | func (a *BasicAuth) secretBasic(user, realm string) string { return a.... function main (line 14) | func main() { FILE: _test/struct22.go type S (line 3) | type S struct function main (line 8) | func main() { FILE: _test/struct23.go type S (line 8) | type S struct function main (line 13) | func main() { FILE: _test/struct24.go type T (line 5) | type T struct function main (line 7) | func main() { FILE: _test/struct25.go type T (line 7) | type T struct function main (line 9) | func main() { FILE: _test/struct26.go function newT2 (line 5) | func newT2() *T2 { return &T2{} } type T2 (line 7) | type T2 struct type T1 (line 11) | type T1 struct function main (line 15) | func main() { FILE: _test/struct27.go type Foo (line 7) | type Foo struct method Boo (line 5) | func (f *Foo) Boo() { fmt.Println(f.name, "Boo") } function main (line 12) | func main() { FILE: _test/struct28.go type T1 (line 5) | type T1 struct type T2 (line 9) | type T2 struct function main (line 13) | func main() { FILE: _test/struct29.go type T1 (line 3) | type T1 struct type T2 (line 8) | type T2 struct function main (line 14) | func main() { FILE: _test/struct3.go type T (line 3) | type T struct function f (line 11) | func f(i int) int { return i + 3 } function main (line 13) | func main() { FILE: _test/struct30.go type T1 (line 3) | type T1 struct type T2 (line 8) | type T2 struct function main (line 14) | func main() { FILE: _test/struct31.go type T (line 3) | type T struct function main (line 9) | func main() { FILE: _test/struct32.go type T0 (line 3) | type T0 struct method F1 (line 14) | func (t T0) F1() bool { println("in F1"); return true } type lookupFunc (line 7) | type lookupFunc type T1 (line 9) | type T1 struct type T2 (line 16) | type T2 struct method f (line 20) | func (t2 *T2) f() { function main (line 27) | func main() { FILE: _test/struct33.go type T0 (line 3) | type T0 struct method F1 (line 14) | func (t T0) F1() bool { println("in F1"); return true } type lookupFunc (line 7) | type lookupFunc type T1 (line 9) | type T1 struct function look (line 18) | func look(s string) T0 { println("in look"); return t0 } function main (line 26) | func main() { FILE: _test/struct34.go type T (line 3) | type T struct function f1 (line 7) | func f1(t *T) { t.f = f2 } function f2 (line 9) | func f2(t *T) { t.f = f1 } function main (line 11) | func main() { FILE: _test/struct35.go type T (line 3) | type T struct function f1 (line 7) | func f1(t *T) { t.f = f1 } function main (line 9) | func main() { FILE: _test/struct36.go type S (line 8) | type S struct function main (line 12) | func main() { FILE: _test/struct37.go type MyHttpClient (line 8) | type MyHttpClient struct function main (line 12) | func main() { FILE: _test/struct38.go type T (line 3) | type T struct type T1 (line 8) | type T1 struct type xxx (line 12) | type xxx struct function main (line 19) | func main() { FILE: _test/struct39.go type T (line 3) | type T struct type T1 (line 8) | type T1 struct type xxx (line 15) | type xxx struct function main (line 17) | func main() { FILE: _test/struct4.go type T3 (line 3) | type T3 struct type T2 (line 7) | type T2 struct type T (line 12) | type T struct function f (line 18) | func f(i int) int { return i * i } function main (line 20) | func main() { FILE: _test/struct40.go type T (line 3) | type T struct type T1 (line 8) | type T1 struct function f (line 12) | func f(t *T) { println("in f") } type xxx (line 16) | type xxx struct function main (line 18) | func main() { FILE: _test/struct41.go type Ti (line 3) | type Ti type T1 (line 5) | type T1 struct type T (line 9) | type T struct function f (line 14) | func f(t *T) { println("in f") } type xxx (line 16) | type xxx struct function main (line 20) | func main() { FILE: _test/struct42.go type T (line 3) | type T struct function f (line 8) | func f(t *T) { println("in f") } type xxx (line 12) | type xxx struct function main (line 14) | func main() { FILE: _test/struct43.go type T (line 3) | type T struct function f (line 8) | func f(t *T) { println("in f") } type xxx (line 10) | type xxx struct function main (line 12) | func main() { FILE: _test/struct44.go type Ti (line 3) | type Ti type T1 (line 5) | type T1 struct type T (line 9) | type T struct function f (line 14) | func f(t *T) X { println("in f"); return X{} } type X (line 16) | type X struct type xxx (line 18) | type xxx struct function main (line 22) | func main() { FILE: _test/struct45.go type T (line 3) | type T struct type T1 (line 7) | type T1 struct function main (line 11) | func main() { FILE: _test/struct46.go type A (line 5) | type A struct type D (line 10) | type D struct function main (line 15) | func main() { FILE: _test/struct47.go type A (line 5) | type A struct method Test (line 10) | func (a *A) Test() string { type D (line 14) | type D struct function main (line 18) | func main() { FILE: _test/struct48.go type List (line 3) | type List struct function add (line 8) | func add(l *List, n int) *List { function pr (line 16) | func pr(l *List) { function main (line 25) | func main() { FILE: _test/struct49.go type S (line 3) | type S struct method getT (line 11) | func (c *S) getT(addr string) (t *T, ok bool) { type T (line 7) | type T struct function main (line 22) | func main() { FILE: _test/struct5.go type T (line 3) | type T struct function f (line 8) | func f(i int) int { return i * i } function main (line 10) | func main() { FILE: _test/struct50.go type Node (line 5) | type Node struct function main (line 10) | func main() { FILE: _test/struct51.go type Node (line 8) | type Node struct function main (line 13) | func main() { FILE: _test/struct52.go type Node (line 5) | type Node struct function main (line 10) | func main() { FILE: _test/struct53.go type T1 (line 5) | type T1 struct type T2 (line 9) | type T2 struct type T (line 13) | type T struct function main (line 18) | func main() { FILE: _test/struct54.go type S (line 3) | type S struct function newS (line 7) | func newS() *S { type T (line 13) | type T struct type U (line 17) | type U struct function main (line 21) | func main() { FILE: _test/struct55.go type Logger (line 8) | type Logger struct method Infof (line 12) | func (l *Logger) Infof(format string, args ...interface{}) { function main (line 16) | func main() { FILE: _test/struct56.go type A (line 8) | type A struct type InnerA (line 12) | type InnerA struct function main (line 16) | func main() { FILE: _test/struct57.go type A (line 8) | type A struct type InnerA (line 12) | type InnerA struct function main (line 16) | func main() { FILE: _test/struct58.go type A (line 8) | type A struct function main (line 12) | func main() { FILE: _test/struct59.go type A (line 7) | type A struct type C (line 12) | type C struct type D (line 17) | type D struct type E (line 22) | type E struct type B (line 27) | type B struct type F (line 28) | type F struct type G (line 29) | type G struct type H (line 30) | type H struct function main (line 32) | func main() { FILE: _test/struct6.go type T (line 3) | type T struct function main (line 7) | func main() { FILE: _test/struct60.go type data (line 7) | type data struct function render (line 11) | func render(v interface{}) { function main (line 15) | func main() { FILE: _test/struct61.go type A (line 5) | type A struct type D (line 10) | type D struct function main (line 15) | func main() { FILE: _test/struct62.go function main (line 3) | func main() { FILE: _test/struct7.go type Opt (line 3) | type Opt struct type T (line 7) | type T struct function main (line 12) | func main() { FILE: _test/struct8.go type T3 (line 3) | type T3 struct type T2 (line 7) | type T2 struct type T (line 12) | type T struct function f (line 18) | func f(i int) int { return i * i } function main (line 20) | func main() { FILE: _test/struct9.go type T (line 3) | type T struct function main (line 8) | func main() { FILE: _test/switch.go function main (line 3) | func main() { FILE: _test/switch0.go function f (line 5) | func f(i int) bool { function main (line 16) | func main() { FILE: _test/switch1.go function main (line 3) | func main() { FILE: _test/switch10.go function main (line 3) | func main() { FILE: _test/switch11.go function main (line 3) | func main() { FILE: _test/switch12.go function main (line 3) | func main() { FILE: _test/switch13.go function main (line 3) | func main() { FILE: _test/switch14.go type fii (line 5) | type fii interface type Boo (line 9) | type Boo struct method Hello (line 21) | func (b Boo) Hello() { type Bir (line 13) | type Bir struct type Bar (line 17) | type Bar struct method Hello (line 19) | func (b Bar) Hello() { fmt.Println("b:", b) } function inCall (line 26) | func inCall(foo fii) { function main (line 36) | func main() { FILE: _test/switch15.go type fii (line 5) | type fii interface type Boo (line 9) | type Boo struct method Hello (line 21) | func (b Boo) Hello() { type Bir (line 13) | type Bir struct type Bar (line 17) | type Bar struct method Hello (line 19) | func (b Bar) Hello() { fmt.Println("b:", b) } function inCall (line 26) | func inCall(foo fii) { function main (line 36) | func main() { FILE: _test/switch16.go type fii (line 5) | type fii interface type Boo (line 9) | type Boo struct method Hello (line 21) | func (b Boo) Hello() { type Bir (line 13) | type Bir struct type Bar (line 17) | type Bar struct method Hello (line 19) | func (b Bar) Hello() { fmt.Println("b:", b) } function inCall (line 26) | func inCall(foo fii) { function main (line 36) | func main() { FILE: _test/switch17.go type fii (line 5) | type fii interface type Boo (line 9) | type Boo struct method Hello (line 21) | func (b Boo) Hello() { type Bir (line 13) | type Bir struct type Bar (line 17) | type Bar struct method Hello (line 19) | func (b Bar) Hello() { fmt.Println("b:", b) } function inCall (line 26) | func inCall(foo fii) { function main (line 40) | func main() { FILE: _test/switch18.go type fii (line 5) | type fii interface type Bir (line 9) | type Bir struct method Yo (line 11) | func (b Bir) Yo() { method Hello (line 15) | func (b Bir) Hello() { type Boo (line 19) | type Boo struct method Hello (line 23) | func (b Boo) Hello() { type Bar (line 28) | type Bar struct method Hello (line 30) | func (b Bar) Hello() { fmt.Println("b:", b) } function inCall (line 32) | func inCall(foo fii) { function main (line 44) | func main() { FILE: _test/switch19.go type fii (line 5) | type fii interface type Bir (line 9) | type Bir struct method Yo (line 11) | func (b Bir) Yo() { method Hello (line 15) | func (b Bir) Hello() { type Boo (line 19) | type Boo struct method Hello (line 23) | func (b Boo) Hello() { type Bar (line 28) | type Bar struct method Hello (line 30) | func (b Bar) Hello() { fmt.Println("b:", b) } function inCall (line 32) | func inCall(foo fii) { function main (line 44) | func main() { FILE: _test/switch2.go function main (line 3) | func main() { FILE: _test/switch20.go function main (line 3) | func main() { FILE: _test/switch21.go function main (line 5) | func main() { FILE: _test/switch22.go type T (line 3) | type T struct function f (line 7) | func f(t interface{}) { function main (line 16) | func main() { FILE: _test/switch23.go function getType (line 3) | func getType() string { return "T1" } function main (line 5) | func main() { FILE: _test/switch24.go function main (line 3) | func main() { FILE: _test/switch25.go function main (line 3) | func main() { FILE: _test/switch26.go function main (line 3) | func main() { FILE: _test/switch27.go function main (line 3) | func main() { FILE: _test/switch28.go function main (line 3) | func main() { FILE: _test/switch29.go function main (line 3) | func main() { FILE: _test/switch3.go function main (line 3) | func main() { FILE: _test/switch30.go function main (line 3) | func main() { FILE: _test/switch31.go function main (line 3) | func main() { FILE: _test/switch32.go function main (line 3) | func main() { FILE: _test/switch33.go function main (line 3) | func main() { FILE: _test/switch34.go function main (line 3) | func main() { FILE: _test/switch35.go function main (line 3) | func main() { FILE: _test/switch36.go function main (line 3) | func main() { FILE: _test/switch37.go function main (line 3) | func main() { FILE: _test/switch38.go function isSeparator (line 3) | func isSeparator(c byte) bool { function main (line 11) | func main() { FILE: _test/switch39.go function f (line 3) | func f(params ...interface{}) { function main (line 12) | func main() { FILE: _test/switch4.go function main (line 3) | func main() { FILE: _test/switch40.go function f (line 3) | func f(params ...interface{}) { function main (line 12) | func main() { FILE: _test/switch5.go function main (line 3) | func main() { FILE: _test/switch6.go function main (line 3) | func main() { FILE: _test/switch7.go function main (line 3) | func main() { FILE: _test/switch8.go function main (line 3) | func main() { FILE: _test/switch9.go function main (line 3) | func main() { FILE: _test/tag0.go function main (line 8) | func main() { FILE: _test/testdata/redeclaration-global7/src/guthib.com/bar/quux.go function Quux (line 3) | func Quux() string { FILE: _test/testdata/redeclaration-global7/src/guthib.com/baz/quux.go function Quux (line 3) | func Quux() string { FILE: _test/testdata/redeclaration-global7/src/guthib.com/tata/tutu.go function Quux (line 5) | func Quux() string { FILE: _test/testdata/redeclaration-global7/src/guthib.com/toto/titi.go function Quux (line 5) | func Quux() string { FILE: _test/time0.go function main (line 8) | func main() { FILE: _test/time1.go function main (line 8) | func main() { FILE: _test/time10.go function main (line 7) | func main() { FILE: _test/time11.go constant df (line 8) | df = time.Minute * 30 function main (line 10) | func main() { FILE: _test/time12.go function main (line 10) | func main() { FILE: _test/time13.go function main (line 12) | func main() { FILE: _test/time14.go function f (line 10) | func f() time.Time { function main (line 15) | func main() { FILE: _test/time15.go type TimeValue (line 5) | type TimeValue method decode (line 7) | func (v *TimeValue) decode() { println("in decode") } function main (line 9) | func main() { FILE: _test/time16.go function main (line 5) | func main() { FILE: _test/time2.go function main (line 8) | func main() { FILE: _test/time3.go function main (line 9) | func main() { FILE: _test/time4.go function main (line 8) | func main() { FILE: _test/time5.go function main (line 8) | func main() { FILE: _test/time6.go function main (line 8) | func main() { FILE: _test/time7.go function main (line 10) | func main() { fmt.Println(d) } FILE: _test/time8.go type durationValue (line 7) | type durationValue method String (line 9) | func (d *durationValue) String() string { return (*time.Duration)(d).S... function main (line 11) | func main() { FILE: _test/time9.go function main (line 8) | func main() { FILE: _test/type0.go type newInt (line 3) | type newInt function main (line 5) | func main() { FILE: _test/type1.go function main (line 5) | func main() { FILE: _test/type10.go function main (line 11) | func main() { FILE: _test/type11.go function main (line 11) | func main() { FILE: _test/type12.go type T1 (line 3) | type T1 struct method Get (line 7) | func (t *T1) Get() string { type T2 (line 11) | type T2 struct method V (line 15) | func (t *T2) V() *T2 { function main (line 24) | func main() { FILE: _test/type13.go type T (line 5) | type T struct function main (line 7) | func main() { FILE: _test/type14.go type T (line 7) | type T struct function main (line 9) | func main() { FILE: _test/type15.go function main (line 3) | func main() { FILE: _test/type16.go function main (line 5) | func main() { FILE: _test/type17.go function main (line 5) | func main() { FILE: _test/type18.go type T (line 3) | type T struct function main (line 15) | func main() { FILE: _test/type19.go type T (line 3) | type T struct function main (line 16) | func main() { FILE: _test/type2.go type Options (line 8) | type Options struct type T1 (line 12) | type T1 struct function main (line 17) | func main() { FILE: _test/type20.go function isCloser (line 8) | func isCloser(r io.Reader) bool { function main (line 13) | func main() { FILE: _test/type21.go function main (line 8) | func main() { FILE: _test/type22.go type T1 (line 3) | type T1 function foo (line 5) | func foo() T1 { type T (line 9) | type T struct function main (line 13) | func main() { FILE: _test/type23.go function main (line 8) | func main() { FILE: _test/type24.go function main (line 9) | func main() { function assertInt (line 15) | func assertInt() { function assertNil (line 25) | func assertNil() { function assertValue (line 35) | func assertValue() { FILE: _test/type25.go type wrappedError (line 8) | type wrappedError struct method Error (line 12) | func (e wrappedError) Error() string { method Unwrap (line 16) | func (e wrappedError) Unwrap() error { function getWrapped (line 22) | func getWrapped() *wrappedError { function main (line 32) | func main() { FILE: _test/type26.go type wrappedError (line 8) | type wrappedError struct method Error (line 12) | func (e *wrappedError) Error() string { method Unwrap (line 16) | func (e *wrappedError) Unwrap() error { function getWrapped (line 22) | func getWrapped() *wrappedError { function main (line 32) | func main() { FILE: _test/type27.go method Bar (line 7) | func (f Foo) Bar() int { function main (line 11) | func main() { FILE: _test/type28.go method Bar (line 7) | func (f *Foo) Bar() int { function main (line 11) | func main() { FILE: _test/type29.go method Bar (line 5) | func (f Foo) Bar() int { function main (line 9) | func main() {} FILE: _test/type3.go type S1 (line 5) | type S1 function main (line 7) | func main() { FILE: _test/type30.go method Bar (line 5) | func (f Foo) Bar() int { function main (line 9) | func main() {} FILE: _test/type31.go method Bar (line 5) | func (f Foo) Bar() int { function main (line 11) | func main() { FILE: _test/type32.go method Bar (line 5) | func (f *Foo) Bar() int { function main (line 11) | func main() { FILE: _test/type33.go method Bar (line 3) | func (f *Foo) Bar() int { function main (line 7) | func main() { FILE: _test/type34.go type original (line 3) | type original struct function main (line 7) | func main() { FILE: _test/type4.go function main (line 8) | func main() { FILE: _test/type5.go type T (line 8) | type T function main (line 10) | func main() { FILE: _test/type6.go function main (line 8) | func main() { type T (line 13) | type T FILE: _test/type7.go function main (line 5) | func main() { FILE: _test/type8.go function main (line 8) | func main() { FILE: _test/type9.go type Hello (line 5) | type Hello struct function main (line 9) | func main() { type GoodbyeProvider (line 15) | type GoodbyeProvider FILE: _test/unsafe0.go function main (line 5) | func main() { FILE: _test/unsafe1.go type S (line 5) | type S struct function main (line 9) | func main() { FILE: _test/unsafe10.go type T (line 5) | type T struct function f (line 10) | func f(off uintptr) { println(off) } function main (line 12) | func main() { FILE: _test/unsafe2.go function main (line 8) | func main() { FILE: _test/unsafe3.go constant SSize (line 9) | SSize = 16 constant WSize (line 10) | WSize = bits.UintSize / 8 type S (line 13) | type S struct function main (line 18) | func main() { FILE: _test/unsafe4.go constant WSize (line 9) | WSize = bits.UintSize / 8 type S (line 11) | type S struct function main (line 17) | func main() { FILE: _test/unsafe5.go constant WSize (line 8) | WSize = bits.UintSize / 8 type S (line 10) | type S struct function main (line 16) | func main() { FILE: _test/unsafe6.go type S (line 8) | type S struct function main (line 14) | func main() { FILE: _test/unsafe7.go type S (line 8) | type S struct function main (line 14) | func main() { FILE: _test/unsafe8.go type T (line 5) | type T struct function main (line 13) | func main() { FILE: _test/var.go function main (line 3) | func main() { FILE: _test/var10.go function main (line 6) | func main() { FILE: _test/var11.go function main (line 5) | func main() { FILE: _test/var12.go function main (line 8) | func main() { FILE: _test/var13.go function concat (line 10) | func concat(a ...string) string { function main (line 18) | func main() { FILE: _test/var14.go function main (line 5) | func main() { FILE: _test/var15.go function inca (line 5) | func inca() { function main (line 9) | func main() { FILE: _test/var16.go function getArray (line 3) | func getArray() ([]int, error) { println("getArray"); return []int{1, 2}... function getNum (line 5) | func getNum() (int, error) { println("getNum"); return 3, nil } function main (line 7) | func main() { FILE: _test/var2.go function main (line 3) | func main() { FILE: _test/var3.go function main (line 3) | func main() { FILE: _test/var4.go function main (line 3) | func main() { FILE: _test/var5.go function main (line 5) | func main() { FILE: _test/var6.go type Foo (line 7) | type Foo struct function Hello (line 13) | func Hello() { function main (line 19) | func main() { FILE: _test/var7.go type T (line 7) | type T struct function main (line 13) | func main() { FILE: _test/var8.go type Message (line 8) | type Message struct function main (line 14) | func main() { FILE: _test/var9.go function main (line 6) | func main() { FILE: _test/variadic.go function f (line 5) | func f(a ...int) { function main (line 9) | func main() { FILE: _test/variadic0.go function f (line 5) | func f(s string, a ...int) { function main (line 9) | func main() { FILE: _test/variadic1.go function f (line 5) | func f(s string, a ...int32) { function main (line 9) | func main() { FILE: _test/variadic10.go function main (line 8) | func main() { FILE: _test/variadic2.go function f (line 5) | func f(a ...int) { function main (line 11) | func main() { FILE: _test/variadic3.go function f (line 5) | func f(a ...int) int { function main (line 14) | func main() { FILE: _test/variadic4.go function variadic (line 3) | func variadic(s ...string) {} function f (line 5) | func f(s string) { println(s + "bar") } function main (line 7) | func main() { f("foo") } FILE: _test/variadic5.go type A (line 7) | type A struct method f (line 10) | func (a A) f(vals ...bool) { function main (line 16) | func main() { FILE: _test/variadic6.go type A (line 5) | type A struct method f (line 8) | func (a A) f(vals ...bool) { function main (line 13) | func main() { FILE: _test/variadic7.go function main (line 5) | func main() { FILE: _test/variadic8.go function main (line 8) | func main() { FILE: _test/variadic9.go function Sprintf (line 5) | func Sprintf(format string, a ...interface{}) string { function main (line 9) | func main() { FILE: _test/vars/first.go function concat (line 8) | func concat(a ...string) string { FILE: cmd/yaegi/extract.go function extractCmd (line 17) | func extractCmd(arg []string) error { function genLicense (line 104) | func genLicense(fname string) (string, error) { FILE: cmd/yaegi/help.go constant usage (line 5) | usage = `Yaegi is a Go interpreter. function help (line 25) | func help(arg []string) error { FILE: cmd/yaegi/run.go function run (line 19) | func run(arg []string) error { function isFile (line 131) | func isFile(path string) bool { function runFile (line 136) | func runFile(i *interp.Interpreter, path string, noAutoImport bool) error { function showError (line 157) | func showError(err error) { FILE: cmd/yaegi/test.go function test (line 22) | func test(arg []string) (err error) { FILE: cmd/yaegi/yaegi.go constant Extract (line 107) | Extract = "extract" constant Help (line 108) | Help = "help" constant Run (line 109) | Run = "run" constant Test (line 110) | Test = "test" constant Version (line 111) | Version = "version" function main (line 116) | func main() { FILE: cmd/yaegi/yaegi_test.go constant CITimeoutMultiplier (line 18) | CITimeoutMultiplier = 3 function Sleep (line 22) | func Sleep(d time.Duration) { function applyCIMultiplier (line 27) | func applyCIMultiplier(timeout time.Duration) time.Duration { function TestYaegiCmdCancel (line 39) | func TestYaegiCmdCancel(t *testing.T) { function raceDetectorSupported (line 120) | func raceDetectorSupported(goos, goarch string) bool { FILE: example/closure/_pkg/src/foo/bar/bar.go function NewSample (line 9) | func NewSample() func(string, string) func(string) string { FILE: example/closure/closure_test.go function TestFunctionCall (line 10) | func TestFunctionCall(t *testing.T) { FILE: example/fs/fs_test.go function TestFilesystemMapFS (line 52) | func TestFilesystemMapFS(t *testing.T) { FILE: example/getfunc/_gopath/src/github.com/foo/bar/foobar.go type Foo (line 3) | type Foo struct function NewFoo (line 7) | func NewFoo() *Foo { FILE: example/getfunc/getfunc_test.go function TestGetFunc (line 11) | func TestGetFunc(t *testing.T) { FILE: example/pkg/_pkg/src/github.com/foo/pkg/pkg.go function Here (line 9) | func Here() string { function NewSample (line 13) | func NewSample() func() string { FILE: example/pkg/_pkg/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/fromage.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg0/src/github.com/foo/pkg/fromage/cheese/cheese.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg0/src/github.com/foo/pkg/fromage/fromage.go function Hello (line 9) | func Hello() string { FILE: example/pkg/_pkg0/src/github.com/foo/pkg/pkg.go function Here (line 9) | func Here() string { function NewSample (line 13) | func NewSample() func() string { FILE: example/pkg/_pkg1/src/github.com/foo/pkg/fromage/fromage.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg1/src/github.com/foo/pkg/pkg.go function Here (line 9) | func Here() string { function NewSample (line 13) | func NewSample() func() string { FILE: example/pkg/_pkg10/src/github.com/foo/pkg.go function Here (line 9) | func Here() string { function NewSample (line 13) | func NewSample() func() string { FILE: example/pkg/_pkg10/src/github.com/foo/vendor/guthib.com/traefik/fromage/fromage.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg11/src/foo/foo.go function main (line 9) | func main() { FILE: example/pkg/_pkg11/src/foo/vendor/guthib.com/traefik/fromage/fromage.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg12/src/guthib.com/foo/main.go function main (line 9) | func main() { FILE: example/pkg/_pkg12/src/guthib.com/foo/pkg/pkg.go function Here (line 9) | func Here() string { function NewSample (line 13) | func NewSample() func() string { FILE: example/pkg/_pkg12/src/guthib.com/foo/vendor/guthib.com/bar/bar.go function Bar (line 4) | func Bar() string { FILE: example/pkg/_pkg13/src/guthib.com/foo/bar/main.go function main (line 9) | func main() { FILE: example/pkg/_pkg13/src/guthib.com/foo/bar/vendor/guthib.com/bat/baz/baz.go function NewT (line 3) | func NewT() *T { type T (line 10) | type T struct type U (line 15) | type U struct type V (line 20) | type V struct FILE: example/pkg/_pkg2/src/github.com/foo/pkg/pkg.go function Here (line 9) | func Here() string { function NewSample (line 13) | func NewSample() func() string { FILE: example/pkg/_pkg2/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/fromage.go function Hello (line 9) | func Hello() string { FILE: example/pkg/_pkg2/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/vendor/guthib.com/traefik/cheese/fromage.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg3/src/github.com/foo/pkg/pkg.go function Here (line 9) | func Here() string { function NewSample (line 13) | func NewSample() func() string { FILE: example/pkg/_pkg3/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/couteau/couteau.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg3/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/fromage.go function Hello (line 10) | func Hello() string { FILE: example/pkg/_pkg3/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/vendor/guthib.com/traefik/cheese/fromage.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg4/src/github.com/foo/pkg/pkg.go function Here (line 9) | func Here() string { function NewSample (line 13) | func NewSample() func() string { FILE: example/pkg/_pkg4/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/couteau/couteau.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg4/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/fromage.go function Hello (line 10) | func Hello() string { FILE: example/pkg/_pkg4/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/vendor/guthib.com/traefik/cheese/cheese.go function Hello (line 9) | func Hello() string { FILE: example/pkg/_pkg4/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/vendor/guthib.com/traefik/cheese/vin/vin.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg5/src/github.com/foo/pkg/pkg.go function Here (line 9) | func Here() string { function NewSample (line 13) | func NewSample() func() string { FILE: example/pkg/_pkg5/src/github.com/foo/pkg/vendor/guthib.com/traefik/cheese/cheese.go function Hello (line 9) | func Hello() string { FILE: example/pkg/_pkg5/src/github.com/foo/pkg/vendor/guthib.com/traefik/cheese/vin/vin.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg5/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/couteau/couteau.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg5/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/fromage.go function Hello (line 10) | func Hello() string { FILE: example/pkg/_pkg6/src/github.com/foo/pkg/pkg.go function Here (line 9) | func Here() string { function NewSample (line 13) | func NewSample() func() string { FILE: example/pkg/_pkg6/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/couteau/couteau.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg6/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/fromage.go function Hello (line 10) | func Hello() string { FILE: example/pkg/_pkg6/src/guthib.com/traefik/cheese/cheese.go function Hello (line 9) | func Hello() string { FILE: example/pkg/_pkg6/src/guthib.com/traefik/cheese/vin/vin.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg7/src/github.com/foo/pkg/pkg.go function Here (line 9) | func Here() string { function NewSample (line 13) | func NewSample() func() string { FILE: example/pkg/_pkg7/src/github.com/foo/pkg/vendor/guthib.com/traefik/fromage/fromage.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg7/src/github.com/foo/pkg/vendor/guthib.com/traefik/vin/vendor/guthib.com/traefik/cheese/cheese.go function Hello (line 9) | func Hello() string { FILE: example/pkg/_pkg7/src/github.com/foo/pkg/vendor/guthib.com/traefik/vin/vin.go function Hello (line 9) | func Hello() string { FILE: example/pkg/_pkg8/src/github.com/foo/pkg/fromage/fromage.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg8/src/github.com/foo/pkg/pkg.go function Here (line 9) | func Here() string { function NewSample (line 13) | func NewSample() func() string { FILE: example/pkg/_pkg9/src/github.com/foo/pkg/fromage/fromage.go function Hello (line 5) | func Hello() string { FILE: example/pkg/_pkg9/src/github.com/foo/pkg/pkg.go function Here (line 9) | func Here() string { function NewSample (line 13) | func NewSample() func() string { FILE: example/pkg/_pkg9/src/github.com/foo/pkg/pkgfalse.go function HereNot (line 9) | func HereNot() string { function NewSampleNot (line 13) | func NewSampleNot() func() string { FILE: example/pkg/pkg_test.go function TestPackages (line 14) | func TestPackages(t *testing.T) { function fatalStderrf (line 151) | func fatalStderrf(t *testing.T, format string, args ...interface{}) { function TestPackagesError (line 158) | func TestPackagesError(t *testing.T) { FILE: extract/extract.go constant model (line 28) | model = `// Code generated by 'yaegi extract {{.ImportPath}}'. DO NOT EDIT. type Val (line 98) | type Val struct type Method (line 104) | type Method struct type Wrap (line 109) | type Wrap struct function matchList (line 125) | func matchList(name string, list []string) (match bool, err error) { type Extractor (line 136) | type Extractor struct method genContent (line 144) | func (e *Extractor) genContent(importPath string, p *types.Package) ([... method importPath (line 378) | func (e *Extractor) importPath(pkgIdent, importPath string) (string, e... method Extract (line 444) | func (e *Extractor) Extract(pkgIdent, importPath string, rw io.Writer)... function fixConst (line 339) | func fixConst(name string, val constant.Value, imports map[string]bool) ... function GetMinor (line 468) | func GetMinor(part string) string { constant defaultMinorVersion (line 481) | defaultMinorVersion = 22 function genBuildTags (line 483) | func genBuildTags() (string, error) { function isInStdlib (line 509) | func isInStdlib(path string) bool { return !strings.Contains(path, ".") } FILE: extract/extract_test.go function TestPackages (line 28) | func TestPackages(t *testing.T) { FILE: extract/testdata/1/src/guthib.com/bar/main.go function main (line 7) | func main() { FILE: extract/testdata/1/src/guthib.com/baz/baz.go function Hello (line 3) | func Hello() { FILE: extract/testdata/2/src/guthib.com/bar/main.go function main (line 7) | func main() { FILE: extract/testdata/2/src/guthib.com/baz/baz.go function Hello (line 3) | func Hello() { FILE: extract/testdata/3/src/guthib.com/bar/main.go function main (line 7) | func main() { FILE: extract/testdata/3/src/guthib.com/baz/baz.go function Hello (line 3) | func Hello() { FILE: extract/testdata/4/src/guthib.com/bar/main.go function main (line 7) | func main() { FILE: extract/testdata/4/src/guthib.com/bar/vendor/guthib.com/baz/baz.go function Hello (line 3) | func Hello() { FILE: extract/testdata/5/src/guthib.com/bar/main.go function main (line 7) | func main() { FILE: extract/testdata/5/src/guthib.com/bar/vendor/guthib.com/baz/baz.go function Hello (line 3) | func Hello() { FILE: extract/testdata/6/src/guthib.com/bar/main.go function main (line 7) | func main() { FILE: extract/testdata/6/src/guthib.com/baz-baz/baz.go function Hello (line 3) | func Hello() { FILE: extract/testdata/7/src/guthib.com/variadic/variadic.go type Variadic (line 3) | type Variadic interface FILE: internal/cmd/extract/extract.go function main (line 39) | func main() { FILE: internal/cmd/genop/genop.go constant model (line 12) | model = `package interp type Op (line 1140) | type Op struct function main (line 1150) | func main() { FILE: internal/unsafe2/go1_20_unsafe.go type dummy (line 12) | type dummy struct type rtype (line 19) | type rtype struct type emptyInterface (line 30) | type emptyInterface struct type structField (line 35) | type structField struct type structType (line 41) | type structType struct function SetFieldType (line 50) | func SetFieldType(s reflect.Type, idx int, t reflect.Type) { function unpackType (line 62) | func unpackType(t reflect.Type) *rtype { FILE: internal/unsafe2/go1_21_unsafe.go type dummy (line 12) | type dummy struct type abiType (line 18) | type abiType struct type abiName (line 32) | type abiName struct type abiStructField (line 36) | type abiStructField struct type abiStructType (line 42) | type abiStructType struct type emptyInterface (line 48) | type emptyInterface struct function SetFieldType (line 56) | func SetFieldType(s reflect.Type, idx int, t reflect.Type) { function unpackType (line 68) | func unpackType(t reflect.Type) *abiType { FILE: internal/unsafe2/unsafe_test.go function TestSwapFieldType (line 10) | func TestSwapFieldType(t *testing.T) { FILE: interp/ast.go type nkind (line 17) | type nkind method String (line 188) | func (k nkind) String() string { constant undefNode (line 21) | undefNode nkind = iota constant addressExpr (line 22) | addressExpr constant arrayType (line 23) | arrayType constant assignStmt (line 24) | assignStmt constant assignXStmt (line 25) | assignXStmt constant basicLit (line 26) | basicLit constant binaryExpr (line 27) | binaryExpr constant blockStmt (line 28) | blockStmt constant branchStmt (line 29) | branchStmt constant breakStmt (line 30) | breakStmt constant callExpr (line 31) | callExpr constant caseBody (line 32) | caseBody constant caseClause (line 33) | caseClause constant chanType (line 34) | chanType constant chanTypeSend (line 35) | chanTypeSend constant chanTypeRecv (line 36) | chanTypeRecv constant commClause (line 37) | commClause constant commClauseDefault (line 38) | commClauseDefault constant compositeLitExpr (line 39) | compositeLitExpr constant constDecl (line 40) | constDecl constant continueStmt (line 41) | continueStmt constant declStmt (line 42) | declStmt constant deferStmt (line 43) | deferStmt constant defineStmt (line 44) | defineStmt constant defineXStmt (line 45) | defineXStmt constant ellipsisExpr (line 46) | ellipsisExpr constant exprStmt (line 47) | exprStmt constant fallthroughtStmt (line 48) | fallthroughtStmt constant fieldExpr (line 49) | fieldExpr constant fieldList (line 50) | fieldList constant fileStmt (line 51) | fileStmt constant forStmt0 (line 52) | forStmt0 constant forStmt1 (line 53) | forStmt1 constant forStmt2 (line 54) | forStmt2 constant forStmt3 (line 55) | forStmt3 constant forStmt4 (line 56) | forStmt4 constant forStmt5 (line 57) | forStmt5 constant forStmt6 (line 58) | forStmt6 constant forStmt7 (line 59) | forStmt7 constant forRangeStmt (line 60) | forRangeStmt constant funcDecl (line 61) | funcDecl constant funcLit (line 62) | funcLit constant funcType (line 63) | funcType constant goStmt (line 64) | goStmt constant gotoStmt (line 65) | gotoStmt constant identExpr (line 66) | identExpr constant ifStmt0 (line 67) | ifStmt0 constant ifStmt1 (line 68) | ifStmt1 constant ifStmt2 (line 69) | ifStmt2 constant ifStmt3 (line 70) | ifStmt3 constant importDecl (line 71) | importDecl constant importSpec (line 72) | importSpec constant incDecStmt (line 73) | incDecStmt constant indexExpr (line 74) | indexExpr constant indexListExpr (line 75) | indexListExpr constant interfaceType (line 76) | interfaceType constant keyValueExpr (line 77) | keyValueExpr constant labeledStmt (line 78) | labeledStmt constant landExpr (line 79) | landExpr constant lorExpr (line 80) | lorExpr constant mapType (line 81) | mapType constant parenExpr (line 82) | parenExpr constant rangeStmt (line 83) | rangeStmt constant returnStmt (line 84) | returnStmt constant selectStmt (line 85) | selectStmt constant selectorExpr (line 86) | selectorExpr constant selectorImport (line 87) | selectorImport constant sendStmt (line 88) | sendStmt constant sliceExpr (line 89) | sliceExpr constant starExpr (line 90) | starExpr constant structType (line 91) | structType constant switchStmt (line 92) | switchStmt constant switchIfStmt (line 93) | switchIfStmt constant typeAssertExpr (line 94) | typeAssertExpr constant typeDecl (line 95) | typeDecl constant typeSpec (line 96) | typeSpec constant typeSpecAssign (line 97) | typeSpecAssign constant typeSwitch (line 98) | typeSwitch constant unaryExpr (line 99) | unaryExpr constant valueSpec (line 100) | valueSpec constant varDecl (line 101) | varDecl type astError (line 196) | type astError type action (line 199) | type action method String (line 328) | func (a action) String() string { constant aNop (line 205) | aNop action = iota constant aAddr (line 206) | aAddr constant aAssign (line 207) | aAssign constant aAssignX (line 208) | aAssignX constant aAdd (line 209) | aAdd constant aAddAssign (line 210) | aAddAssign constant aAnd (line 211) | aAnd constant aAndAssign (line 212) | aAndAssign constant aAndNot (line 213) | aAndNot constant aAndNotAssign (line 214) | aAndNotAssign constant aBitNot (line 215) | aBitNot constant aBranch (line 216) | aBranch constant aCall (line 217) | aCall constant aCallSlice (line 218) | aCallSlice constant aCase (line 219) | aCase constant aCompositeLit (line 220) | aCompositeLit constant aConvert (line 221) | aConvert constant aDec (line 222) | aDec constant aEqual (line 223) | aEqual constant aGreater (line 224) | aGreater constant aGreaterEqual (line 225) | aGreaterEqual constant aGetFunc (line 226) | aGetFunc constant aGetIndex (line 227) | aGetIndex constant aGetMethod (line 228) | aGetMethod constant aGetSym (line 229) | aGetSym constant aInc (line 230) | aInc constant aLand (line 231) | aLand constant aLor (line 232) | aLor constant aLower (line 233) | aLower constant aLowerEqual (line 234) | aLowerEqual constant aMethod (line 235) | aMethod constant aMul (line 236) | aMul constant aMulAssign (line 237) | aMulAssign constant aNeg (line 238) | aNeg constant aNot (line 239) | aNot constant aNotEqual (line 240) | aNotEqual constant aOr (line 241) | aOr constant aOrAssign (line 242) | aOrAssign constant aPos (line 243) | aPos constant aQuo (line 244) | aQuo constant aQuoAssign (line 245) | aQuoAssign constant aRange (line 246) | aRange constant aRecv (line 247) | aRecv constant aRem (line 248) | aRem constant aRemAssign (line 249) | aRemAssign constant aReturn (line 250) | aReturn constant aSend (line 251) | aSend constant aShl (line 252) | aShl constant aShlAssign (line 253) | aShlAssign constant aShr (line 254) | aShr constant aShrAssign (line 255) | aShrAssign constant aSlice (line 256) | aSlice constant aSlice0 (line 257) | aSlice0 constant aStar (line 258) | aStar constant aSub (line 259) | aSub constant aSubAssign (line 260) | aSubAssign constant aTypeAssert (line 261) | aTypeAssert constant aXor (line 262) | aXor constant aXorAssign (line 263) | aXorAssign function isAssignAction (line 335) | func isAssignAction(a action) bool { method firstToken (line 344) | func (interp *Interpreter) firstToken(src string) token.Token { function ignoreError (line 353) | func ignoreError(err error, src string) bool { function wrapInMain (line 364) | func wrapInMain(src string) string { method parse (line 368) | func (interp *Interpreter) parse(src, name string, inc bool) (node ast.N... method ast (line 431) | func (interp *Interpreter) ast(f ast.Node) (string, *node, error) { type astNode (line 942) | type astNode struct type nodestack (line 947) | type nodestack method push (line 949) | func (s *nodestack) push(n *node, a ast.Node) { method pop (line 953) | func (s *nodestack) pop() astNode { method top (line 960) | func (s *nodestack) top() astNode { method dup (line 969) | func (interp *Interpreter) dup(nod, anc *node) *node { FILE: interp/build.go method buildOk (line 15) | func (interp *Interpreter) buildOk(ctx *build.Context, name, src string)... function buildLineOk (line 35) | func buildLineOk(ctx *build.Context, line string) (ok bool) { function buildOptionOk (line 50) | func buildOptionOk(ctx *build.Context, tag string) bool { function buildTagOk (line 62) | func buildTagOk(ctx *build.Context, s string) (r bool) { function setYaegiTags (line 89) | func setYaegiTags(ctx *build.Context, comments []*ast.CommentGroup) { function contains (line 106) | func contains(tags []string, tag string) bool { function goMinorVersion (line 116) | func goMinorVersion(ctx *build.Context) int { function skipFile (line 132) | func skipFile(ctx *build.Context, p string, skipTest bool) bool { FILE: interp/build_test.go type testBuild (line 8) | type testBuild struct function TestBuildTag (line 13) | func TestBuildTag(t *testing.T) { function TestSkipFile (line 54) | func TestSkipFile(t *testing.T) { function Test_goMinorVersion (line 92) | func Test_goMinorVersion(t *testing.T) { FILE: interp/cfg.go type cfgError (line 15) | type cfgError struct method Error (line 20) | func (c *cfgError) Error() string { return c.error.Error() } constant nilIdent (line 46) | nilIdent = "nil" function init (line 48) | func init() { method cfg (line 59) | func (interp *Interpreter) cfg(root *node, sc *scope, importPath, pkgNam... function fixUntyped (line 2309) | func fixUntyped(nod *node, sc *scope) { function compDefineX (line 2322) | func compDefineX(sc *scope, n *node) error { function childPos (line 2436) | func childPos(n *node) int { method cfgErrorf (line 2445) | func (n *node) cfgErrorf(format string, a ...interface{}) *cfgError { function genRun (line 2455) | func genRun(nod *node) error { function genGlobalVars (line 2481) | func genGlobalVars(roots []*node, sc *scope) (*node, error) { function getVars (line 2499) | func getVars(n *node) (vars []*node) { function genGlobalVarDecl (line 2508) | func genGlobalVarDecl(nodes []*node, sc *scope) (*node, error) { function getVarDependencies (line 2550) | func getVarDependencies(nod *node, sc *scope) (deps []*node) { function setFNext (line 2574) | func setFNext(cond, next *node) { function getDefault (line 2588) | func getDefault(n *node) int { function isBinType (line 2602) | func isBinType(v reflect.Value) bool { return v.IsValid() && v.Kind() ==... method isType (line 2605) | func (n *node) isType(sc *scope) bool { function wireChild (line 2645) | func wireChild(n *node, exclude ...nkind) { function excludeNodeKind (line 2688) | func excludeNodeKind(child []*node, kinds []nkind) []*node { method name (line 2707) | func (n *node) name() (s string) { method isNatural (line 2718) | func (n *node) isNatural() bool { method isNil (line 2762) | func (n *node) isNil() bool { return n.kind == basicLit && !n.rval.IsVal... method fieldType (line 2765) | func (n *node) fieldType(m int) *node { method lastChild (line 2788) | func (n *node) lastChild() *node { return n.child[len(n.child)-1] } method hasAnc (line 2790) | func (n *node) hasAnc(nod *node) bool { function isKey (line 2799) | func isKey(n *node) bool { function isField (line 2807) | func isField(n *node) bool { function isInInterfaceType (line 2811) | func isInInterfaceType(n *node) bool { function isInConstOrTypeDecl (line 2822) | func isInConstOrTypeDecl(n *node) bool { function isNewDefine (line 2837) | func isNewDefine(n *node, sc *scope) bool { function isMethod (line 2856) | func isMethod(n *node) bool { function isFuncField (line 2860) | func isFuncField(n *node) bool { function isMapEntry (line 2864) | func isMapEntry(n *node) bool { function isCall (line 2868) | func isCall(n *node) bool { function isBinCall (line 2872) | func isBinCall(n *node, sc *scope) bool { function mustReturnValue (line 2887) | func mustReturnValue(n *node) bool { function isRegularCall (line 2899) | func isRegularCall(n *node) bool { function variadicPos (line 2903) | func variadicPos(n *node) int { function canExport (line 2914) | func canExport(name string) bool { function getExec (line 2921) | func getExec(n *node) bltn { function setExec (line 2933) | func setExec(n *node) { function typeSwichAssign (line 2967) | func typeSwichAssign(n *node) bool { function compositeGenerator (line 2972) | func compositeGenerator(n *node, typ *itype, rtyp reflect.Type) (gen blt... function matchSelectorMethod (line 3024) | func matchSelectorMethod(sc *scope, n *node) (err error) { function arrayTypeLen (line 3143) | func arrayTypeLen(n *node, sc *scope) (int, error) { function isValueUntyped (line 3194) | func isValueUntyped(v reflect.Value) bool { function isArithmeticAction (line 3203) | func isArithmeticAction(n *node) bool { function isBoolAction (line 3211) | func isBoolAction(n *node) bool { function isBlank (line 3219) | func isBlank(n *node) bool { function alignof (line 3226) | func alignof(n *node) { function offsetof (line 3232) | func offsetof(n *node) { function sizeof (line 3241) | func sizeof(n *node) { FILE: interp/compile_test.go function TestCompileAST (line 12) | func TestCompileAST(t *testing.T) { FILE: interp/debugger.go type Debugger (line 28) | type Debugger struct method Wait (line 223) | func (dbg *Debugger) Wait() (reflect.Value, error) { method enterGoRoutine (line 229) | func (dbg *Debugger) enterGoRoutine() *debugRoutine { method exitGoRoutine (line 245) | func (dbg *Debugger) exitGoRoutine(g *debugRoutine) { method getGoRoutine (line 254) | func (dbg *Debugger) getGoRoutine(id int) (*debugRoutine, bool) { method enterCall (line 262) | func (dbg *Debugger) enterCall(nFunc, nCall *node, f *frame) { method exitCall (line 290) | func (dbg *Debugger) exitCall(nFunc, nCall *node, f *frame) { method exec (line 302) | func (dbg *Debugger) exec(n *node, f *frame) (stop bool) { method Continue (line 348) | func (dbg *Debugger) Continue(id int) error { method Step (line 380) | func (dbg *Debugger) Step(id int, reason DebugEventReason) error { method Interrupt (line 399) | func (dbg *Debugger) Interrupt(id int, reason DebugEventReason) bool { method Terminate (line 410) | func (dbg *Debugger) Terminate() { method SetBreakpoints (line 484) | func (dbg *Debugger) SetBreakpoints(target BreakpointTarget, requests ... method GoRoutines (line 537) | func (dbg *Debugger) GoRoutines() []*DebugGoRoutine { type debugRoutine (line 44) | type debugRoutine struct method setMode (line 360) | func (g *debugRoutine) setMode(reason DebugEventReason) { type nodeDebugData (line 56) | type nodeDebugData struct type frameDebugData (line 63) | type frameDebugData struct type frameKind (line 72) | type frameKind constant frameRoot (line 76) | frameRoot frameKind = iota + 1 constant frameCall (line 79) | frameCall constant frameClosure (line 82) | frameClosure type DebugOptions (line 86) | type DebugOptions struct type DebugEvent (line 92) | type DebugEvent struct method GoRoutine (line 555) | func (evt *DebugEvent) GoRoutine() int { method Reason (line 563) | func (evt *DebugEvent) Reason() DebugEventReason { method walkFrames (line 569) | func (evt *DebugEvent) walkFrames(fn func([]*frame) bool) { method FrameDepth (line 603) | func (evt *DebugEvent) FrameDepth() int { method Frames (line 614) | func (evt *DebugEvent) Frames(start, end int) []*DebugFrame { type DebugFrame (line 100) | type DebugFrame struct method Name (line 632) | func (f *DebugFrame) Name() string { method Position (line 654) | func (f *DebugFrame) Position() token.Position { method Program (line 664) | func (f *DebugFrame) Program() *Program { method Scopes (line 674) | func (f *DebugFrame) Scopes() []*DebugFrameScope { type DebugFrameScope (line 107) | type DebugFrameScope struct method IsClosure (line 683) | func (f *DebugFrameScope) IsClosure() bool { method Variables (line 688) | func (f *DebugFrameScope) Variables() []*DebugVariable { type DebugVariable (line 112) | type DebugVariable struct type DebugGoRoutine (line 119) | type DebugGoRoutine struct method ID (line 549) | func (r *DebugGoRoutine) ID() int { return r.id } method Name (line 552) | func (r *DebugGoRoutine) Name() string { return fmt.Sprintf("Goroutine... type Breakpoint (line 124) | type Breakpoint struct type DebugEventReason (line 133) | type DebugEventReason constant debugRun (line 137) | debugRun DebugEventReason = iota constant DebugPause (line 141) | DebugPause constant DebugBreak (line 144) | DebugBreak constant DebugEntry (line 148) | DebugEntry constant DebugStepInto (line 152) | DebugStepInto constant DebugStepOver (line 156) | DebugStepOver constant DebugStepOut (line 160) | DebugStepOut constant DebugTerminate (line 164) | DebugTerminate constant DebugEnterGoRoutine (line 167) | DebugEnterGoRoutine constant DebugExitGoRoutine (line 170) | DebugExitGoRoutine method Debug (line 178) | func (interp *Interpreter) Debug(ctx context.Context, prog *Program, eve... type BreakpointTarget (line 423) | type BreakpointTarget function PathBreakpointTarget (line 428) | func PathBreakpointTarget(path string) BreakpointTarget { function ProgramBreakpointTarget (line 441) | func ProgramBreakpointTarget(prog *Program) BreakpointTarget { function AllBreakpointTarget (line 449) | func AllBreakpointTarget() BreakpointTarget { type breakpointSetup (line 457) | type breakpointSetup struct type BreakpointRequest (line 464) | type BreakpointRequest function LineBreakpoint (line 467) | func LineBreakpoint(line int) BreakpointRequest { function FunctionBreakpoint (line 474) | func FunctionBreakpoint(name string) BreakpointRequest { function scanScope (line 712) | func scanScope(sc *scope, index map[int]string) { FILE: interp/dot.go method astDot (line 13) | func (n *node) astDot(out io.Writer, name string) { method cfgDot (line 39) | func (n *node) cfgDot(out io.Writer) { type nopCloser (line 62) | type nopCloser struct method Close (line 66) | func (nopCloser) Close() error { return nil } function dotWriter (line 69) | func dotWriter(dotCmd string) io.WriteCloser { function defaultDotCmd (line 85) | func defaultDotCmd(filePath, prefix string) string { FILE: interp/example_eval_test.go function Example_eval (line 11) | func Example_eval() { FILE: interp/export_test.go method Scopes (line 3) | func (interp *Interpreter) Scopes() map[string]map[string]struct{} { method Packages (line 15) | func (interp *Interpreter) Packages() map[string]string { FILE: interp/generic.go function genAST (line 12) | func genAST(sc *scope, root *node, types []*itype) (*node, bool, error) { function copyNode (line 182) | func copyNode(n, anc *node, recursive bool) *node { function inferTypesFromCall (line 211) | func inferTypesFromCall(sc *scope, fun *node, args []*node) ([]*itype, e... function checkConstraint (line 304) | func checkConstraint(it, ct *itype) error { FILE: interp/gta.go method gta (line 12) | func (interp *Interpreter) gta(root *node, rpath, importPath, pkgName st... function baseType (line 378) | func baseType(t *itype) *itype { method gtaRetry (line 390) | func (interp *Interpreter) gtaRetry(nodes []*node, importPath, pkgName s... function definedType (line 426) | func definedType(typ *itype) error { function equalNodes (line 464) | func equalNodes(a, b []*node) bool { FILE: interp/hooks.go type convertFn (line 6) | type convertFn type hooks (line 9) | type hooks struct method Parse (line 13) | func (h *hooks) Parse(m map[string]reflect.Value) { function getConvertFn (line 19) | func getConvertFn(v reflect.Value) (convertFn, bool) { FILE: interp/interp.go type node (line 27) | type node struct method shouldBreak (line 58) | func (n *node) shouldBreak() bool { method setProgram (line 70) | func (n *node) setProgram(p *Program) { method setBreakOnCall (line 77) | func (n *node) setBreakOnCall(v bool) { method setBreakOnLine (line 87) | func (n *node) setBreakOnLine(v bool) { method Walk (line 281) | func (n *node) Walk(in func(n *node) bool, out func(n *node)) { type receiver (line 98) | type receiver struct type frame (line 105) | type frame struct method runid (line 138) | func (f *frame) runid() uint64 { return atomic.LoadUint64(&f.id) } method setrunid (line 139) | func (f *frame) setrunid(id uint64) { atomic.StoreUint64(&f.id, id) } method clone (line 140) | func (f *frame) clone() *frame { function newFrame (line 123) | func newFrame(anc *frame, length int, id uint64) *frame { type Exports (line 160) | type Exports type imports (line 163) | type imports type opt (line 166) | type opt struct type Interpreter (line 186) | type Interpreter struct method resizeFrame (line 479) | func (interp *Interpreter) resizeFrame() { method Eval (line 495) | func (interp *Interpreter) Eval(src string) (res reflect.Value, err er... method EvalPath (line 502) | func (interp *Interpreter) EvalPath(path string) (res reflect.Value, e... method EvalPathWithContext (line 519) | func (interp *Interpreter) EvalPathWithContext(ctx context.Context, pa... method EvalTest (line 544) | func (interp *Interpreter) EvalTest(path string) error { method eval (line 554) | func (interp *Interpreter) eval(src, name string, inc bool) (res refle... method EvalWithContext (line 569) | func (interp *Interpreter) EvalWithContext(ctx context.Context, src st... method stop (line 603) | func (interp *Interpreter) stop() { method runid (line 608) | func (interp *Interpreter) runid() uint64 { return atomic.LoadUint64(&... method ImportUsed (line 632) | func (interp *Interpreter) ImportUsed() { method REPL (line 666) | func (interp *Interpreter) REPL() (reflect.Value, error) { constant mainID (line 223) | mainID = "main" constant selfPrefix (line 224) | selfPrefix = "github.com/traefik/yaegi" constant selfPath (line 225) | selfPath = selfPrefix + "/interp/interp" constant DefaultSourceName (line 229) | DefaultSourceName = "_.go" constant Test (line 232) | Test = false constant NoTest (line 234) | NoTest = true function init (line 251) | func init() { Symbols[selfPath]["Symbols"] = reflect.ValueOf(Symbols) } type _error (line 254) | type _error struct method Error (line 259) | func (w _error) Error() string { return w.WError() } type Panic (line 262) | type Panic struct method Error (line 277) | func (e Panic) Error() string { return fmt.Sprint(e.Value) } type Options (line 294) | type Options struct function New (line 323) | func New(options Options) *Interpreter { constant bltnAlignof (line 403) | bltnAlignof = "unsafe.Alignof" constant bltnAppend (line 404) | bltnAppend = "append" constant bltnCap (line 405) | bltnCap = "cap" constant bltnClose (line 406) | bltnClose = "close" constant bltnComplex (line 407) | bltnComplex = "complex" constant bltnImag (line 408) | bltnImag = "imag" constant bltnCopy (line 409) | bltnCopy = "copy" constant bltnDelete (line 410) | bltnDelete = "delete" constant bltnLen (line 411) | bltnLen = "len" constant bltnMake (line 412) | bltnMake = "make" constant bltnNew (line 413) | bltnNew = "new" constant bltnOffsetof (line 414) | bltnOffsetof = "unsafe.Offsetof" constant bltnPanic (line 415) | bltnPanic = "panic" constant bltnPrint (line 416) | bltnPrint = "print" constant bltnPrintln (line 417) | bltnPrintln = "println" constant bltnReal (line 418) | bltnReal = "real" constant bltnRecover (line 419) | bltnRecover = "recover" constant bltnSizeof (line 420) | bltnSizeof = "unsafe.Sizeof" function initUniverse (line 423) | func initUniverse() *scope { function isFile (line 549) | func isFile(filesystem fs.FS, path string) bool { function ignoreScannerError (line 612) | func ignoreScannerError(e *scanner.Error, s string) bool { function key2name (line 650) | func key2name(name string) string { function fixKey (line 654) | func fixKey(k string) string { function doPrompt (line 738) | func doPrompt(out io.Writer) func(v reflect.Value) { function getPrompt (line 748) | func getPrompt(in io.Reader, out io.Writer) func(reflect.Value) { FILE: interp/interp_chan_test.go type IntChan (line 11) | type IntChan function NewIntChan (line 14) | func NewIntChan() IntChan { function TestSendToBinaryChannelTypeAlias (line 18) | func TestSendToBinaryChannelTypeAlias(t *testing.T) { function TestSendToSourceDefinedChannel (line 50) | func TestSendToSourceDefinedChannel(t *testing.T) { function TestSendToSourceDefinedChannelTypeAlias (line 71) | func TestSendToSourceDefinedChannelTypeAlias(t *testing.T) { FILE: interp/interp_consistent_test.go function TestInterpConsistencyBuild (line 23) | func TestInterpConsistencyBuild(t *testing.T) { function TestInterpErrorConsistency (line 205) | func TestInterpErrorConsistency(t *testing.T) { FILE: interp/interp_eval_test.go function init (line 27) | func init() { log.SetFlags(log.Lshortfile) } type testCase (line 34) | type testCase struct function TestEvalArithmetic (line 40) | func TestEvalArithmetic(t *testing.T) { function TestEvalShift (line 76) | func TestEvalShift(t *testing.T) { function TestOpVarConst (line 87) | func TestOpVarConst(t *testing.T) { function TestEvalStar (line 98) | func TestEvalStar(t *testing.T) { function TestEvalAssign (line 106) | func TestEvalAssign(t *testing.T) { function TestEvalBuiltin (line 142) | func TestEvalBuiltin(t *testing.T) { function TestEvalDecl (line 196) | func TestEvalDecl(t *testing.T) { function TestEvalDeclWithExpr (line 208) | func TestEvalDeclWithExpr(t *testing.T) { function TestEvalTypeSpec (line 217) | func TestEvalTypeSpec(t *testing.T) { function TestEvalFunc (line 227) | func TestEvalFunc(t *testing.T) { function TestEvalImport (line 240) | func TestEvalImport(t *testing.T) { function TestEvalStdout (line 250) | func TestEvalStdout(t *testing.T) { function TestEvalNil (line 266) | func TestEvalNil(t *testing.T) { function TestEvalStruct0 (line 324) | func TestEvalStruct0(t *testing.T) { function TestEvalStruct1 (line 372) | func TestEvalStruct1(t *testing.T) { function TestEvalComposite0 (line 396) | func TestEvalComposite0(t *testing.T) { function TestEvalCompositeBin0 (line 416) | func TestEvalCompositeBin0(t *testing.T) { function TestEvalComparison (line 439) | func TestEvalComparison(t *testing.T) { function TestEvalCompositeArray (line 484) | func TestEvalCompositeArray(t *testing.T) { function TestEvalCompositeMap (line 500) | func TestEvalCompositeMap(t *testing.T) { function TestEvalCompositeStruct (line 511) | func TestEvalCompositeStruct(t *testing.T) { function TestEvalSliceExpression (line 531) | func TestEvalSliceExpression(t *testing.T) { function TestEvalConversion (line 557) | func TestEvalConversion(t *testing.T) { function TestEvalUnary (line 568) | func TestEvalUnary(t *testing.T) { function TestEvalMethod (line 580) | func TestEvalMethod(t *testing.T) { function TestEvalChan (line 619) | func TestEvalChan(t *testing.T) { function TestEvalFunctionCallWithFunctionParam (line 653) | func TestEvalFunctionCallWithFunctionParam(t *testing.T) { function TestEvalCall (line 672) | func TestEvalCall(t *testing.T) { function TestEvalBinCall (line 715) | func TestEvalBinCall(t *testing.T) { function TestEvalReflect (line 732) | func TestEvalReflect(t *testing.T) { function TestEvalMissingSymbol (line 755) | func TestEvalMissingSymbol(t *testing.T) { function TestEvalWithContext (line 783) | func TestEvalWithContext(t *testing.T) { function runTests (line 879) | func runTests(t *testing.T, i *interp.Interpreter, tests []testCase) { function eval (line 897) | func eval(t *testing.T, i *interp.Interpreter, src string) reflect.Value { function assertEval (line 910) | func assertEval(t *testing.T, i *interp.Interpreter, src, expectedError,... function TestMultiEval (line 935) | func TestMultiEval(t *testing.T) { function TestMultiEvalNoName (line 983) | func TestMultiEvalNoName(t *testing.T) { constant goMinorVersionTest (line 1017) | goMinorVersionTest = 16 function TestHasIOFS (line 1019) | func TestHasIOFS(t *testing.T) { function TestImportPathIsKey (line 1097) | func TestImportPathIsKey(t *testing.T) { function TestConcurrentEvals (line 1175) | func TestConcurrentEvals(t *testing.T) { function TestConcurrentEvals2 (line 1236) | func TestConcurrentEvals2(t *testing.T) { function TestConcurrentEvals3 (line 1299) | func TestConcurrentEvals3(t *testing.T) { function TestConcurrentComposite1 (line 1374) | func TestConcurrentComposite1(t *testing.T) { function TestConcurrentComposite2 (line 1378) | func TestConcurrentComposite2(t *testing.T) { function testConcurrentComposite (line 1382) | func testConcurrentComposite(t *testing.T, filePath string) { function TestEvalREPL (line 1426) | func TestEvalREPL(t *testing.T) { type safeBuffer (line 1565) | type safeBuffer struct method Read (line 1570) | func (sb *safeBuffer) Read(p []byte) (int, error) { method String (line 1574) | func (sb *safeBuffer) String() string { method Write (line 1580) | func (sb *safeBuffer) Write(p []byte) (int, error) { constant CITimeoutMultiplier (line 1588) | CITimeoutMultiplier = 3 function Sleep (line 1592) | func Sleep(d time.Duration) { function applyCIMultiplier (line 1597) | func applyCIMultiplier(timeout time.Duration) time.Duration { function TestREPLCommands (line 1609) | func TestREPLCommands(t *testing.T) { function TestStdio (line 1704) | func TestStdio(t *testing.T) { function TestNoGoFiles (line 1719) | func TestNoGoFiles(t *testing.T) { function TestIssue1142 (line 1729) | func TestIssue1142(t *testing.T) { type Issue1149Array (line 1736) | type Issue1149Array method Foo (line 1738) | func (v Issue1149Array) Foo() string { return "foo" } method Bar (line 1739) | func (v *Issue1149Array) Bar() string { return "foo" } function TestIssue1149 (line 1741) | func TestIssue1149(t *testing.T) { function TestIssue1150 (line 1765) | func TestIssue1150(t *testing.T) { function TestIssue1151 (line 1798) | func TestIssue1151(t *testing.T) { function TestPassArgs (line 1819) | func TestPassArgs(t *testing.T) { function TestRestrictedEnv (line 1830) | func TestRestrictedEnv(t *testing.T) { function TestIssue1388 (line 1854) | func TestIssue1388(t *testing.T) { function TestIssue1383 (line 1877) | func TestIssue1383(t *testing.T) { function TestIssue1623 (line 1910) | func TestIssue1623(t *testing.T) { FILE: interp/interp_export_test.go type Helloer (line 10) | type Helloer interface function Hi (line 14) | func Hi(h Helloer) { type Wrap (line 36) | type Wrap struct method Hello (line 41) | func (w Wrap) Hello() { w.DoHello() } function TestExportsSemantics (line 43) | func TestExportsSemantics(t *testing.T) { function TestInterface (line 79) | func TestInterface(t *testing.T) { type T (line 108) | type T struct method Bar (line 110) | func (t T) Bar(s ...string) {} function TestCallBinVariadicMethod (line 112) | func TestCallBinVariadicMethod(t *testing.T) { FILE: interp/interp_file_test.go function TestFile (line 28) | func TestFile(t *testing.T) { function runCheck (line 55) | func runCheck(t *testing.T, p string) { function wantedFromComment (line 102) | func wantedFromComment(p string) (res string, goPath string, err bool) { FILE: interp/interp_issue_1634_test.go function TestExportClosureArg (line 11) | func TestExportClosureArg(t *testing.T) { FILE: interp/interp_test.go function init (line 12) | func init() { log.SetFlags(log.Lshortfile) } function TestIsNatural (line 14) | func TestIsNatural(t *testing.T) { function TestGlobals (line 195) | func TestGlobals(t *testing.T) { FILE: interp/op.go function add (line 13) | func add(n *node) { function addConst (line 197) | func addConst(n *node) { function and (line 222) | func and(n *node) { function andConst (line 307) | func andConst(n *node) { function andNot (line 326) | func andNot(n *node) { function andNotConst (line 411) | func andNotConst(n *node) { function mul (line 430) | func mul(n *node) { function mulConst (line 583) | func mulConst(n *node) { function or (line 606) | func or(n *node) { function orConst (line 691) | func orConst(n *node) { function quo (line 710) | func quo(n *node) { function quoConst (line 863) | func quoConst(n *node) { function rem (line 895) | func rem(n *node) { function remConst (line 980) | func remConst(n *node) { function shl (line 999) | func shl(n *node) { function shlConst (line 1084) | func shlConst(n *node) { function shr (line 1103) | func shr(n *node) { function shrConst (line 1188) | func shrConst(n *node) { function sub (line 1207) | func sub(n *node) { function subConst (line 1360) | func subConst(n *node) { function xor (line 1383) | func xor(n *node) { function xorConst (line 1468) | func xorConst(n *node) { function addAssign (line 1489) | func addAssign(n *node) { function andAssign (line 1623) | func andAssign(n *node) { function andNotAssign (line 1690) | func andNotAssign(n *node) { function mulAssign (line 1757) | func mulAssign(n *node) { function orAssign (line 1869) | func orAssign(n *node) { function quoAssign (line 1936) | func quoAssign(n *node) { function remAssign (line 2048) | func remAssign(n *node) { function shlAssign (line 2115) | func shlAssign(n *node) { function shrAssign (line 2182) | func shrAssign(n *node) { function subAssign (line 2249) | func subAssign(n *node) { function xorAssign (line 2361) | func xorAssign(n *node) { function dec (line 2428) | func dec(n *node) { function inc (line 2484) | func inc(n *node) { function bitNotConst (line 2540) | func bitNotConst(n *node) { function negConst (line 2559) | func negConst(n *node) { function notConst (line 2582) | func notConst(n *node) { function posConst (line 2598) | func posConst(n *node) { function equal (line 2621) | func equal(n *node) { function greater (line 3221) | func greater(n *node) { function greaterEqual (line 3549) | func greaterEqual(n *node) { function lower (line 3877) | func lower(n *node) { function lowerEqual (line 4205) | func lowerEqual(n *node) { function notEqual (line 4533) | func notEqual(n *node) { FILE: interp/program.go type Program (line 15) | type Program struct method PackageName (line 22) | func (p *Program) PackageName() string { method FileSet (line 28) | func (interp *Interpreter) FileSet() *token.FileSet { method Compile (line 33) | func (interp *Interpreter) Compile(src string) (*Program, error) { method CompilePath (line 38) | func (interp *Interpreter) CompilePath(path string) (*Program, error) { method compileSrc (line 52) | func (interp *Interpreter) compileSrc(src, name string, inc bool) (*Prog... method CompileAST (line 75) | func (interp *Interpreter) CompileAST(n ast.Node) (*Program, error) { method Execute (line 142) | func (interp *Interpreter) Execute(p *Program) (res reflect.Value, err e... method ExecuteWithContext (line 190) | func (interp *Interpreter) ExecuteWithContext(ctx context.Context, p *Pr... FILE: interp/realfs.go type realFS (line 12) | type realFS struct method Open (line 15) | func (dir realFS) Open(name string) (fs.File, error) { FILE: interp/run.go type bltn (line 15) | type bltn type bltnGenerator (line 18) | type bltnGenerator function init (line 77) | func init() { type valueInterface (line 86) | type valueInterface struct function init (line 93) | func init() { method run (line 98) | func (interp *Interpreter) run(n *node, cf *frame) { function isExecNode (line 122) | func isExecNode(n *node, exec bltn) bool { function originalExecNode (line 134) | func originalExecNode(n *node, exec bltn) *node { function panicFunc (line 183) | func panicFunc(s *scope) string { function runCfg (line 205) | func runCfg(n *node, f *frame, funcNode, callNode *node) { function stripReceiverFromArgs (line 272) | func stripReceiverFromArgs(signature string) (string, error) { function typeAssertShort (line 283) | func typeAssertShort(n *node) { function typeAssertLong (line 287) | func typeAssertLong(n *node) { function typeAssertStatus (line 291) | func typeAssertStatus(n *node) { function typeAssert (line 295) | func typeAssert(n *node, withResult, withOk bool) { function canAssertTypes (line 556) | func canAssertTypes(src, dest reflect.Type) bool { function firstMissingMethod (line 575) | func firstMissingMethod(src, dest reflect.Type) string { function convert (line 585) | func convert(n *node) { function assignFromCall (line 639) | func assignFromCall(n *node) { function assign (line 675) | func assign(n *node) { function not (line 795) | func not(n *node) { function addr (line 818) | func addr(n *node) { function deref (line 840) | func deref(n *node) { function _print (line 864) | func _print(n *node) { function _println (line 883) | func _println(n *node) { function _recover (line 903) | func _recover(n *node) { function _panic (line 927) | func _panic(n *node) { function genBuiltinDeferWrapper (line 935) | func genBuiltinDeferWrapper(n *node, in, out []func(*frame) reflect.Valu... function genFunctionWrapper (line 974) | func genFunctionWrapper(n *node) func(*frame) reflect.Value { function genInterfaceWrapper (line 1062) | func genInterfaceWrapper(n *node, typ reflect.Type) func(*frame) reflect... function methodByName (line 1145) | func methodByName(value reflect.Value, name string, index []int) (v refl... function checkFieldIndex (line 1166) | func checkFieldIndex(typ reflect.Type, index []int) bool { function call (line 1187) | func call(n *node) { function getFrame (line 1431) | func getFrame(f *frame, l int) *frame { function callBin (line 1449) | func callBin(n *node) { function getIndexBinMethod (line 1692) | func getIndexBinMethod(n *node) { function getIndexBinElemMethod (line 1708) | func getIndexBinElemMethod(n *node) { function getIndexBinPtrMethod (line 1722) | func getIndexBinPtrMethod(n *node) { function getIndexArray (line 1737) | func getIndexArray(n *node) { function getIndexMap (line 1786) | func getIndexMap(n *node) { function getIndexMap2 (line 1844) | func getIndexMap2(n *node) { function getFunc (line 1902) | func getFunc(n *node) { function getMethod (line 1956) | func getMethod(n *node) { function getMethodByName (line 1970) | func getMethodByName(n *node) { function lookupMethodValue (line 2046) | func lookupMethodValue(val valueInterface, name string) (r reflect.Value... function getIndexSeq (line 2074) | func getIndexSeq(n *node) { function getPtrIndexSeq (line 2111) | func getPtrIndexSeq(n *node) { function getIndexSeqField (line 2136) | func getIndexSeqField(n *node) { function getIndexSeqPtrMethod (line 2179) | func getIndexSeqPtrMethod(n *node) { function getIndexSeqMethod (line 2215) | func getIndexSeqMethod(n *node) { function neg (line 2251) | func neg(n *node) { function pos (line 2310) | func pos(n *node) { function bitNot (line 2321) | func bitNot(n *node) { function land (line 2356) | func land(n *node) { function lor (line 2389) | func lor(n *node) { function nop (line 2422) | func nop(n *node) { function branch (line 2430) | func branch(n *node) { function _return (line 2443) | func _return(n *node) { function arrayLit (line 2519) | func arrayLit(n *node) { function mapLit (line 2563) | func mapLit(n *node) { function compositeBinMap (line 2588) | func compositeBinMap(n *node) { function compositeBinSlice (line 2620) | func compositeBinSlice(n *node) { function doCompositeBinStruct (line 2667) | func doCompositeBinStruct(n *node, hasType bool) { function compositeBinStruct (line 2719) | func compositeBinStruct(n *node) { doCompositeBinStruct(n, true) } function compositeBinStructNotype (line 2720) | func compositeBinStructNotype(n *node) { doCompositeBinStruct(n, false) } function destType (line 2722) | func destType(n *node) *itype { function doComposite (line 2731) | func doComposite(n *node, hasType bool, keyed bool) { function doCompositeLit (line 2796) | func doCompositeLit(n *node, hasType bool) { function compositeLit (line 2800) | func compositeLit(n *node) { doCompositeLit(n, true) } function compositeLitNotype (line 2801) | func compositeLitNotype(n *node) { doCompositeLit(n, false) } function doCompositeLitKeyed (line 2804) | func doCompositeLitKeyed(n *node, hasType bool) { function compositeLitKeyed (line 2808) | func compositeLitKeyed(n *node) { doCompositeLitKeyed(n, true) } function compositeLitKeyedNotype (line 2809) | func compositeLitKeyedNotype(n *node) { doCompositeLitKeyed(n, false) } function empty (line 2811) | func empty(n *node) {} function _range (line 2815) | func _range(n *node) { function rangeInt (line 2890) | func rangeInt(n *node) { function loopVarKey (line 2919) | func loopVarKey(n *node) { function loopVarVal (line 2931) | func loopVarVal(n *node) { function loopVarFor (line 2943) | func loopVarFor(n *node) { function rangeChan (line 2955) | func rangeChan(n *node) { function rangeMap (line 2978) | func rangeMap(n *node) { function _case (line 3015) | func _case(n *node) { function implementsInterface (line 3213) | func implementsInterface(v reflect.Value, t *itype) bool { function appendSlice (line 3229) | func appendSlice(n *node) { function _append (line 3249) | func _append(n *node) { function _cap (line 3315) | func _cap(n *node) { function _copy (line 3333) | func _copy(n *node) { function _close (line 3343) | func _close(n *node) { function _complex (line 3352) | func _complex(n *node) { function _imag (line 3383) | func _imag(n *node) { function _real (line 3402) | func _real(n *node) { function _delete (line 3421) | func _delete(n *node) { function capConst (line 3433) | func capConst(n *node) { function lenConst (line 3438) | func lenConst(n *node) { function _len (line 3452) | func _len(n *node) { function _new (line 3480) | func _new(n *node) { function _make (line 3501) | func _make(n *node) { function reset (line 3557) | func reset(n *node) { function recv (line 3594) | func recv(n *node) { function recv2 (line 3670) | func recv2(n *node) { function convertLiteralValue (line 3710) | func convertLiteralValue(n *node, t reflect.Type) { function convertConstantValue (line 3727) | func convertConstantValue(n *node) { function send (line 3762) | func send(n *node) { function clauseChanDir (line 3797) | func clauseChanDir(n *node) (*node, *node, *node, reflect.SelectDir) { function _select (line 3826) | func _select(n *node) { function slice (line 3907) | func slice(n *node) { function slice0 (line 3942) | func slice0(n *node) { function isNilChild (line 3973) | func isNilChild(child int) func(n *node) { function isNotNil (line 4059) | func isNotNil(n *node) { function complexConst (line 4145) | func complexConst(n *node) { function imagConst (line 4152) | func imagConst(n *node) { function realConst (line 4159) | func realConst(n *node) { FILE: interp/scope.go type sKind (line 10) | type sKind method String (line 39) | func (k sKind) String() string { constant undefSym (line 14) | undefSym sKind = iota constant binSym (line 15) | binSym constant bltnSym (line 16) | bltnSym constant constSym (line 17) | constSym constant funcSym (line 18) | funcSym constant labelSym (line 19) | labelSym constant pkgSym (line 20) | pkgSym constant typeSym (line 21) | typeSym constant varTypeSym (line 22) | varTypeSym constant varSym (line 23) | varSym type symbol (line 48) | type symbol struct type scope (line 75) | type scope struct method push (line 91) | func (s *scope) push(indirect bool) *scope { method pushBloc (line 109) | func (s *scope) pushBloc() *scope { return s.push(false) } method pushFunc (line 110) | func (s *scope) pushFunc() *scope { return s.push(true) } method pop (line 112) | func (s *scope) pop() *scope { method upperLevel (line 120) | func (s *scope) upperLevel() *scope { method lookup (line 131) | func (s *scope) lookup(ident string) (*symbol, int, bool) { method isRedeclared (line 148) | func (s *scope) isRedeclared(n *node) bool { method rangeChanType (line 156) | func (s *scope) rangeChanType(n *node) *itype { method fixType (line 185) | func (s *scope) fixType(t *itype) *itype { method getType (line 202) | func (s *scope) getType(ident string) *itype { method add (line 213) | func (s *scope) add(typ *itype) (index int) { method initScopePkg (line 226) | func (interp *Interpreter) initScopePkg(pkgID, pkgName string) *scope { method Globals (line 241) | func (interp *Interpreter) Globals() map[string]reflect.Value { FILE: interp/self_example_test.go function ExampleInterpreter_self (line 10) | func ExampleInterpreter_self() { FILE: interp/src.go method importSrc (line 15) | func (interp *Interpreter) importSrc(rPath, importPath string, skipTest ... method rootFromSourceLocation (line 179) | func (interp *Interpreter) rootFromSourceLocation() (string, error) { method pkgDir (line 205) | func (interp *Interpreter) pkgDir(goPath string, root, importPath string... constant vendor (line 235) | vendor = "vendor" function previousRoot (line 238) | func previousRoot(filesystem fs.FS, rootPath, root string) (string, erro... function effectivePkg (line 303) | func effectivePkg(root, p string) string { function isPathRelative (line 333) | func isPathRelative(s string) bool { FILE: interp/src_test.go function Test_effectivePkg (line 10) | func Test_effectivePkg(t *testing.T) { function Test_pkgDir (line 51) | func Test_pkgDir(t *testing.T) { function Test_previousRoot (line 200) | func Test_previousRoot(t *testing.T) { FILE: interp/testdata/concurrent/composite/composite_lit.go type foo (line 7) | type foo struct function main (line 11) | func main() { FILE: interp/testdata/concurrent/composite/composite_sparse.go type foo (line 7) | type foo struct function main (line 11) | func main() { FILE: interp/testdata/concurrent/hello1.go function main (line 5) | func main() { FILE: interp/testdata/concurrent/hello2.go function main (line 5) | func main() { FILE: interp/testdata/multi/731/sample1.go function PrintA (line 5) | func PrintA() { FILE: interp/testdata/multi/731/sample2.go function PrintB (line 5) | func PrintB() { FILE: interp/testdata/multi/731/sample3.go function main (line 5) | func main() { FILE: interp/trace.go function traceIndent (line 12) | func traceIndent(n *node) string { function tracePrintln (line 18) | func tracePrintln(n *node, v ...any) { function tracePrintTree (line 29) | func tracePrintTree(n *node, v ...any) { function ptrAddr (line 41) | func ptrAddr(v any) string { function valString (line 49) | func valString(v reflect.Value) string { method String (line 59) | func (n *node) String() string { method depth (line 85) | func (n *node) depth() int { method String (line 92) | func (sy *symbol) String() string { method String (line 109) | func (t *itype) String() string { FILE: interp/type.go type tcat (line 15) | type tcat method String (line 101) | func (c tcat) String() string { constant nilT (line 19) | nilT tcat = iota constant arrayT (line 20) | arrayT constant binT (line 21) | binT constant binPkgT (line 22) | binPkgT constant boolT (line 23) | boolT constant builtinT (line 24) | builtinT constant chanT (line 25) | chanT constant chanSendT (line 26) | chanSendT constant chanRecvT (line 27) | chanRecvT constant comparableT (line 28) | comparableT constant complex64T (line 29) | complex64T constant complex128T (line 30) | complex128T constant constraintT (line 31) | constraintT constant errorT (line 32) | errorT constant float32T (line 33) | float32T constant float64T (line 34) | float64T constant funcT (line 35) | funcT constant genericT (line 36) | genericT constant interfaceT (line 37) | interfaceT constant intT (line 38) | intT constant int8T (line 39) | int8T constant int16T (line 40) | int16T constant int32T (line 41) | int32T constant int64T (line 42) | int64T constant linkedT (line 43) | linkedT constant mapT (line 44) | mapT constant ptrT (line 45) | ptrT constant sliceT (line 46) | sliceT constant srcPkgT (line 47) | srcPkgT constant stringT (line 48) | stringT constant structT (line 49) | structT constant uintT (line 50) | uintT constant uint8T (line 51) | uint8T constant uint16T (line 52) | uint16T constant uint32T (line 53) | uint32T constant uint64T (line 54) | uint64T constant uintptrT (line 55) | uintptrT constant valueT (line 56) | valueT constant variadicT (line 57) | variadicT constant maxT (line 58) | maxT type structField (line 109) | type structField struct type itype (line 117) | type itype struct method finalize (line 1268) | func (t *itype) finalize() (*itype, error) { method addMethod (line 1294) | func (t *itype) addMethod(n *node) { method numIn (line 1303) | func (t *itype) numIn() int { method in (line 1320) | func (t *itype) in(i int) *itype { method numOut (line 1339) | func (t *itype) numOut() int { method out (line 1356) | func (t *itype) out(i int) *itype { method concrete (line 1368) | func (t *itype) concrete() *itype { method underlying (line 1375) | func (t *itype) underlying() *itype { method isVariadic (line 1396) | func (t *itype) isVariadic() bool { method isComplete (line 1409) | func (t *itype) isComplete() bool { return isComplete(t, map[string]bo... method comparable (line 1457) | func (t *itype) comparable() bool { method assignableTo (line 1462) | func (t *itype) assignableTo(o *itype) bool { method convertibleTo (line 1512) | func (t *itype) convertibleTo(o *itype) bool { method ordered (line 1530) | func (t *itype) ordered() bool { method equals (line 1536) | func (t *itype) equals(o *itype) bool { method matchDefault (line 1550) | func (t *itype) matchDefault(o *itype) bool { method methods (line 1576) | func (t *itype) methods() methodSet { method id (line 1644) | func (t *itype) id() (res string) { method zero (line 1676) | func (t *itype) zero() (v reflect.Value, err error) { method fieldIndex (line 1697) | func (t *itype) fieldIndex(name string) int { method fieldSeq (line 1711) | func (t *itype) fieldSeq(seq []int) *itype { method lookupField (line 1720) | func (t *itype) lookupField(name string) []int { method lookupBinField (line 1760) | func (t *itype) lookupBinField(name string) (s reflect.StructField, in... method methodCallType (line 1790) | func (t *itype) methodCallType() reflect.Type { method resolveAlias (line 1804) | func (t *itype) resolveAlias() *itype { method getMethod (line 1812) | func (t *itype) getMethod(name string) *node { method lookupMethod (line 1823) | func (t *itype) lookupMethod(name string) (*node, []int) { method lookupMethod2 (line 1827) | func (t *itype) lookupMethod2(name string, seen map[*itype]bool) (*nod... method interfaceMethod (line 1857) | func (t *itype) interfaceMethod(name string) *itype { method interfaceMethod2 (line 1861) | func (t *itype) interfaceMethod2(name string, seen map[*itype]bool) *i... method methodDepth (line 1890) | func (t *itype) methodDepth(name string) int { method lookupBinMethod (line 1901) | func (t *itype) lookupBinMethod(name string) (m reflect.Method, index ... method lookupBinMethod2 (line 1905) | func (t *itype) lookupBinMethod2(name string, seen map[*itype]bool) (m... method fixDummy (line 2008) | func (t *itype) fixDummy(typ reflect.Type) reflect.Type { method refType (line 2052) | func (t *itype) refType(ctx *refTypeContext) reflect.Type { method TypeOf (line 2216) | func (t *itype) TypeOf() reflect.Type { method frameType (line 2220) | func (t *itype) frameType() (r reflect.Type) { method implements (line 2249) | func (t *itype) implements(it *itype) bool { method defaultType (line 2265) | func (t *itype) defaultType(v reflect.Value, sc *scope) *itype { method isNil (line 2311) | func (t *itype) isNil() bool { return t.cat == nilT } method hasNil (line 2313) | func (t *itype) hasNil() bool { method elem (line 2327) | func (t *itype) elem() *itype { type generic (line 142) | type generic struct function untypedBool (line 144) | func untypedBool(n *node) *itype { function untypedString (line 148) | func untypedString(n *node) *itype { function untypedRune (line 152) | func untypedRune(n *node) *itype { function untypedInt (line 156) | func untypedInt(n *node) *itype { function untypedFloat (line 160) | func untypedFloat(n *node) *itype { function untypedComplex (line 164) | func untypedComplex(n *node) *itype { function errorMethodType (line 168) | func errorMethodType(sc *scope) *itype { type itypeOption (line 172) | type itypeOption function isBinMethod (line 174) | func isBinMethod() itypeOption { function withRecv (line 180) | func withRecv(typ *itype) itypeOption { function withNode (line 186) | func withNode(n *node) itypeOption { function withScope (line 192) | func withScope(sc *scope) itypeOption { function withUntyped (line 198) | func withUntyped(b bool) itypeOption { function valueTOf (line 205) | func valueTOf(rtype reflect.Type, opts ...itypeOption) *itype { function wrapperValueTOf (line 217) | func wrapperValueTOf(rtype reflect.Type, val *itype, opts ...itypeOption... function variadicOf (line 225) | func variadicOf(val *itype, opts ...itypeOption) *itype { function ptrOf (line 234) | func ptrOf(val *itype, opts ...itypeOption) *itype { function namedOf (line 247) | func namedOf(val *itype, path, name string, opts ...itypeOption) *itype { function funcOf (line 260) | func funcOf(args []*itype, ret []*itype, opts ...itypeOption) *itype { type chanDir (line 283) | type chanDir constant chanSendRecv (line 286) | chanSendRecv chanDir = iota constant chanSend (line 287) | chanSend constant chanRecv (line 288) | chanRecv function chanOf (line 292) | func chanOf(val *itype, dir chanDir, opts ...itypeOption) *itype { function arrayOf (line 311) | func arrayOf(val *itype, l int, opts ...itypeOption) *itype { function sliceOf (line 321) | func sliceOf(val *itype, opts ...itypeOption) *itype { function mapOf (line 330) | func mapOf(key, val *itype, opts ...itypeOption) *itype { function interfaceOf (line 339) | func interfaceOf(t *itype, fields []structField, constraint, ulconstrain... function structOf (line 359) | func structOf(t *itype, fields []structField, opts ...itypeOption) *itype { function genericOf (line 377) | func genericOf(val *itype, name, path string, opts ...itypeOption) *itype { function seenNode (line 389) | func seenNode(ns []*node, n *node) bool { function nodeType (line 399) | func nodeType(interp *Interpreter, sc *scope, n *node) (*itype, error) { function nodeType2 (line 403) | func nodeType2(interp *Interpreter, sc *scope, n *node, seen []*node) (t... function genType (line 1130) | func genType(interp *Interpreter, sc *scope, name string, lt *itype, typ... function genMethod (line 1155) | func genMethod(interp *Interpreter, sc *scope, t *itype, nod *node, type... function findPackageType (line 1183) | func findPackageType(interp *Interpreter, sc *scope, n *node) *itype { function isBuiltinCall (line 1197) | func isBuiltinCall(n *node, sc *scope) bool { function typeName (line 1211) | func typeName(n *node) string { function structName (line 1218) | func structName(n *node) string { function fieldName (line 1226) | func fieldName(n *node) string { function init (line 1243) | func init() { function typeDefined (line 1383) | func typeDefined(t1, t2 *itype) bool { function isComplete (line 1411) | func isComplete(t *itype, visited map[string]bool) bool { type methodSet (line 1555) | type methodSet method contains (line 1558) | func (m methodSet) contains(n methodSet) bool { method equals (line 1571) | func (m methodSet) equals(n methodSet) bool { function fixPossibleConstType (line 1655) | func fixPossibleConstType(t reflect.Type) (r reflect.Type) { function lookupFieldOrMethod (line 1932) | func lookupFieldOrMethod(t *itype, name string) *itype { function exportName (line 1962) | func exportName(s string) string { type refTypeContext (line 1976) | type refTypeContext struct method Clone (line 1995) | func (c *refTypeContext) Clone() *refTypeContext { method isComplete (line 1999) | func (c *refTypeContext) isComplete() bool { function hasElem (line 2334) | func hasElem(t reflect.Type) bool { function constToInt (line 2342) | func constToInt(c constant.Value) int { function constToString (line 2350) | func constToString(v reflect.Value) string { function wrappedType (line 2355) | func wrappedType(n *node) *itype { function isShiftNode (line 2362) | func isShiftNode(n *node) bool { function chanElement (line 2371) | func chanElement(t *itype) *itype { function isBool (line 2383) | func isBool(t *itype) bool { return t.TypeOf().Kind() == reflect.Bool } function isChan (line 2384) | func isChan(t *itype) bool { return t.TypeOf().Kind() == reflect.Chan } function isFunc (line 2385) | func isFunc(t *itype) bool { return t.TypeOf().Kind() == reflect.Func } function isMap (line 2386) | func isMap(t *itype) bool { return t.TypeOf().Kind() == reflect.Map } function isPtr (line 2387) | func isPtr(t *itype) bool { return t.TypeOf().Kind() == reflect.Ptr } function isEmptyInterface (line 2389) | func isEmptyInterface(t *itype) bool { function isGeneric (line 2393) | func isGeneric(t *itype) bool { function isNamedFuncSrc (line 2397) | func isNamedFuncSrc(t *itype) bool { function isFuncSrc (line 2401) | func isFuncSrc(t *itype) bool { function isPtrSrc (line 2405) | func isPtrSrc(t *itype) bool { function isSendChan (line 2409) | func isSendChan(t *itype) bool { function isArray (line 2414) | func isArray(t *itype) bool { function isInterfaceSrc (line 2422) | func isInterfaceSrc(t *itype) bool { function isInterfaceBin (line 2426) | func isInterfaceBin(t *itype) bool { function isInterface (line 2430) | func isInterface(t *itype) bool { function isBin (line 2434) | func isBin(t *itype) bool { function isStruct (line 2445) | func isStruct(t *itype) bool { function isConstType (line 2461) | func isConstType(t *itype) bool { function isInt (line 2466) | func isInt(t reflect.Type) bool { function isUint (line 2477) | func isUint(t reflect.Type) bool { function isComplex (line 2488) | func isComplex(t reflect.Type) bool { function isFloat (line 2499) | func isFloat(t reflect.Type) bool { function isByteArray (line 2510) | func isByteArray(t reflect.Type) bool { function isFloat32 (line 2518) | func isFloat32(t reflect.Type) bool { return t != nil && t.Kind() == ref... function isFloat64 (line 2519) | func isFloat64(t reflect.Type) bool { return t != nil && t.Kind() == ref... function isNumber (line 2520) | func isNumber(t reflect.Type) bool { function isBoolean (line 2523) | func isBoolean(t reflect.Type) bool { return t != nil && t.Kind() ... function isString (line 2524) | func isString(t reflect.Type) bool { return t != nil && t.Kind() ... function isConstantValue (line 2525) | func isConstantValue(t reflect.Type) bool { return t != nil && t.Impleme... FILE: interp/typecheck.go type opPredicates (line 11) | type opPredicates type typecheck (line 18) | type typecheck struct method op (line 23) | func (check typecheck) op(p opPredicates, a action, n, c *node, t refl... method assignment (line 37) | func (check typecheck) assignment(n *node, typ *itype, context string)... method assignExpr (line 69) | func (check typecheck) assignExpr(n, dest, src *node) error { method addressExpr (line 89) | func (check typecheck) addressExpr(n *node) error { method starExpr (line 120) | func (check typecheck) starExpr(n *node) error { method unaryExpr (line 137) | func (check typecheck) unaryExpr(n *node) error { method shift (line 158) | func (check typecheck) shift(n *node) error { method comparison (line 186) | func (check typecheck) comparison(n *node) error { method binaryExpr (line 233) | func (check typecheck) binaryExpr(n *node) error { method index (line 294) | func (check typecheck) index(n *node, max int) error { method arrayLitExpr (line 315) | func (check typecheck) arrayLitExpr(child []*node, typ *itype) error { method mapLitExpr (line 348) | func (check typecheck) mapLitExpr(child []*node, ktyp, vtyp *itype) er... method structLitExpr (line 376) | func (check typecheck) structLitExpr(child []*node, typ *itype) error { method structBinLitExpr (line 435) | func (check typecheck) structBinLitExpr(child []*node, typ reflect.Typ... method sliceExpr (line 495) | func (check typecheck) sliceExpr(n *node) error { method typeAssertionExpr (line 589) | func (check typecheck) typeAssertionExpr(n *node, typ *itype) error { method conversion (line 653) | func (check typecheck) conversion(n *node, typ *itype) error { method unpackParams (line 707) | func (check typecheck) unpackParams(child []*node) (params []param) { method builtin (line 747) | func (check typecheck) builtin(name string, n *node, child []*node, el... method arguments (line 959) | func (check typecheck) arguments(n *node, child []*node, fun *node, el... method argument (line 989) | func (check typecheck) argument(p param, ftyp *itype, i, l int, ellips... method convertUntyped (line 1051) | func (check typecheck) convertUntyped(n *node, typ *itype) error { method representable (line 1121) | func (check typecheck) representable(n *node, t reflect.Type) error { method convertConst (line 1152) | func (check typecheck) convertConst(v reflect.Value, t reflect.Type) (... function zeroConst (line 290) | func zeroConst(n *node) bool { type param (line 691) | type param struct method Type (line 696) | func (p param) Type() *itype { function arrayDeref (line 943) | func arrayDeref(typ *itype) *itype { function getArg (line 1022) | func getArg(ftyp *itype, i int) *itype { function getArgsID (line 1037) | func getArgsID(ftyp *itype) string { function representableConst (line 1209) | func representableConst(c constant.Value, t reflect.Type) bool { function isShiftAction (line 1270) | func isShiftAction(a action) bool { function isComparisonAction (line 1278) | func isComparisonAction(a action) bool { FILE: interp/typestring.go function paramsTypeString (line 5) | func paramsTypeString(params []*itype) string { function methodsTypeString (line 13) | func methodsTypeString(fields []structField) string { function fieldsTypeString (line 28) | func fieldsTypeString(fields []structField) string { FILE: interp/use.go method Symbols (line 19) | func (interp *Interpreter) Symbols(importPath string) Exports { function getWrapper (line 74) | func getWrapper(n *node, t reflect.Type) reflect.Type { method Use (line 105) | func (interp *Interpreter) Use(values Exports) error { function fixStdlib (line 160) | func fixStdlib(interp *Interpreter) { FILE: interp/value.go constant notInFrame (line 9) | notInFrame = -1 constant globalFrame (line 10) | globalFrame = -1 function valueGenerator (line 13) | func valueGenerator(n *node, i int) func(*frame) reflect.Value { function valueOf (line 36) | func valueOf(data []reflect.Value, i int) reflect.Value { function genValueRecv (line 43) | func genValueRecv(n *node) func(*frame) reflect.Value { function genValueAsFunctionWrapper (line 74) | func genValueAsFunctionWrapper(n *node) func(*frame) reflect.Value { function genValueAs (line 95) | func genValueAs(n *node, t reflect.Type) func(*frame) reflect.Value { function genValue (line 110) | func genValue(n *node) func(*frame) reflect.Value { function genDestValue (line 156) | func genDestValue(typ *itype, n *node) func(*frame) reflect.Value { function genFuncValue (line 175) | func genFuncValue(n *node) func(*frame) reflect.Value { function genValueArray (line 186) | func genValueArray(n *node) func(*frame) reflect.Value { function genValueRangeArray (line 197) | func genValueRangeArray(n *node) func(*frame) reflect.Value { function genValueInterface (line 236) | func genValueInterface(n *node) func(*frame) reflect.Value { function getConcreteValue (line 262) | func getConcreteValue(val reflect.Value) reflect.Value { function zeroInterfaceValue (line 290) | func zeroInterfaceValue() reflect.Value { function wantEmptyInterface (line 296) | func wantEmptyInterface(n *node) bool { function genValueOutput (line 302) | func genValueOutput(n *node, t reflect.Type) func(*frame) reflect.Value { function getBinValue (line 328) | func getBinValue(getMapType func(*itype) reflect.Type, value func(*frame... function valueInterfaceValue (line 343) | func valueInterfaceValue(v reflect.Value) reflect.Value { function genValueInterfaceValue (line 354) | func genValueInterfaceValue(n *node) func(*frame) reflect.Value { function vInt (line 368) | func vInt(v reflect.Value) (i int64) { function vUint (line 386) | func vUint(v reflect.Value) (i uint64) { function vComplex (line 404) | func vComplex(v reflect.Value) (c complex128) { function vFloat (line 424) | func vFloat(v reflect.Value) (i float64) { function vString (line 442) | func vString(v reflect.Value) (s string) { function vConstantValue (line 450) | func vConstantValue(v reflect.Value) (c constant.Value) { function genValueInt (line 457) | func genValueInt(n *node) func(*frame) (reflect.Value, int64) { function genValueUint (line 475) | func genValueUint(n *node) func(*frame) (reflect.Value, uint64) { function genValueFloat (line 493) | func genValueFloat(n *node) func(*frame) (reflect.Value, float64) { function genValueComplex (line 511) | func genValueComplex(n *node) func(*frame) reflect.Value { function genComplex (line 516) | func genComplex(n *node) func(*frame) complex128 { function genValueString (line 532) | func genValueString(n *node) func(*frame) (reflect.Value, string) { FILE: stdlib/go1_21_archive_tar.go function init (line 15) | func init() { FILE: stdlib/go1_21_archive_zip.go function init (line 13) | func init() { FILE: stdlib/go1_21_bufio.go function init (line 15) | func init() { FILE: stdlib/go1_21_bytes.go function init (line 15) | func init() { FILE: stdlib/go1_21_cmp.go function init (line 12) | func init() { FILE: stdlib/go1_21_compress_bzip2.go function init (line 13) | func init() { FILE: stdlib/go1_21_compress_flate.go function init (line 16) | func init() { type _compress_flate_Reader (line 45) | type _compress_flate_Reader struct method Read (line 51) | func (W _compress_flate_Reader) Read(p []byte) (n int, err error) { re... method ReadByte (line 52) | func (W _compress_flate_Reader) ReadByte() (byte, error) { re... type _compress_flate_Resetter (line 55) | type _compress_flate_Resetter struct method Reset (line 60) | func (W _compress_flate_Resetter) Reset(r io.Reader, dict []byte) erro... FILE: stdlib/go1_21_compress_gzip.go function init (line 15) | func init() { FILE: stdlib/go1_21_compress_lzw.go function init (line 13) | func init() { FILE: stdlib/go1_21_compress_zlib.go function init (line 16) | func init() { type _compress_zlib_Resetter (line 43) | type _compress_zlib_Resetter struct method Reset (line 48) | func (W _compress_zlib_Resetter) Reset(r io.Reader, dict []byte) error... FILE: stdlib/go1_21_container_heap.go function init (line 13) | func init() { type _container_heap_Interface (line 31) | type _container_heap_Interface struct method Len (line 40) | func (W _container_heap_Interface) Len() int { return W.... method Less (line 41) | func (W _container_heap_Interface) Less(i int, j int) bool { return W.... method Pop (line 42) | func (W _container_heap_Interface) Pop() any { return W.... method Push (line 43) | func (W _container_heap_Interface) Push(x any) { W.WPush(x) } method Swap (line 44) | func (W _container_heap_Interface) Swap(i int, j int) { W.WSwap(i... FILE: stdlib/go1_21_container_list.go function init (line 13) | func init() { FILE: stdlib/go1_21_container_ring.go function init (line 13) | func init() { FILE: stdlib/go1_21_context.go function init (line 14) | func init() { type _context_Context (line 43) | type _context_Context struct method Deadline (line 51) | func (W _context_Context) Deadline() (deadline time.Time, ok bool) { r... method Done (line 52) | func (W _context_Context) Done() <-chan struct{} { r... method Err (line 53) | func (W _context_Context) Err() error { r... method Value (line 54) | func (W _context_Context) Value(key any) any { r... FILE: stdlib/go1_21_crypto.go function init (line 14) | func init() { type _crypto_Decrypter (line 58) | type _crypto_Decrypter struct method Decrypt (line 64) | func (W _crypto_Decrypter) Decrypt(rand io.Reader, msg []byte, opts cr... method Public (line 67) | func (W _crypto_Decrypter) Public() crypto.PublicKey { return W.WPubli... type _crypto_DecrypterOpts (line 70) | type _crypto_DecrypterOpts struct type _crypto_PrivateKey (line 75) | type _crypto_PrivateKey struct type _crypto_PublicKey (line 80) | type _crypto_PublicKey struct type _crypto_Signer (line 85) | type _crypto_Signer struct method Public (line 91) | func (W _crypto_Signer) Public() crypto.PublicKey { return W.WPublic() } method Sign (line 92) | func (W _crypto_Signer) Sign(rand io.Reader, digest []byte, opts crypt... type _crypto_SignerOpts (line 97) | type _crypto_SignerOpts struct method HashFunc (line 102) | func (W _crypto_SignerOpts) HashFunc() crypto.Hash { return W.WHashFun... FILE: stdlib/go1_21_crypto_aes.go function init (line 15) | func init() { FILE: stdlib/go1_21_crypto_cipher.go function init (line 13) | func init() { type _crypto_cipher_AEAD (line 43) | type _crypto_cipher_AEAD struct method NonceSize (line 51) | func (W _crypto_cipher_AEAD) NonceSize() int { return W.WNonceSize() } method Open (line 52) | func (W _crypto_cipher_AEAD) Open(dst []byte, nonce []byte, ciphertext... method Overhead (line 55) | func (W _crypto_cipher_AEAD) Overhead() int { return W.WOverhead() } method Seal (line 56) | func (W _crypto_cipher_AEAD) Seal(dst []byte, nonce []byte, plaintext ... type _crypto_cipher_Block (line 61) | type _crypto_cipher_Block struct method BlockSize (line 68) | func (W _crypto_cipher_Block) BlockSize() int { return... method Decrypt (line 69) | func (W _crypto_cipher_Block) Decrypt(dst []byte, src []byte) { W.WDec... method Encrypt (line 70) | func (W _crypto_cipher_Block) Encrypt(dst []byte, src []byte) { W.WEnc... type _crypto_cipher_BlockMode (line 73) | type _crypto_cipher_BlockMode struct method BlockSize (line 79) | func (W _crypto_cipher_BlockMode) BlockSize() int ... method CryptBlocks (line 80) | func (W _crypto_cipher_BlockMode) CryptBlocks(dst []byte, src []byte) ... type _crypto_cipher_Stream (line 83) | type _crypto_cipher_Stream struct method XORKeyStream (line 88) | func (W _crypto_cipher_Stream) XORKeyStream(dst []byte, src []byte) { ... FILE: stdlib/go1_21_crypto_des.go function init (line 15) | func init() { FILE: stdlib/go1_21_crypto_dsa.go function init (line 13) | func init() { FILE: stdlib/go1_21_crypto_ecdh.go function init (line 14) | func init() { type _crypto_ecdh_Curve (line 33) | type _crypto_ecdh_Curve struct method GenerateKey (line 40) | func (W _crypto_ecdh_Curve) GenerateKey(rand io.Reader) (*ecdh.Private... method NewPrivateKey (line 43) | func (W _crypto_ecdh_Curve) NewPrivateKey(key []byte) (*ecdh.PrivateKe... method NewPublicKey (line 46) | func (W _crypto_ecdh_Curve) NewPublicKey(key []byte) (*ecdh.PublicKey,... FILE: stdlib/go1_21_crypto_ecdsa.go function init (line 13) | func init() { FILE: stdlib/go1_21_crypto_ed25519.go function init (line 15) | func init() { FILE: stdlib/go1_21_crypto_elliptic.go function init (line 14) | func init() { type _crypto_elliptic_Curve (line 37) | type _crypto_elliptic_Curve struct method Add (line 47) | func (W _crypto_elliptic_Curve) Add(x1 *big.Int, y1 *big.Int, x2 *big.... method Double (line 50) | func (W _crypto_elliptic_Curve) Double(x1 *big.Int, y1 *big.Int) (x *b... method IsOnCurve (line 53) | func (W _crypto_elliptic_Curve) IsOnCurve(x *big.Int, y *big.Int) bool... method Params (line 54) | func (W _crypto_elliptic_Curve) Params() *elliptic.CurveParams ... method ScalarBaseMult (line 55) | func (W _crypto_elliptic_Curve) ScalarBaseMult(k []byte) (x *big.Int, ... method ScalarMult (line 58) | func (W _crypto_elliptic_Curve) ScalarMult(x1 *big.Int, y1 *big.Int, k... FILE: stdlib/go1_21_crypto_hmac.go function init (line 13) | func init() { FILE: stdlib/go1_21_crypto_md5.go function init (line 15) | func init() { FILE: stdlib/go1_21_crypto_rand.go function init (line 13) | func init() { FILE: stdlib/go1_21_crypto_rc4.go function init (line 13) | func init() { FILE: stdlib/go1_21_crypto_rsa.go function init (line 15) | func init() { FILE: stdlib/go1_21_crypto_sha1.go function init (line 15) | func init() { FILE: stdlib/go1_21_crypto_sha256.go function init (line 15) | func init() { FILE: stdlib/go1_21_crypto_sha512.go function init (line 15) | func init() { FILE: stdlib/go1_21_crypto_subtle.go function init (line 13) | func init() { FILE: stdlib/go1_21_crypto_tls.go function init (line 15) | func init() { type _crypto_tls_ClientSessionCache (line 137) | type _crypto_tls_ClientSessionCache struct method Get (line 143) | func (W _crypto_tls_ClientSessionCache) Get(sessionKey string) (sessio... method Put (line 146) | func (W _crypto_tls_ClientSessionCache) Put(sessionKey string, cs *tls... FILE: stdlib/go1_21_crypto_x509.go function init (line 13) | func init() { FILE: stdlib/go1_21_crypto_x509_pkix.go function init (line 13) | func init() { FILE: stdlib/go1_21_database_sql.go function init (line 13) | func init() { type _database_sql_Result (line 65) | type _database_sql_Result struct method LastInsertId (line 71) | func (W _database_sql_Result) LastInsertId() (int64, error) { return W... method RowsAffected (line 72) | func (W _database_sql_Result) RowsAffected() (int64, error) { return W... type _database_sql_Scanner (line 75) | type _database_sql_Scanner struct method Scan (line 80) | func (W _database_sql_Scanner) Scan(src any) error { return W.WScan(sr... FILE: stdlib/go1_21_database_sql_driver.go function init (line 14) | func init() { type _database_sql_driver_ColumnConverter (line 101) | type _database_sql_driver_ColumnConverter struct method ColumnConverter (line 106) | func (W _database_sql_driver_ColumnConverter) ColumnConverter(idx int)... type _database_sql_driver_Conn (line 111) | type _database_sql_driver_Conn struct method Begin (line 118) | func (W _database_sql_driver_Conn) Begin() (driver.Tx, error) { return... method Close (line 119) | func (W _database_sql_driver_Conn) Close() error { return... method Prepare (line 120) | func (W _database_sql_driver_Conn) Prepare(query string) (driver.Stmt,... type _database_sql_driver_ConnBeginTx (line 125) | type _database_sql_driver_ConnBeginTx struct method BeginTx (line 130) | func (W _database_sql_driver_ConnBeginTx) BeginTx(ctx context.Context,... type _database_sql_driver_ConnPrepareContext (line 135) | type _database_sql_driver_ConnPrepareContext struct method PrepareContext (line 140) | func (W _database_sql_driver_ConnPrepareContext) PrepareContext(ctx co... type _database_sql_driver_Connector (line 145) | type _database_sql_driver_Connector struct method Connect (line 151) | func (W _database_sql_driver_Connector) Connect(a0 context.Context) (d... method Driver (line 154) | func (W _database_sql_driver_Connector) Driver() driver.Driver { retur... type _database_sql_driver_Driver (line 157) | type _database_sql_driver_Driver struct method Open (line 162) | func (W _database_sql_driver_Driver) Open(name string) (driver.Conn, e... type _database_sql_driver_DriverContext (line 165) | type _database_sql_driver_DriverContext struct method OpenConnector (line 170) | func (W _database_sql_driver_DriverContext) OpenConnector(name string)... type _database_sql_driver_Execer (line 175) | type _database_sql_driver_Execer struct method Exec (line 180) | func (W _database_sql_driver_Execer) Exec(query string, args []driver.... type _database_sql_driver_ExecerContext (line 185) | type _database_sql_driver_ExecerContext struct method ExecContext (line 190) | func (W _database_sql_driver_ExecerContext) ExecContext(ctx context.Co... type _database_sql_driver_NamedValueChecker (line 195) | type _database_sql_driver_NamedValueChecker struct method CheckNamedValue (line 200) | func (W _database_sql_driver_NamedValueChecker) CheckNamedValue(a0 *dr... type _database_sql_driver_Pinger (line 205) | type _database_sql_driver_Pinger struct method Ping (line 210) | func (W _database_sql_driver_Pinger) Ping(ctx context.Context) error {... type _database_sql_driver_Queryer (line 213) | type _database_sql_driver_Queryer struct method Query (line 218) | func (W _database_sql_driver_Queryer) Query(query string, args []drive... type _database_sql_driver_QueryerContext (line 223) | type _database_sql_driver_QueryerContext struct method QueryContext (line 228) | func (W _database_sql_driver_QueryerContext) QueryContext(ctx context.... type _database_sql_driver_Result (line 233) | type _database_sql_driver_Result struct method LastInsertId (line 239) | func (W _database_sql_driver_Result) LastInsertId() (int64, error) { r... method RowsAffected (line 240) | func (W _database_sql_driver_Result) RowsAffected() (int64, error) { r... type _database_sql_driver_Rows (line 243) | type _database_sql_driver_Rows struct method Close (line 250) | func (W _database_sql_driver_Rows) Close() error { r... method Columns (line 251) | func (W _database_sql_driver_Rows) Columns() []string { r... method Next (line 252) | func (W _database_sql_driver_Rows) Next(dest []driver.Value) error { r... type _database_sql_driver_RowsColumnTypeDatabaseTypeName (line 255) | type _database_sql_driver_RowsColumnTypeDatabaseTypeName struct method Close (line 263) | func (W _database_sql_driver_RowsColumnTypeDatabaseTypeName) Close() e... method ColumnTypeDatabaseTypeName (line 264) | func (W _database_sql_driver_RowsColumnTypeDatabaseTypeName) ColumnTyp... method Columns (line 267) | func (W _database_sql_driver_RowsColumnTypeDatabaseTypeName) Columns()... method Next (line 268) | func (W _database_sql_driver_RowsColumnTypeDatabaseTypeName) Next(dest... type _database_sql_driver_RowsColumnTypeLength (line 273) | type _database_sql_driver_RowsColumnTypeLength struct method Close (line 281) | func (W _database_sql_driver_RowsColumnTypeLength) Close() error { ret... method ColumnTypeLength (line 282) | func (W _database_sql_driver_RowsColumnTypeLength) ColumnTypeLength(in... method Columns (line 285) | func (W _database_sql_driver_RowsColumnTypeLength) Columns() []string ... method Next (line 286) | func (W _database_sql_driver_RowsColumnTypeLength) Next(dest []driver.... type _database_sql_driver_RowsColumnTypeNullable (line 291) | type _database_sql_driver_RowsColumnTypeNullable struct method Close (line 299) | func (W _database_sql_driver_RowsColumnTypeNullable) Close() error { r... method ColumnTypeNullable (line 300) | func (W _database_sql_driver_RowsColumnTypeNullable) ColumnTypeNullabl... method Columns (line 303) | func (W _database_sql_driver_RowsColumnTypeNullable) Columns() []strin... method Next (line 304) | func (W _database_sql_driver_RowsColumnTypeNullable) Next(dest []drive... type _database_sql_driver_RowsColumnTypePrecisionScale (line 309) | type _database_sql_driver_RowsColumnTypePrecisionScale struct method Close (line 317) | func (W _database_sql_driver_RowsColumnTypePrecisionScale) Close() err... method ColumnTypePrecisionScale (line 318) | func (W _database_sql_driver_RowsColumnTypePrecisionScale) ColumnTypeP... method Columns (line 321) | func (W _database_sql_driver_RowsColumnTypePrecisionScale) Columns() [... method Next (line 322) | func (W _database_sql_driver_RowsColumnTypePrecisionScale) Next(dest [... type _database_sql_driver_RowsColumnTypeScanType (line 327) | type _database_sql_driver_RowsColumnTypeScanType struct method Close (line 335) | func (W _database_sql_driver_RowsColumnTypeScanType) Close() error { r... method ColumnTypeScanType (line 336) | func (W _database_sql_driver_RowsColumnTypeScanType) ColumnTypeScanTyp... method Columns (line 339) | func (W _database_sql_driver_RowsColumnTypeScanType) Columns() []strin... method Next (line 340) | func (W _database_sql_driver_RowsColumnTypeScanType) Next(dest []drive... type _database_sql_driver_RowsNextResultSet (line 345) | type _database_sql_driver_RowsNextResultSet struct method Close (line 354) | func (W _database_sql_driver_RowsNextResultSet) Close() error ... method Columns (line 355) | func (W _database_sql_driver_RowsNextResultSet) Columns() []string ... method HasNextResultSet (line 356) | func (W _database_sql_driver_RowsNextResultSet) HasNextResultSet() boo... method Next (line 357) | func (W _database_sql_driver_RowsNextResultSet) Next(dest []driver.Val... method NextResultSet (line 358) | func (W _database_sql_driver_RowsNextResultSet) NextResultSet() error ... type _database_sql_driver_SessionResetter (line 361) | type _database_sql_driver_SessionResetter struct method ResetSession (line 366) | func (W _database_sql_driver_SessionResetter) ResetSession(ctx context... type _database_sql_driver_Stmt (line 371) | type _database_sql_driver_Stmt struct method Close (line 379) | func (W _database_sql_driver_Stmt) Close() error { return W.WClose() } method Exec (line 380) | func (W _database_sql_driver_Stmt) Exec(args []driver.Value) (driver.R... method NumInput (line 383) | func (W _database_sql_driver_Stmt) NumInput() int { return W.WNumInput... method Query (line 384) | func (W _database_sql_driver_Stmt) Query(args []driver.Value) (driver.... type _database_sql_driver_StmtExecContext (line 389) | type _database_sql_driver_StmtExecContext struct method ExecContext (line 394) | func (W _database_sql_driver_StmtExecContext) ExecContext(ctx context.... type _database_sql_driver_StmtQueryContext (line 399) | type _database_sql_driver_StmtQueryContext struct method QueryContext (line 404) | func (W _database_sql_driver_StmtQueryContext) QueryContext(ctx contex... type _database_sql_driver_Tx (line 409) | type _database_sql_driver_Tx struct method Commit (line 415) | func (W _database_sql_driver_Tx) Commit() error { return W.WCommit() } method Rollback (line 416) | func (W _database_sql_driver_Tx) Rollback() error { return W.WRollback... type _database_sql_driver_Validator (line 419) | type _database_sql_driver_Validator struct method IsValid (line 424) | func (W _database_sql_driver_Validator) IsValid() bool { return W.WIsV... type _database_sql_driver_Value (line 427) | type _database_sql_driver_Value struct type _database_sql_driver_ValueConverter (line 432) | type _database_sql_driver_ValueConverter struct method ConvertValue (line 437) | func (W _database_sql_driver_ValueConverter) ConvertValue(v any) (driv... type _database_sql_driver_Valuer (line 442) | type _database_sql_driver_Valuer struct method Value (line 447) | func (W _database_sql_driver_Valuer) Value() (driver.Value, error) { r... FILE: stdlib/go1_21_debug_buildinfo.go function init (line 13) | func init() { FILE: stdlib/go1_21_debug_dwarf.go function init (line 13) | func init() { type _debug_dwarf_Type (line 274) | type _debug_dwarf_Type struct method Common (line 281) | func (W _debug_dwarf_Type) Common() *dwarf.CommonType { return W.WComm... method Size (line 282) | func (W _debug_dwarf_Type) Size() int64 { return W.WSize... method String (line 283) | func (W _debug_dwarf_Type) String() string { FILE: stdlib/go1_21_debug_elf.go function init (line 15) | func init() { FILE: stdlib/go1_21_debug_gosym.go function init (line 13) | func init() { FILE: stdlib/go1_21_debug_macho.go function init (line 13) | func init() { type _debug_macho_Load (line 153) | type _debug_macho_Load struct method Raw (line 158) | func (W _debug_macho_Load) Raw() []byte { return W.WRaw() } FILE: stdlib/go1_21_debug_pe.go function init (line 15) | func init() { FILE: stdlib/go1_21_debug_plan9obj.go function init (line 15) | func init() { FILE: stdlib/go1_21_encoding.go function init (line 13) | func init() { type _encoding_BinaryMarshaler (line 30) | type _encoding_BinaryMarshaler struct method MarshalBinary (line 35) | func (W _encoding_BinaryMarshaler) MarshalBinary() (data []byte, err e... type _encoding_BinaryUnmarshaler (line 40) | type _encoding_BinaryUnmarshaler struct method UnmarshalBinary (line 45) | func (W _encoding_BinaryUnmarshaler) UnmarshalBinary(data []byte) error { type _encoding_TextMarshaler (line 50) | type _encoding_TextMarshaler struct method MarshalText (line 55) | func (W _encoding_TextMarshaler) MarshalText() (text []byte, err error... type _encoding_TextUnmarshaler (line 58) | type _encoding_TextUnmarshaler struct method UnmarshalText (line 63) | func (W _encoding_TextUnmarshaler) UnmarshalText(text []byte) error { ... FILE: stdlib/go1_21_encoding_ascii85.go function init (line 13) | func init() { FILE: stdlib/go1_21_encoding_asn1.go function init (line 15) | func init() { FILE: stdlib/go1_21_encoding_base32.go function init (line 13) | func init() { FILE: stdlib/go1_21_encoding_base64.go function init (line 13) | func init() { FILE: stdlib/go1_21_encoding_binary.go function init (line 15) | func init() { type _encoding_binary_AppendByteOrder (line 47) | type _encoding_binary_AppendByteOrder struct method AppendUint16 (line 55) | func (W _encoding_binary_AppendByteOrder) AppendUint16(a0 []byte, a1 u... method AppendUint32 (line 58) | func (W _encoding_binary_AppendByteOrder) AppendUint32(a0 []byte, a1 u... method AppendUint64 (line 61) | func (W _encoding_binary_AppendByteOrder) AppendUint64(a0 []byte, a1 u... method String (line 64) | func (W _encoding_binary_AppendByteOrder) String() string { type _encoding_binary_ByteOrder (line 72) | type _encoding_binary_ByteOrder struct method PutUint16 (line 83) | func (W _encoding_binary_ByteOrder) PutUint16(a0 []byte, a1 uint16) { ... method PutUint32 (line 84) | func (W _encoding_binary_ByteOrder) PutUint32(a0 []byte, a1 uint32) { ... method PutUint64 (line 85) | func (W _encoding_binary_ByteOrder) PutUint64(a0 []byte, a1 uint64) { ... method String (line 86) | func (W _encoding_binary_ByteOrder) String() string { method Uint16 (line 92) | func (W _encoding_binary_ByteOrder) Uint16(a0 []byte) uint16 { return ... method Uint32 (line 93) | func (W _encoding_binary_ByteOrder) Uint32(a0 []byte) uint32 { return ... method Uint64 (line 94) | func (W _encoding_binary_ByteOrder) Uint64(a0 []byte) uint64 { return ... FILE: stdlib/go1_21_encoding_csv.go function init (line 13) | func init() { FILE: stdlib/go1_21_encoding_gob.go function init (line 13) | func init() { type _encoding_gob_GobDecoder (line 35) | type _encoding_gob_GobDecoder struct method GobDecode (line 40) | func (W _encoding_gob_GobDecoder) GobDecode(a0 []byte) error { return ... type _encoding_gob_GobEncoder (line 43) | type _encoding_gob_GobEncoder struct method GobEncode (line 48) | func (W _encoding_gob_GobEncoder) GobEncode() ([]byte, error) { return... FILE: stdlib/go1_21_encoding_hex.go function init (line 13) | func init() { FILE: stdlib/go1_21_encoding_json.go function init (line 13) | func init() { type _encoding_json_Marshaler (line 52) | type _encoding_json_Marshaler struct method MarshalJSON (line 57) | func (W _encoding_json_Marshaler) MarshalJSON() ([]byte, error) { retu... type _encoding_json_Token (line 60) | type _encoding_json_Token struct type _encoding_json_Unmarshaler (line 65) | type _encoding_json_Unmarshaler struct method UnmarshalJSON (line 70) | func (W _encoding_json_Unmarshaler) UnmarshalJSON(a0 []byte) error { r... FILE: stdlib/go1_21_encoding_pem.go function init (line 13) | func init() { FILE: stdlib/go1_21_encoding_xml.go function init (line 15) | func init() { type _encoding_xml_Marshaler (line 64) | type _encoding_xml_Marshaler struct method MarshalXML (line 69) | func (W _encoding_xml_Marshaler) MarshalXML(e *xml.Encoder, start xml.... type _encoding_xml_MarshalerAttr (line 74) | type _encoding_xml_MarshalerAttr struct method MarshalXMLAttr (line 79) | func (W _encoding_xml_MarshalerAttr) MarshalXMLAttr(name xml.Name) (xm... type _encoding_xml_Token (line 84) | type _encoding_xml_Token struct type _encoding_xml_TokenReader (line 89) | type _encoding_xml_TokenReader struct method Token (line 94) | func (W _encoding_xml_TokenReader) Token() (xml.Token, error) { return... type _encoding_xml_Unmarshaler (line 97) | type _encoding_xml_Unmarshaler struct method UnmarshalXML (line 102) | func (W _encoding_xml_Unmarshaler) UnmarshalXML(d *xml.Decoder, start ... type _encoding_xml_UnmarshalerAttr (line 107) | type _encoding_xml_UnmarshalerAttr struct method UnmarshalXMLAttr (line 112) | func (W _encoding_xml_UnmarshalerAttr) UnmarshalXMLAttr(attr xml.Attr)... FILE: stdlib/go1_21_errors.go function init (line 13) | func init() { FILE: stdlib/go1_21_expvar.go function init (line 13) | func init() { type _expvar_Var (line 40) | type _expvar_Var struct method String (line 45) | func (W _expvar_Var) String() string { FILE: stdlib/go1_21_flag.go function init (line 13) | func init() { type _flag_Getter (line 70) | type _flag_Getter struct method Get (line 77) | func (W _flag_Getter) Get() any { return W.WGet() } method Set (line 78) | func (W _flag_Getter) Set(a0 string) error { return W.WSet(a0) } method String (line 79) | func (W _flag_Getter) String() string { type _flag_Value (line 87) | type _flag_Value struct method Set (line 93) | func (W _flag_Value) Set(a0 string) error { return W.WSet(a0) } method String (line 94) | func (W _flag_Value) String() string { FILE: stdlib/go1_21_fmt.go function init (line 13) | func init() { type _fmt_Formatter (line 59) | type _fmt_Formatter struct method Format (line 64) | func (W _fmt_Formatter) Format(f fmt.State, verb rune) { W.WFormat(f, ... type _fmt_GoStringer (line 67) | type _fmt_GoStringer struct method GoString (line 72) | func (W _fmt_GoStringer) GoString() string { return W.WGoString() } type _fmt_ScanState (line 75) | type _fmt_ScanState struct method Read (line 85) | func (W _fmt_ScanState) Read(buf []byte) (n int, err error) { ret... method ReadRune (line 86) | func (W _fmt_ScanState) ReadRune() (r rune, size int, err error) { ret... method SkipSpace (line 87) | func (W _fmt_ScanState) SkipSpace() { W.W... method Token (line 88) | func (W _fmt_ScanState) Token(skipSpace bool, f func(rune) bool) (toke... method UnreadRune (line 91) | func (W _fmt_ScanState) UnreadRune() error { return W.WUnreadR... method Width (line 92) | func (W _fmt_ScanState) Width() (wid int, ok bool) { return W.WWidth() } type _fmt_Scanner (line 95) | type _fmt_Scanner struct method Scan (line 100) | func (W _fmt_Scanner) Scan(state fmt.ScanState, verb rune) error { ret... type _fmt_State (line 103) | type _fmt_State struct method Flag (line 111) | func (W _fmt_State) Flag(c int) bool { return W.WFla... method Precision (line 112) | func (W _fmt_State) Precision() (prec int, ok bool) { return W.WPre... method Width (line 113) | func (W _fmt_State) Width() (wid int, ok bool) { return W.WWid... method Write (line 114) | func (W _fmt_State) Write(b []byte) (n int, err error) { return W.WWri... type _fmt_Stringer (line 117) | type _fmt_Stringer struct method String (line 122) | func (W _fmt_Stringer) String() string { FILE: stdlib/go1_21_go_ast.go function init (line 14) | func init() { type _go_ast_Decl (line 133) | type _go_ast_Decl struct method End (line 139) | func (W _go_ast_Decl) End() token.Pos { return W.WEnd() } method Pos (line 140) | func (W _go_ast_Decl) Pos() token.Pos { return W.WPos() } type _go_ast_Expr (line 143) | type _go_ast_Expr struct method End (line 149) | func (W _go_ast_Expr) End() token.Pos { return W.WEnd() } method Pos (line 150) | func (W _go_ast_Expr) Pos() token.Pos { return W.WPos() } type _go_ast_Node (line 153) | type _go_ast_Node struct method End (line 159) | func (W _go_ast_Node) End() token.Pos { return W.WEnd() } method Pos (line 160) | func (W _go_ast_Node) Pos() token.Pos { return W.WPos() } type _go_ast_Spec (line 163) | type _go_ast_Spec struct method End (line 169) | func (W _go_ast_Spec) End() token.Pos { return W.WEnd() } method Pos (line 170) | func (W _go_ast_Spec) Pos() token.Pos { return W.WPos() } type _go_ast_Stmt (line 173) | type _go_ast_Stmt struct method End (line 179) | func (W _go_ast_Stmt) End() token.Pos { return W.WEnd() } method Pos (line 180) | func (W _go_ast_Stmt) Pos() token.Pos { return W.WPos() } type _go_ast_Visitor (line 183) | type _go_ast_Visitor struct method Visit (line 188) | func (W _go_ast_Visitor) Visit(node ast.Node) (w ast.Visitor) { return... FILE: stdlib/go1_21_go_build.go function init (line 13) | func init() { FILE: stdlib/go1_21_go_build_constraint.go function init (line 13) | func init() { type _go_build_constraint_Expr (line 36) | type _go_build_constraint_Expr struct method Eval (line 42) | func (W _go_build_constraint_Expr) Eval(ok func(tag string) bool) bool... method String (line 43) | func (W _go_build_constraint_Expr) String() string { FILE: stdlib/go1_21_go_constant.go function init (line 13) | func init() { type _go_constant_Value (line 64) | type _go_constant_Value struct method ExactString (line 71) | func (W _go_constant_Value) ExactString() string { return W.WExactStri... method Kind (line 72) | func (W _go_constant_Value) Kind() constant.Kind { return W.WKind() } method String (line 73) | func (W _go_constant_Value) String() string { FILE: stdlib/go1_21_go_doc.go function init (line 13) | func init() { FILE: stdlib/go1_21_go_doc_comment.go function init (line 13) | func init() { type _go_doc_comment_Block (line 42) | type _go_doc_comment_Block struct type _go_doc_comment_Text (line 47) | type _go_doc_comment_Text struct FILE: stdlib/go1_21_go_format.go function init (line 13) | func init() { FILE: stdlib/go1_21_go_importer.go function init (line 13) | func init() { FILE: stdlib/go1_21_go_parser.go function init (line 13) | func init() { FILE: stdlib/go1_21_go_printer.go function init (line 13) | func init() { FILE: stdlib/go1_21_go_scanner.go function init (line 13) | func init() { FILE: stdlib/go1_21_go_token.go function init (line 14) | func init() { FILE: stdlib/go1_21_go_types.go function init (line 14) | func init() { type _go_types_Importer (line 180) | type _go_types_Importer struct method Import (line 185) | func (W _go_types_Importer) Import(path string) (*types.Package, error... type _go_types_ImporterFrom (line 188) | type _go_types_ImporterFrom struct method Import (line 194) | func (W _go_types_ImporterFrom) Import(path string) (*types.Package, e... method ImportFrom (line 195) | func (W _go_types_ImporterFrom) ImportFrom(path string, dir string, mo... type _go_types_Object (line 200) | type _go_types_Object struct method Exported (line 212) | func (W _go_types_Object) Exported() bool { return W.WExported() } method Id (line 213) | func (W _go_types_Object) Id() string { return W.WId() } method Name (line 214) | func (W _go_types_Object) Name() string { return W.WName() } method Parent (line 215) | func (W _go_types_Object) Parent() *types.Scope { return W.WParent() } method Pkg (line 216) | func (W _go_types_Object) Pkg() *types.Package { return W.WPkg() } method Pos (line 217) | func (W _go_types_Object) Pos() token.Pos { return W.WPos() } method String (line 218) | func (W _go_types_Object) String() string { method Type (line 224) | func (W _go_types_Object) Type() types.Type { return W.WType() } type _go_types_Sizes (line 227) | type _go_types_Sizes struct method Alignof (line 234) | func (W _go_types_Sizes) Alignof(T types.Type) int64 { retu... method Offsetsof (line 235) | func (W _go_types_Sizes) Offsetsof(fields []*types.Var) []int64 { retu... method Sizeof (line 236) | func (W _go_types_Sizes) Sizeof(T types.Type) int64 { retu... type _go_types_Type (line 239) | type _go_types_Type struct method String (line 245) | func (W _go_types_Type) String() string { method Underlying (line 251) | func (W _go_types_Type) Underlying() types.Type { return W.WUnderlying... FILE: stdlib/go1_21_hash.go function init (line 13) | func init() { type _hash_Hash (line 28) | type _hash_Hash struct method BlockSize (line 37) | func (W _hash_Hash) BlockSize() int { return W.WBlo... method Reset (line 38) | func (W _hash_Hash) Reset() { W.WReset() } method Size (line 39) | func (W _hash_Hash) Size() int { return W.WSiz... method Sum (line 40) | func (W _hash_Hash) Sum(b []byte) []byte { return W.WSum... method Write (line 41) | func (W _hash_Hash) Write(p []byte) (n int, err error) { return W.WWri... type _hash_Hash32 (line 44) | type _hash_Hash32 struct method BlockSize (line 54) | func (W _hash_Hash32) BlockSize() int { return W.WB... method Reset (line 55) | func (W _hash_Hash32) Reset() { W.WReset() } method Size (line 56) | func (W _hash_Hash32) Size() int { return W.WS... method Sum (line 57) | func (W _hash_Hash32) Sum(b []byte) []byte { return W.WS... method Sum32 (line 58) | func (W _hash_Hash32) Sum32() uint32 { return W.WS... method Write (line 59) | func (W _hash_Hash32) Write(p []byte) (n int, err error) { return W.WW... type _hash_Hash64 (line 62) | type _hash_Hash64 struct method BlockSize (line 72) | func (W _hash_Hash64) BlockSize() int { return W.WB... method Reset (line 73) | func (W _hash_Hash64) Reset() { W.WReset() } method Size (line 74) | func (W _hash_Hash64) Size() int { return W.WS... method Sum (line 75) | func (W _hash_Hash64) Sum(b []byte) []byte { return W.WS... method Sum64 (line 76) | func (W _hash_Hash64) Sum64() uint64 { return W.WS... method Write (line 77) | func (W _hash_Hash64) Write(p []byte) (n int, err error) { return W.WW... FILE: stdlib/go1_21_hash_adler32.go function init (line 15) | func init() { FILE: stdlib/go1_21_hash_crc32.go function init (line 15) | func init() { FILE: stdlib/go1_21_hash_crc64.go function init (line 15) | func init() { FILE: stdlib/go1_21_hash_fnv.go function init (line 13) | func init() { FILE: stdlib/go1_21_hash_maphash.go function init (line 13) | func init() { FILE: stdlib/go1_21_html.go function init (line 13) | func init() { FILE: stdlib/go1_21_html_template.go function init (line 13) | func init() { FILE: stdlib/go1_21_image.go function init (line 14) | func init() { type _image_Image (line 79) | type _image_Image struct method At (line 86) | func (W _image_Image) At(x int, y int) color.Color { return W.WAt(x, y) } method Bounds (line 87) | func (W _image_Image) Bounds() image.Rectangle { return W.WBounds() } method ColorModel (line 88) | func (W _image_Image) ColorModel() color.Model { return W.WColorMo... type _image_PalettedImage (line 91) | type _image_PalettedImage struct method At (line 99) | func (W _image_PalettedImage) At(x int, y int) color.Color { retur... method Bounds (line 100) | func (W _image_PalettedImage) Bounds() image.Rectangle { retur... method ColorIndexAt (line 101) | func (W _image_PalettedImage) ColorIndexAt(x int, y int) uint8 { retur... method ColorModel (line 102) | func (W _image_PalettedImage) ColorModel() color.Model { retur... type _image_RGBA64Image (line 105) | type _image_RGBA64Image struct method At (line 113) | func (W _image_RGBA64Image) At(x int, y int) color.Color { retu... method Bounds (line 114) | func (W _image_RGBA64Image) Bounds() image.Rectangle { retu... method ColorModel (line 115) | func (W _image_RGBA64Image) ColorModel() color.Model { retu... method RGBA64At (line 116) | func (W _image_RGBA64Image) RGBA64At(x int, y int) color.RGBA64 { retu... FILE: stdlib/go1_21_image_color.go function init (line 13) | func init() { type _image_color_Color (line 60) | type _image_color_Color struct method RGBA (line 65) | func (W _image_color_Color) RGBA() (r uint32, g uint32, b uint32, a ui... type _image_color_Model (line 68) | type _image_color_Model struct method Convert (line 73) | func (W _image_color_Model) Convert(c color.Color) color.Color { retur... FILE: stdlib/go1_21_image_color_palette.go function init (line 13) | func init() { FILE: stdlib/go1_21_image_draw.go function init (line 15) | func init() { type _image_draw_Drawer (line 40) | type _image_draw_Drawer struct method Draw (line 45) | func (W _image_draw_Drawer) Draw(dst draw.Image, r image.Rectangle, sr... type _image_draw_Image (line 50) | type _image_draw_Image struct method At (line 58) | func (W _image_draw_Image) At(x int, y int) color.Color { return W... method Bounds (line 59) | func (W _image_draw_Image) Bounds() image.Rectangle { return W... method ColorModel (line 60) | func (W _image_draw_Image) ColorModel() color.Model { return W... method Set (line 61) | func (W _image_draw_Image) Set(x int, y int, c color.Color) { W.WSet(x... type _image_draw_Quantizer (line 64) | type _image_draw_Quantizer struct method Quantize (line 69) | func (W _image_draw_Quantizer) Quantize(p color.Palette, m image.Image... type _image_draw_RGBA64Image (line 74) | type _image_draw_RGBA64Image struct method At (line 84) | func (W _image_draw_RGBA64Image) At(x int, y int) color.Color ... method Bounds (line 85) | func (W _image_draw_RGBA64Image) Bounds() image.Rectangle ... method ColorModel (line 86) | func (W _image_draw_RGBA64Image) ColorModel() color.Model ... method RGBA64At (line 87) | func (W _image_draw_RGBA64Image) RGBA64At(x int, y int) color.RGBA64 ... method Set (line 88) | func (W _image_draw_RGBA64Image) Set(x int, y int, c color.Color) ... method SetRGBA64 (line 89) | func (W _image_draw_RGBA64Image) SetRGBA64(x int, y int, c color.RGBA6... FILE: stdlib/go1_21_image_gif.go function init (line 15) | func init() { FILE: stdlib/go1_21_image_jpeg.go function init (line 15) | func init() { type _image_jpeg_Reader (line 35) | type _image_jpeg_Reader struct method Read (line 41) | func (W _image_jpeg_Reader) Read(p []byte) (n int, err error) { return... method ReadByte (line 42) | func (W _image_jpeg_Reader) ReadByte() (byte, error) { return... FILE: stdlib/go1_21_image_png.go function init (line 13) | func init() { type _image_png_EncoderBufferPool (line 38) | type _image_png_EncoderBufferPool struct method Get (line 44) | func (W _image_png_EncoderBufferPool) Get() *png.EncoderBuffer { ret... method Put (line 45) | func (W _image_png_EncoderBufferPool) Put(a0 *png.EncoderBuffer) { W.W... FILE: stdlib/go1_21_index_suffixarray.go function init (line 13) | func init() { FILE: stdlib/go1_21_io.go function init (line 15) | func init() { type _io_ByteReader (line 100) | type _io_ByteReader struct method ReadByte (line 105) | func (W _io_ByteReader) ReadByte() (byte, error) { return W.WReadByte() } type _io_ByteScanner (line 108) | type _io_ByteScanner struct method ReadByte (line 114) | func (W _io_ByteScanner) ReadByte() (byte, error) { return W.WReadByte... method UnreadByte (line 115) | func (W _io_ByteScanner) UnreadByte() error { return W.WUnreadBy... type _io_ByteWriter (line 118) | type _io_ByteWriter struct method WriteByte (line 123) | func (W _io_ByteWriter) WriteByte(c byte) error { return W.WWriteByte(... type _io_Closer (line 126) | type _io_Closer struct method Close (line 131) | func (W _io_Closer) Close() error { return W.WClose() } type _io_ReadCloser (line 134) | type _io_ReadCloser struct method Close (line 140) | func (W _io_ReadCloser) Close() error { return W.W... method Read (line 141) | func (W _io_ReadCloser) Read(p []byte) (n int, err error) { return W.W... type _io_ReadSeekCloser (line 144) | type _io_ReadSeekCloser struct method Close (line 151) | func (W _io_ReadSeekCloser) Close() error { return... method Read (line 152) | func (W _io_ReadSeekCloser) Read(p []byte) (n int, err error) { return... method Seek (line 153) | func (W _io_ReadSeekCloser) Seek(offset int64, whence int) (int64, err... type _io_ReadSeeker (line 158) | type _io_ReadSeeker struct method Read (line 164) | func (W _io_ReadSeeker) Read(p []byte) (n int, err error) ... method Seek (line 165) | func (W _io_ReadSeeker) Seek(offset int64, whence int) (int64, error) ... type _io_ReadWriteCloser (line 168) | type _io_ReadWriteCloser struct method Close (line 175) | func (W _io_ReadWriteCloser) Close() error { retu... method Read (line 176) | func (W _io_ReadWriteCloser) Read(p []byte) (n int, err error) { retu... method Write (line 177) | func (W _io_ReadWriteCloser) Write(p []byte) (n int, err error) { retu... type _io_ReadWriteSeeker (line 180) | type _io_ReadWriteSeeker struct method Read (line 187) | func (W _io_ReadWriteSeeker) Read(p []byte) (n int, err error) { retur... method Seek (line 188) | func (W _io_ReadWriteSeeker) Seek(offset int64, whence int) (int64, er... method Write (line 191) | func (W _io_ReadWriteSeeker) Write(p []byte) (n int, err error) { retu... type _io_ReadWriter (line 194) | type _io_ReadWriter struct method Read (line 200) | func (W _io_ReadWriter) Read(p []byte) (n int, err error) { return W.... method Write (line 201) | func (W _io_ReadWriter) Write(p []byte) (n int, err error) { return W.... type _io_Reader (line 204) | type _io_Reader struct method Read (line 209) | func (W _io_Reader) Read(p []byte) (n int, err error) { return W.WRead... type _io_ReaderAt (line 212) | type _io_ReaderAt struct method ReadAt (line 217) | func (W _io_ReaderAt) ReadAt(p []byte, off int64) (n int, err error) {... type _io_ReaderFrom (line 220) | type _io_ReaderFrom struct method ReadFrom (line 225) | func (W _io_ReaderFrom) ReadFrom(r io.Reader) (n int64, err error) { r... type _io_RuneReader (line 228) | type _io_RuneReader struct method ReadRune (line 233) | func (W _io_RuneReader) ReadRune() (r rune, size int, err error) { ret... type _io_RuneScanner (line 236) | type _io_RuneScanner struct method ReadRune (line 242) | func (W _io_RuneScanner) ReadRune() (r rune, size int, err error) { re... method UnreadRune (line 243) | func (W _io_RuneScanner) UnreadRune() error { re... type _io_Seeker (line 246) | type _io_Seeker struct method Seek (line 251) | func (W _io_Seeker) Seek(offset int64, whence int) (int64, error) { re... type _io_StringWriter (line 254) | type _io_StringWriter struct method WriteString (line 259) | func (W _io_StringWriter) WriteString(s string) (n int, err error) { r... type _io_WriteCloser (line 262) | type _io_WriteCloser struct method Close (line 268) | func (W _io_WriteCloser) Close() error { return W... method Write (line 269) | func (W _io_WriteCloser) Write(p []byte) (n int, err error) { return W... type _io_WriteSeeker (line 272) | type _io_WriteSeeker struct method Seek (line 278) | func (W _io_WriteSeeker) Seek(offset int64, whence int) (int64, error) { method Write (line 281) | func (W _io_WriteSeeker) Write(p []byte) (n int, err error) { return W... type _io_Writer (line 284) | type _io_Writer struct method Write (line 289) | func (W _io_Writer) Write(p []byte) (n int, err error) { return W.WWri... type _io_WriterAt (line 292) | type _io_WriterAt struct method WriteAt (line 297) | func (W _io_WriterAt) WriteAt(p []byte, off int64) (n int, err error) ... type _io_WriterTo (line 300) | type _io_WriterTo struct method WriteTo (line 305) | func (W _io_WriterTo) WriteTo(w io.Writer) (n int64, err error) { retu... FILE: stdlib/go1_21_io_fs.go function init (line 14) | func init() { type _io_fs_DirEntry (line 80) | type _io_fs_DirEntry struct method Info (line 88) | func (W _io_fs_DirEntry) Info() (fs.FileInfo, error) { return W.WInfo() } method IsDir (line 89) | func (W _io_fs_DirEntry) IsDir() bool { return W.WIsDir... method Name (line 90) | func (W _io_fs_DirEntry) Name() string { return W.WName() } method Type (line 91) | func (W _io_fs_DirEntry) Type() fs.FileMode { return W.WType() } type _io_fs_FS (line 94) | type _io_fs_FS struct method Open (line 99) | func (W _io_fs_FS) Open(name string) (fs.File, error) { return W.WOpen... type _io_fs_File (line 102) | type _io_fs_File struct method Close (line 109) | func (W _io_fs_File) Close() error { return W.WClose() } method Read (line 110) | func (W _io_fs_File) Read(a0 []byte) (int, error) { return W.WRead(a0) } method Stat (line 111) | func (W _io_fs_File) Stat() (fs.FileInfo, error) { return W.WStat() } type _io_fs_FileInfo (line 114) | type _io_fs_FileInfo struct method IsDir (line 124) | func (W _io_fs_FileInfo) IsDir() bool { return W.WIsDir() } method ModTime (line 125) | func (W _io_fs_FileInfo) ModTime() time.Time { return W.WModTime() } method Mode (line 126) | func (W _io_fs_FileInfo) Mode() fs.FileMode { return W.WMode() } method Name (line 127) | func (W _io_fs_FileInfo) Name() string { return W.WName() } method Size (line 128) | func (W _io_fs_FileInfo) Size() int64 { return W.WSize() } method Sys (line 129) | func (W _io_fs_FileInfo) Sys() any { return W.WSys() } type _io_fs_GlobFS (line 132) | type _io_fs_GlobFS struct method Glob (line 138) | func (W _io_fs_GlobFS) Glob(pattern string) ([]string, error) { return... method Open (line 139) | func (W _io_fs_GlobFS) Open(name string) (fs.File, error) { return... type _io_fs_ReadDirFS (line 142) | type _io_fs_ReadDirFS struct method Open (line 148) | func (W _io_fs_ReadDirFS) Open(name string) (fs.File, error) ... method ReadDir (line 149) | func (W _io_fs_ReadDirFS) ReadDir(name string) ([]fs.DirEntry, error) ... type _io_fs_ReadDirFile (line 152) | type _io_fs_ReadDirFile struct method Close (line 160) | func (W _io_fs_ReadDirFile) Close() error { re... method Read (line 161) | func (W _io_fs_ReadDirFile) Read(a0 []byte) (int, error) { re... method ReadDir (line 162) | func (W _io_fs_ReadDirFile) ReadDir(n int) ([]fs.DirEntry, error) { re... method Stat (line 163) | func (W _io_fs_ReadDirFile) Stat() (fs.FileInfo, error) { re... type _io_fs_ReadFileFS (line 166) | type _io_fs_ReadFileFS struct method Open (line 172) | func (W _io_fs_ReadFileFS) Open(name string) (fs.File, error) { ret... method ReadFile (line 173) | func (W _io_fs_ReadFileFS) ReadFile(name string) ([]byte, error) { ret... type _io_fs_StatFS (line 176) | type _io_fs_StatFS struct method Open (line 182) | func (W _io_fs_StatFS) Open(name string) (fs.File, error) { return... method Stat (line 183) | func (W _io_fs_StatFS) Stat(name string) (fs.FileInfo, error) { return... type _io_fs_SubFS (line 186) | type _io_fs_SubFS struct method Open (line 192) | func (W _io_fs_SubFS) Open(name string) (fs.File, error) { return W.WO... method Sub (line 193) | func (W _io_fs_SubFS) Sub(dir string) (fs.FS, error) { return W.WS... FILE: stdlib/go1_21_io_ioutil.go function init (line 13) | func init() { FILE: stdlib/go1_21_log.go function init (line 15) | func init() { FILE: stdlib/go1_21_log_slog.go function init (line 16) | func init() { type _log_slog_Handler (line 100) | type _log_slog_Handler struct method Enabled (line 108) | func (W _log_slog_Handler) Enabled(a0 context.Context, a1 slog.Level) ... method Handle (line 109) | func (W _log_slog_Handler) Handle(a0 context.Context, a1 slog.Record) ... method WithAttrs (line 110) | func (W _log_slog_Handler) WithAttrs(attrs []slog.Attr) slog.Handler ... method WithGroup (line 111) | func (W _log_slog_Handler) WithGroup(name string) slog.Handler ... type _log_slog_Leveler (line 114) | type _log_slog_Leveler struct method Level (line 119) | func (W _log_slog_Leveler) Level() slog.Level { return W.WLevel() } type _log_slog_LogValuer (line 122) | type _log_slog_LogValuer struct method LogValue (line 127) | func (W _log_slog_LogValuer) LogValue() slog.Value { return W.WLogValu... FILE: stdlib/go1_21_log_syslog.go function init (line 13) | func init() { FILE: stdlib/go1_21_maps.go function init (line 12) | func init() { FILE: stdlib/go1_21_math.go function init (line 15) | func init() { FILE: stdlib/go1_21_math_big.go function init (line 15) | func init() { FILE: stdlib/go1_21_math_bits.go function init (line 15) | func init() { FILE: stdlib/go1_21_math_cmplx.go function init (line 13) | func init() { FILE: stdlib/go1_21_math_rand.go function init (line 13) | func init() { type _math_rand_Source (line 49) | type _math_rand_Source struct method Int63 (line 55) | func (W _math_rand_Source) Int63() int64 { return W.WInt63() } method Seed (line 56) | func (W _math_rand_Source) Seed(seed int64) { W.WSeed(seed) } type _math_rand_Source64 (line 59) | type _math_rand_Source64 struct method Int63 (line 66) | func (W _math_rand_Source64) Int63() int64 { return W.WInt63() } method Seed (line 67) | func (W _math_rand_Source64) Seed(seed int64) { W.WSeed(seed) } method Uint64 (line 68) | func (W _math_rand_Source64) Uint64() uint64 { return W.WUint64() } FILE: stdlib/go1_21_mime.go function init (line 13) | func init() { FILE: stdlib/go1_21_mime_multipart.go function init (line 13) | func init() { type _mime_multipart_File (line 34) | type _mime_multipart_File struct method Close (line 42) | func (W _mime_multipart_File) Close() error { retu... method Read (line 43) | func (W _mime_multipart_File) Read(p []byte) (n int, err error) { retu... method ReadAt (line 44) | func (W _mime_multipart_File) ReadAt(p []byte, off int64) (n int, err ... method Seek (line 47) | func (W _mime_multipart_File) Seek(offset int64, whence int) (int64, e... FILE: stdlib/go1_21_mime_quotedprintable.go function init (line 13) | func init() { FILE: stdlib/go1_21_net.go function init (line 16) | func init() { type _net_Addr (line 133) | type _net_Addr struct method Network (line 139) | func (W _net_Addr) Network() string { return W.WNetwork() } method String (line 140) | func (W _net_Addr) String() string { type _net_Conn (line 148) | type _net_Conn struct method Close (line 160) | func (W _net_Conn) Close() error { return W.WClo... method LocalAddr (line 161) | func (W _net_Conn) LocalAddr() net.Addr { return W.WLoc... method Read (line 162) | func (W _net_Conn) Read(b []byte) (n int, err error) { return W.WRea... method RemoteAddr (line 163) | func (W _net_Conn) RemoteAddr() net.Addr { return W.WRem... method SetDeadline (line 164) | func (W _net_Conn) SetDeadline(t time.Time) error { return W.WSet... method SetReadDeadline (line 165) | func (W _net_Conn) SetReadDeadline(t time.Time) error { return W.WSet... method SetWriteDeadline (line 166) | func (W _net_Conn) SetWriteDeadline(t time.Time) error { return W.WSet... method Write (line 167) | func (W _net_Conn) Write(b []byte) (n int, err error) { return W.WWri... type _net_Error (line 170) | type _net_Error struct method Error (line 177) | func (W _net_Error) Error() string { return W.WError() } method Temporary (line 178) | func (W _net_Error) Temporary() bool { return W.WTemporary() } method Timeout (line 179) | func (W _net_Error) Timeout() bool { return W.WTimeout() } type _net_Listener (line 182) | type _net_Listener struct method Accept (line 189) | func (W _net_Listener) Accept() (net.Conn, error) { return W.WAccept() } method Addr (line 190) | func (W _net_Listener) Addr() net.Addr { return W.WAddr() } method Close (line 191) | func (W _net_Listener) Close() error { return W.WClose() } type _net_PacketConn (line 194) | type _net_PacketConn struct method Close (line 205) | func (W _net_PacketConn) Close() error ... method LocalAddr (line 206) | func (W _net_PacketConn) LocalAddr() net.Addr ... method ReadFrom (line 207) | func (W _net_PacketConn) ReadFrom(p []byte) (n int, addr net.Addr, err... method SetDeadline (line 208) | func (W _net_PacketConn) SetDeadline(t time.Time) error ... method SetReadDeadline (line 209) | func (W _net_PacketConn) SetReadDeadline(t time.Time) error ... method SetWriteDeadline (line 210) | func (W _net_PacketConn) SetWriteDeadline(t time.Time) error ... method WriteTo (line 211) | func (W _net_PacketConn) WriteTo(p []byte, addr net.Addr) (n int, err ... FILE: stdlib/go1_21_net_http.go function init (line 19) | func init() { type _net_http_CloseNotifier (line 217) | type _net_http_CloseNotifier struct method CloseNotify (line 222) | func (W _net_http_CloseNotifier) CloseNotify() <-chan bool { return W.... type _net_http_CookieJar (line 225) | type _net_http_CookieJar struct method Cookies (line 231) | func (W _net_http_CookieJar) Cookies(u *url.URL) []*http.Cookie { retu... method SetCookies (line 232) | func (W _net_http_CookieJar) SetCookies(u *url.URL, cookies []*http.Co... type _net_http_File (line 237) | type _net_http_File struct method Close (line 246) | func (W _net_http_File) Close() error ... method Read (line 247) | func (W _net_http_File) Read(p []byte) (n int, err error) ... method Readdir (line 248) | func (W _net_http_File) Readdir(count int) ([]fs.FileInfo, error) ... method Seek (line 249) | func (W _net_http_File) Seek(offset int64, whence int) (int64, error) ... method Stat (line 250) | func (W _net_http_File) Stat() (fs.FileInfo, error) ... type _net_http_FileSystem (line 253) | type _net_http_FileSystem struct method Open (line 258) | func (W _net_http_FileSystem) Open(name string) (http.File, error) { r... type _net_http_Flusher (line 261) | type _net_http_Flusher struct method Flush (line 266) | func (W _net_http_Flusher) Flush() { W.WFlush() } type _net_http_Handler (line 269) | type _net_http_Handler struct method ServeHTTP (line 274) | func (W _net_http_Handler) ServeHTTP(a0 http.ResponseWriter, a1 *http.... type _net_http_Hijacker (line 277) | type _net_http_Hijacker struct method Hijack (line 282) | func (W _net_http_Hijacker) Hijack() (net.Conn, *bufio.ReadWriter, err... type _net_http_Pusher (line 285) | type _net_http_Pusher struct method Push (line 290) | func (W _net_http_Pusher) Push(target string, opts *http.PushOptions) ... type _net_http_ResponseWriter (line 295) | type _net_http_ResponseWriter struct method Header (line 302) | func (W _net_http_ResponseWriter) Header() http.Header { retu... method Write (line 303) | func (W _net_http_ResponseWriter) Write(a0 []byte) (int, error) { retu... method WriteHeader (line 304) | func (W _net_http_ResponseWriter) WriteHeader(statusCode int) { W.WW... type _net_http_RoundTripper (line 307) | type _net_http_RoundTripper struct method RoundTrip (line 312) | func (W _net_http_RoundTripper) RoundTrip(a0 *http.Request) (*http.Res... FILE: stdlib/go1_21_net_http_cgi.go function init (line 13) | func init() { FILE: stdlib/go1_21_net_http_cookiejar.go function init (line 13) | func init() { type _net_http_cookiejar_PublicSuffixList (line 29) | type _net_http_cookiejar_PublicSuffixList struct method PublicSuffix (line 35) | func (W _net_http_cookiejar_PublicSuffixList) PublicSuffix(domain stri... method String (line 38) | func (W _net_http_cookiejar_PublicSuffixList) String() string { FILE: stdlib/go1_21_net_http_fcgi.go function init (line 13) | func init() { FILE: stdlib/go1_21_net_http_httptest.go function init (line 15) | func init() { FILE: stdlib/go1_21_net_http_httptrace.go function init (line 13) | func init() { FILE: stdlib/go1_21_net_http_httputil.go function init (line 13) | func init() { type _net_http_httputil_BufferPool (line 43) | type _net_http_httputil_BufferPool struct method Get (line 49) | func (W _net_http_httputil_BufferPool) Get() []byte { return W.WGet() } method Put (line 50) | func (W _net_http_httputil_BufferPool) Put(a0 []byte) { W.WPut(a0) } FILE: stdlib/go1_21_net_http_pprof.go function init (line 13) | func init() { FILE: stdlib/go1_21_net_mail.go function init (line 13) | func init() { FILE: stdlib/go1_21_net_netip.go function init (line 13) | func init() { FILE: stdlib/go1_21_net_rpc.go function init (line 15) | func init() { type _net_rpc_ClientCodec (line 53) | type _net_rpc_ClientCodec struct method Close (line 61) | func (W _net_rpc_ClientCodec) Close() error { return ... method ReadResponseBody (line 62) | func (W _net_rpc_ClientCodec) ReadResponseBody(a0 any) error { return ... method ReadResponseHeader (line 63) | func (W _net_rpc_ClientCodec) ReadResponseHeader(a0 *rpc.Response) err... method WriteRequest (line 66) | func (W _net_rpc_ClientCodec) WriteRequest(a0 *rpc.Request, a1 any) er... type _net_rpc_ServerCodec (line 71) | type _net_rpc_ServerCodec struct method Close (line 79) | func (W _net_rpc_ServerCodec) Close() error { return W... method ReadRequestBody (line 80) | func (W _net_rpc_ServerCodec) ReadRequestBody(a0 any) error { return W... method ReadRequestHeader (line 81) | func (W _net_rpc_ServerCodec) ReadRequestHeader(a0 *rpc.Request) error { method WriteResponse (line 84) | func (W _net_rpc_ServerCodec) WriteResponse(a0 *rpc.Response, a1 any) ... FILE: stdlib/go1_21_net_rpc_jsonrpc.go function init (line 13) | func init() { FILE: stdlib/go1_21_net_smtp.go function init (line 13) | func init() { type _net_smtp_Auth (line 33) | type _net_smtp_Auth struct method Next (line 39) | func (W _net_smtp_Auth) Next(fromServer []byte, more bool) (toServer [... method Start (line 42) | func (W _net_smtp_Auth) Start(server *smtp.ServerInfo) (proto string, ... FILE: stdlib/go1_21_net_textproto.go function init (line 13) | func init() { FILE: stdlib/go1_21_net_url.go function init (line 13) | func init() { FILE: stdlib/go1_21_os.go function init (line 17) | func init() { type _os_DirEntry (line 145) | type _os_DirEntry struct method Info (line 153) | func (W _os_DirEntry) Info() (fs.FileInfo, error) { return W.WInfo() } method IsDir (line 154) | func (W _os_DirEntry) IsDir() bool { return W.WIsDir() } method Name (line 155) | func (W _os_DirEntry) Name() string { return W.WName() } method Type (line 156) | func (W _os_DirEntry) Type() fs.FileMode { return W.WType() } type _os_FileInfo (line 159) | type _os_FileInfo struct method IsDir (line 169) | func (W _os_FileInfo) IsDir() bool { return W.WIsDir() } method ModTime (line 170) | func (W _os_FileInfo) ModTime() time.Time { return W.WModTime() } method Mode (line 171) | func (W _os_FileInfo) Mode() fs.FileMode { return W.WMode() } method Name (line 172) | func (W _os_FileInfo) Name() string { return W.WName() } method Size (line 173) | func (W _os_FileInfo) Size() int64 { return W.WSize() } method Sys (line 174) | func (W _os_FileInfo) Sys() any { return W.WSys() } type _os_Signal (line 177) | type _os_Signal struct method Signal (line 183) | func (W _os_Signal) Signal() { W.WSignal() } method String (line 184) | func (W _os_Signal) String() string { FILE: stdlib/go1_21_os_signal.go function init (line 13) | func init() { FILE: stdlib/go1_21_os_user.go function init (line 13) | func init() { FILE: stdlib/go1_21_path.go function init (line 13) | func init() { FILE: stdlib/go1_21_path_filepath.go function init (line 15) | func init() { FILE: stdlib/go1_21_reflect.go function init (line 12) | func init() { type _reflect_Type (line 97) | type _reflect_Type struct method Align (line 130) | func (W _reflect_Type) Align() int {... method AssignableTo (line 131) | func (W _reflect_Type) AssignableTo(u reflect.Type) bool {... method Bits (line 132) | func (W _reflect_Type) Bits() int {... method ChanDir (line 133) | func (W _reflect_Type) ChanDir() reflect.ChanDir {... method Comparable (line 134) | func (W _reflect_Type) Comparable() bool {... method ConvertibleTo (line 135) | func (W _reflect_Type) ConvertibleTo(u reflect.Type) bool {... method Elem (line 136) | func (W _reflect_Type) Elem() reflect.Type {... method Field (line 137) | func (W _reflect_Type) Field(i int) reflect.StructField {... method FieldAlign (line 138) | func (W _reflect_Type) FieldAlign() int {... method FieldByIndex (line 139) | func (W _reflect_Type) FieldByIndex(index []int) reflect.StructField {... method FieldByName (line 140) | func (W _reflect_Type) FieldByName(name string) (reflect.StructField, ... method FieldByNameFunc (line 143) | func (W _reflect_Type) FieldByNameFunc(match func(string) bool) (refle... method Implements (line 146) | func (W _reflect_Type) Implements(u reflect.Type) bool ... method In (line 147) | func (W _reflect_Type) In(i int) reflect.Type ... method IsVariadic (line 148) | func (W _reflect_Type) IsVariadic() bool ... method Key (line 149) | func (W _reflect_Type) Key() reflect.Type ... method Kind (line 150) | func (W _reflect_Type) Kind() reflect.Kind ... method Len (line 151) | func (W _reflect_Type) Len() int ... method Method (line 152) | func (W _reflect_Type) Method(a0 int) reflect.Method ... method MethodByName (line 153) | func (W _reflect_Type) MethodByName(a0 string) (reflect.Method, bool) ... method Name (line 154) | func (W _reflect_Type) Name() string ... method NumField (line 155) | func (W _reflect_Type) NumField() int ... method NumIn (line 156) | func (W _reflect_Type) NumIn() int ... method NumMethod (line 157) | func (W _reflect_Type) NumMethod() int ... method NumOut (line 158) | func (W _reflect_Type) NumOut() int ... method Out (line 159) | func (W _reflect_Type) Out(i int) reflect.Type ... method PkgPath (line 160) | func (W _reflect_Type) PkgPath() string ... method Size (line 161) | func (W _reflect_Type) Size() uintptr ... method String (line 162) | func (W _reflect_Type) String() string { FILE: stdlib/go1_21_regexp.go function init (line 13) | func init() { FILE: stdlib/go1_21_regexp_syntax.go function init (line 13) | func init() { FILE: stdlib/go1_21_runtime.go function init (line 15) | func init() { type _runtime_Error (line 75) | type _runtime_Error struct method Error (line 81) | func (W _runtime_Error) Error() string { return W.WError() } method RuntimeError (line 82) | func (W _runtime_Error) RuntimeError() { W.WRuntimeError() } FILE: stdlib/go1_21_runtime_debug.go function init (line 13) | func init() { FILE: stdlib/go1_21_runtime_metrics.go function init (line 13) | func init() { FILE: stdlib/go1_21_runtime_pprof.go function init (line 13) | func init() { FILE: stdlib/go1_21_runtime_trace.go function init (line 13) | func init() { FILE: stdlib/go1_21_slices.go function init (line 12) | func init() { FILE: stdlib/go1_21_sort.go function init (line 13) | func init() { type _sort_Interface (line 47) | type _sort_Interface struct method Len (line 54) | func (W _sort_Interface) Len() int { return W.WLen() } method Less (line 55) | func (W _sort_Interface) Less(i int, j int) bool { return W.WLess(i, j) } method Swap (line 56) | func (W _sort_Interface) Swap(i int, j int) { W.WSwap(i, j) } FILE: stdlib/go1_21_strconv.go function init (line 15) | func init() { FILE: stdlib/go1_21_strings.go function init (line 13) | func init() { FILE: stdlib/go1_21_sync.go function init (line 13) | func init() { type _sync_Locker (line 35) | type _sync_Locker struct method Lock (line 41) | func (W _sync_Locker) Lock() { W.WLock() } method Unlock (line 42) | func (W _sync_Locker) Unlock() { W.WUnlock() } FILE: stdlib/go1_21_sync_atomic.go function init (line 13) | func init() { FILE: stdlib/go1_21_testing.go function init (line 13) | func init() { type _testing_TB (line 52) | type _testing_TB struct method Cleanup (line 74) | func (W _testing_TB) Cleanup(a0 func()) { W.WCleanup(a... method Error (line 75) | func (W _testing_TB) Error(args ...any) { W.WError(arg... method Errorf (line 76) | func (W _testing_TB) Errorf(format string, args ...any) { W.WErrorf(fo... method Fail (line 77) | func (W _testing_TB) Fail() { W.WFail() } method FailNow (line 78) | func (W _testing_TB) FailNow() { W.WFailNow() } method Failed (line 79) | func (W _testing_TB) Failed() bool { return W.WFa... method Fatal (line 80) | func (W _testing_TB) Fatal(args ...any) { W.WFatal(arg... method Fatalf (line 81) | func (W _testing_TB) Fatalf(format string, args ...any) { W.WFatalf(fo... method Helper (line 82) | func (W _testing_TB) Helper() { W.WHelper() } method Log (line 83) | func (W _testing_TB) Log(args ...any) { W.WLog(args.... method Logf (line 84) | func (W _testing_TB) Logf(format string, args ...any) { W.WLogf(form... method Name (line 85) | func (W _testing_TB) Name() string { return W.WNa... method Setenv (line 86) | func (W _testing_TB) Setenv(key string, value string) { W.WSetenv(ke... method Skip (line 87) | func (W _testing_TB) Skip(args ...any) { W.WSkip(args... method SkipNow (line 88) | func (W _testing_TB) SkipNow() { W.WSkipNow() } method Skipf (line 89) | func (W _testing_TB) Skipf(format string, args ...any) { W.WSkipf(for... method Skipped (line 90) | func (W _testing_TB) Skipped() bool { return W.WSk... method TempDir (line 91) | func (W _testing_TB) TempDir() string { return W.WTe... FILE: stdlib/go1_21_testing_fstest.go function init (line 13) | func init() { FILE: stdlib/go1_21_testing_iotest.go function init (line 13) | func init() { FILE: stdlib/go1_21_testing_quick.go function init (line 14) | func init() { type _testing_quick_Generator (line 34) | type _testing_quick_Generator struct method Generate (line 39) | func (W _testing_quick_Generator) Generate(rand *rand.Rand, size int) ... FILE: stdlib/go1_21_testing_slogtest.go function init (line 13) | func init() { FILE: stdlib/go1_21_text_scanner.go function init (line 15) | func init() { FILE: stdlib/go1_21_text_tabwriter.go function init (line 15) | func init() { FILE: stdlib/go1_21_text_template.go function init (line 13) | func init() { FILE: stdlib/go1_21_text_template_parse.go function init (line 13) | func init() { type _text_template_parse_Node (line 79) | type _text_template_parse_Node struct method Copy (line 87) | func (W _text_template_parse_Node) Copy() parse.Node { return W.WCo... method Position (line 88) | func (W _text_template_parse_Node) Position() parse.Pos { return W.WPo... method String (line 89) | func (W _text_template_parse_Node) String() string { method Type (line 95) | func (W _text_template_parse_Node) Type() parse.NodeType { return W.WT... FILE: stdlib/go1_21_time.go function init (line 15) | func init() { FILE: stdlib/go1_21_unicode.go function init (line 15) | func init() { FILE: stdlib/go1_21_unicode_utf16.go function init (line 13) | func init() { FILE: stdlib/go1_21_unicode_utf8.go function init (line 15) | func init() { FILE: stdlib/go1_22_archive_tar.go function init (line 15) | func init() { FILE: stdlib/go1_22_archive_zip.go function init (line 13) | func init() { FILE: stdlib/go1_22_bufio.go function init (line 15) | func init() { FILE: stdlib/go1_22_bytes.go function init (line 15) | func init() { FILE: stdlib/go1_22_cmp.go function init (line 12) | func init() { FILE: stdlib/go1_22_compress_bzip2.go function init (line 13) | func init() { FILE: stdlib/go1_22_compress_flate.go function init (line 16) | func init() { type _compress_flate_Reader (line 45) | type _compress_flate_Reader struct method Read (line 51) | func (W _compress_flate_Reader) Read(p []byte) (n int, err error) { re... method ReadByte (line 52) | func (W _compress_flate_Reader) ReadByte() (byte, error) { re... type _compress_flate_Resetter (line 55) | type _compress_flate_Resetter struct method Reset (line 60) | func (W _compress_flate_Resetter) Reset(r io.Reader, dict []byte) erro... FILE: stdlib/go1_22_compress_gzip.go function init (line 15) | func init() { FILE: stdlib/go1_22_compress_lzw.go function init (line 13) | func init() { FILE: stdlib/go1_22_compress_zlib.go function init (line 16) | func init() { type _compress_zlib_Resetter (line 43) | type _compress_zlib_Resetter struct method Reset (line 48) | func (W _compress_zlib_Resetter) Reset(r io.Reader, dict []byte) error... FILE: stdlib/go1_22_container_heap.go function init (line 13) | func init() { type _container_heap_Interface (line 31) | type _container_heap_Interface struct method Len (line 40) | func (W _container_heap_Interface) Len() int { return W.... method Less (line 41) | func (W _container_heap_Interface) Less(i int, j int) bool { return W.... method Pop (line 42) | func (W _container_heap_Interface) Pop() any { return W.... method Push (line 43) | func (W _container_heap_Interface) Push(x any) { W.WPush(x) } method Swap (line 44) | func (W _container_heap_Interface) Swap(i int, j int) { W.WSwap(i... FILE: stdlib/go1_22_container_list.go function init (line 13) | func init() { FILE: stdlib/go1_22_container_ring.go function init (line 13) | func init() { FILE: stdlib/go1_22_context.go function init (line 14) | func init() { type _context_Context (line 43) | type _context_Context struct method Deadline (line 51) | func (W _context_Context) Deadline() (deadline time.Time, ok bool) { r... method Done (line 52) | func (W _context_Context) Done() <-chan struct{} { r... method Err (line 53) | func (W _context_Context) Err() error { r... method Value (line 54) | func (W _context_Context) Value(key any) any { r... FILE: stdlib/go1_22_crypto.go function init (line 14) | func init() { type _crypto_Decrypter (line 58) | type _crypto_Decrypter struct method Decrypt (line 64) | func (W _crypto_Decrypter) Decrypt(rand io.Reader, msg []byte, opts cr... method Public (line 67) | func (W _crypto_Decrypter) Public() crypto.PublicKey { return W.WPubli... type _crypto_DecrypterOpts (line 70) | type _crypto_DecrypterOpts struct type _crypto_PrivateKey (line 75) | type _crypto_PrivateKey struct type _crypto_PublicKey (line 80) | type _crypto_PublicKey struct type _crypto_Signer (line 85) | type _crypto_Signer struct method Public (line 91) | func (W _crypto_Signer) Public() crypto.PublicKey { return W.WPublic() } method Sign (line 92) | func (W _crypto_Signer) Sign(rand io.Reader, digest []byte, opts crypt... type _crypto_SignerOpts (line 97) | type _crypto_SignerOpts struct method HashFunc (line 102) | func (W _crypto_SignerOpts) HashFunc() crypto.Hash { return W.WHashFun... FILE: stdlib/go1_22_crypto_aes.go function init (line 15) | func init() { FILE: stdlib/go1_22_crypto_cipher.go function init (line 13) | func init() { type _crypto_cipher_AEAD (line 43) | type _crypto_cipher_AEAD struct method NonceSize (line 51) | func (W _crypto_cipher_AEAD) NonceSize() int { return W.WNonceSize() } method Open (line 52) | func (W _crypto_cipher_AEAD) Open(dst []byte, nonce []byte, ciphertext... method Overhead (line 55) | func (W _crypto_cipher_AEAD) Overhead() int { return W.WOverhead() } method Seal (line 56) | func (W _crypto_cipher_AEAD) Seal(dst []byte, nonce []byte, plaintext ... type _crypto_cipher_Block (line 61) | type _crypto_cipher_Block struct method BlockSize (line 68) | func (W _crypto_cipher_Block) BlockSize() int { return... method Decrypt (line 69) | func (W _crypto_cipher_Block) Decrypt(dst []byte, src []byte) { W.WDec... method Encrypt (line 70) | func (W _crypto_cipher_Block) Encrypt(dst []byte, src []byte) { W.WEnc... type _crypto_cipher_BlockMode (line 73) | type _crypto_cipher_BlockMode struct method BlockSize (line 79) | func (W _crypto_cipher_BlockMode) BlockSize() int ... method CryptBlocks (line 80) | func (W _crypto_cipher_BlockMode) CryptBlocks(dst []byte, src []byte) ... type _crypto_cipher_Stream (line 83) | type _crypto_cipher_Stream struct method XORKeyStream (line 88) | func (W _crypto_cipher_Stream) XORKeyStream(dst []byte, src []byte) { ... FILE: stdlib/go1_22_crypto_des.go function init (line 15) | func init() { FILE: stdlib/go1_22_crypto_dsa.go function init (line 13) | func init() { FILE: stdlib/go1_22_crypto_ecdh.go function init (line 14) | func init() { type _crypto_ecdh_Curve (line 33) | type _crypto_ecdh_Curve struct method GenerateKey (line 40) | func (W _crypto_ecdh_Curve) GenerateKey(rand io.Reader) (*ecdh.Private... method NewPrivateKey (line 43) | func (W _crypto_ecdh_Curve) NewPrivateKey(key []byte) (*ecdh.PrivateKe... method NewPublicKey (line 46) | func (W _crypto_ecdh_Curve) NewPublicKey(key []byte) (*ecdh.PublicKey,... FILE: stdlib/go1_22_crypto_ecdsa.go function init (line 13) | func init() { FILE: stdlib/go1_22_crypto_ed25519.go function init (line 15) | func init() { FILE: stdlib/go1_22_crypto_elliptic.go function init (line 14) | func init() { type _crypto_elliptic_Curve (line 37) | type _crypto_elliptic_Curve struct method Add (line 47) | func (W _crypto_elliptic_Curve) Add(x1 *big.Int, y1 *big.Int, x2 *big.... method Double (line 50) | func (W _crypto_elliptic_Curve) Double(x1 *big.Int, y1 *big.Int) (x *b... method IsOnCurve (line 53) | func (W _crypto_elliptic_Curve) IsOnCurve(x *big.Int, y *big.Int) bool... method Params (line 54) | func (W _crypto_elliptic_Curve) Params() *elliptic.CurveParams ... method ScalarBaseMult (line 55) | func (W _crypto_elliptic_Curve) ScalarBaseMult(k []byte) (x *big.Int, ... method ScalarMult (line 58) | func (W _crypto_elliptic_Curve) ScalarMult(x1 *big.Int, y1 *big.Int, k... FILE: stdlib/go1_22_crypto_hmac.go function init (line 13) | func init() { FILE: stdlib/go1_22_crypto_md5.go function init (line 15) | func init() { FILE: stdlib/go1_22_crypto_rand.go function init (line 13) | func init() { FILE: stdlib/go1_22_crypto_rc4.go function init (line 13) | func init() { FILE: stdlib/go1_22_crypto_rsa.go function init (line 15) | func init() { FILE: stdlib/go1_22_crypto_sha1.go function init (line 15) | func init() { FILE: stdlib/go1_22_crypto_sha256.go function init (line 15) | func init() { FILE: stdlib/go1_22_crypto_sha512.go function init (line 15) | func init() { FILE: stdlib/go1_22_crypto_subtle.go function init (line 13) | func init() { FILE: stdlib/go1_22_crypto_tls.go function init (line 15) | func init() { type _crypto_tls_ClientSessionCache (line 137) | type _crypto_tls_ClientSessionCache struct method Get (line 143) | func (W _crypto_tls_ClientSessionCache) Get(sessionKey string) (sessio... method Put (line 146) | func (W _crypto_tls_ClientSessionCache) Put(sessionKey string, cs *tls... FILE: stdlib/go1_22_crypto_x509.go function init (line 13) | func init() { FILE: stdlib/go1_22_crypto_x509_pkix.go function init (line 13) | func init() { FILE: stdlib/go1_22_database_sql.go function init (line 13) | func init() { type _database_sql_Result (line 65) | type _database_sql_Result struct method LastInsertId (line 71) | func (W _database_sql_Result) LastInsertId() (int64, error) { return W... method RowsAffected (line 72) | func (W _database_sql_Result) RowsAffected() (int64, error) { return W... type _database_sql_Scanner (line 75) | type _database_sql_Scanner struct method Scan (line 80) | func (W _database_sql_Scanner) Scan(src any) error { return W.WScan(sr... FILE: stdlib/go1_22_database_sql_driver.go function init (line 14) | func init() { type _database_sql_driver_ColumnConverter (line 101) | type _database_sql_driver_ColumnConverter struct method ColumnConverter (line 106) | func (W _database_sql_driver_ColumnConverter) ColumnConverter(idx int)... type _database_sql_driver_Conn (line 111) | type _database_sql_driver_Conn struct method Begin (line 118) | func (W _database_sql_driver_Conn) Begin() (driver.Tx, error) { return... method Close (line 119) | func (W _database_sql_driver_Conn) Close() error { return... method Prepare (line 120) | func (W _database_sql_driver_Conn) Prepare(query string) (driver.Stmt,... type _database_sql_driver_ConnBeginTx (line 125) | type _database_sql_driver_ConnBeginTx struct method BeginTx (line 130) | func (W _database_sql_driver_ConnBeginTx) BeginTx(ctx context.Context,... type _database_sql_driver_ConnPrepareContext (line 135) | type _database_sql_driver_ConnPrepareContext struct method PrepareContext (line 140) | func (W _database_sql_driver_ConnPrepareContext) PrepareContext(ctx co... type _database_sql_driver_Connector (line 145) | type _database_sql_driver_Connector struct method Connect (line 151) | func (W _database_sql_driver_Connector) Connect(a0 context.Context) (d... method Driver (line 154) | func (W _database_sql_driver_Connector) Driver() driver.Driver { retur... type _database_sql_driver_Driver (line 157) | type _database_sql_driver_Driver struct method Open (line 162) | func (W _database_sql_driver_Driver) Open(name string) (driver.Conn, e... type _database_sql_driver_DriverContext (line 165) | type _database_sql_driver_DriverContext struct method OpenConnector (line 170) | func (W _database_sql_driver_DriverContext) OpenConnector(name string)... type _database_sql_driver_Execer (line 175) | type _database_sql_driver_Execer struct method Exec (line 180) | func (W _database_sql_driver_Execer) Exec(query string, args []driver.... type _database_sql_driver_ExecerContext (line 185) | type _database_sql_driver_ExecerContext struct method ExecContext (line 190) | func (W _database_sql_driver_ExecerContext) ExecContext(ctx context.Co... type _database_sql_driver_NamedValueChecker (line 195) | type _database_sql_driver_NamedValueChecker struct method CheckNamedValue (line 200) | func (W _database_sql_driver_NamedValueChecker) CheckNamedValue(a0 *dr... type _database_sql_driver_Pinger (line 205) | type _database_sql_driver_Pinger struct method Ping (line 210) | func (W _database_sql_driver_Pinger) Ping(ctx context.Context) error {... type _database_sql_driver_Queryer (line 213) | type _database_sql_driver_Queryer struct method Query (line 218) | func (W _database_sql_driver_Queryer) Query(query string, args []drive... type _database_sql_driver_QueryerContext (line 223) | type _database_sql_driver_QueryerContext struct method QueryContext (line 228) | func (W _database_sql_driver_QueryerContext) QueryContext(ctx context.... type _database_sql_driver_Result (line 233) | type _database_sql_driver_Result struct method LastInsertId (line 239) | func (W _database_sql_driver_Result) LastInsertId() (int64, error) { r... method RowsAffected (line 240) | func (W _database_sql_driver_Result) RowsAffected() (int64, error) { r... type _database_sql_driver_Rows (line 243) | type _database_sql_driver_Rows struct method Close (line 250) | func (W _database_sql_driver_Rows) Close() error { r... method Columns (line 251) | func (W _database_sql_driver_Rows) Columns() []string { r... method Next (line 252) | func (W _database_sql_driver_Rows) Next(dest []driver.Value) error { r... type _database_sql_driver_RowsColumnTypeDatabaseTypeName (line 255) | type _database_sql_driver_RowsColumnTypeDatabaseTypeName struct method Close (line 263) | func (W _database_sql_driver_RowsColumnTypeDatabaseTypeName) Close() e... method ColumnTypeDatabaseTypeName (line 264) | func (W _database_sql_driver_RowsColumnTypeDatabaseTypeName) ColumnTyp... method Columns (line 267) | func (W _database_sql_driver_RowsColumnTypeDatabaseTypeName) Columns()... method Next (line 268) | func (W _database_sql_driver_RowsColumnTypeDatabaseTypeName) Next(dest... type _database_sql_driver_RowsColumnTypeLength (line 273) | type _database_sql_driver_RowsColumnTypeLength struct method Close (line 281) | func (W _database_sql_driver_RowsColumnTypeLength) Close() error { ret... method ColumnTypeLength (line 282) | func (W _database_sql_driver_RowsColumnTypeLength) ColumnTypeLength(in... method Columns (line 285) | func (W _database_sql_driver_RowsColumnTypeLength) Columns() []string ... method Next (line 286) | func (W _database_sql_driver_RowsColumnTypeLength) Next(dest []driver.... type _database_sql_driver_RowsColumnTypeNullable (line 291) | type _database_sql_driver_RowsColumnTypeNullable struct method Close (line 299) | func (W _database_sql_driver_RowsColumnTypeNullable) Close() error { r... method ColumnTypeNullable (line 300) | func (W _database_sql_driver_RowsColumnTypeNullable) ColumnTypeNullabl... method Columns (line 303) | func (W _database_sql_driver_RowsColumnTypeNullable) Columns() []strin... method Next (line 304) | func (W _database_sql_driver_RowsColumnTypeNullable) Next(dest []drive... type _database_sql_driver_RowsColumnTypePrecisionScale (line 309) | type _database_sql_driver_RowsColumnTypePrecisionScale struct method Close (line 317) | func (W _database_sql_driver_RowsColumnTypePrecisionScale) Close() err... method ColumnTypePrecisionScale (line 318) | func (W _database_sql_driver_RowsColumnTypePrecisionScale) ColumnTypeP... method Columns (line 321) | func (W _database_sql_driver_RowsColumnTypePrecisionScale) Columns() [... method Next (line 322) | func (W _database_sql_driver_RowsColumnTypePrecisionScale) Next(dest [... type _database_sql_driver_RowsColumnTypeScanType (line 327) | type _database_sql_driver_RowsColumnTypeScanType struct method Close (line 335) | func (W _database_sql_driver_RowsColumnTypeScanType) Close() error { r... method ColumnTypeScanType (line 336) | func (W _database_sql_driver_RowsColumnTypeScanType) ColumnTypeScanTyp... method Columns (line 339) | func (W _database_sql_driver_RowsColumnTypeScanType) Columns() []strin... method Next (line 340) | func (W _database_sql_driver_RowsColumnTypeScanType) Next(dest []drive... type _database_sql_driver_RowsNextResultSet (line 345) | type _database_sql_driver_RowsNextResultSet struct method Close (line 354) | func (W _database_sql_driver_RowsNextResultSet) Close() error ... method Columns (line 355) | func (W _database_sql_driver_RowsNextResultSet) Columns() []string ... method HasNextResultSet (line 356) | func (W _database_sql_driver_RowsNextResultSet) HasNextResultSet() boo... method Next (line 357) | func (W _database_sql_driver_RowsNextResultSet) Next(dest []driver.Val... method NextResultSet (line 358) | func (W _database_sql_driver_RowsNextResultSet) NextResultSet() error ... type _database_sql_driver_SessionResetter (line 361) | type _database_sql_driver_SessionResetter struct method ResetSession (line 366) | func (W _database_sql_driver_SessionResetter) ResetSession(ctx context... type _database_sql_driver_Stmt (line 371) | type _database_sql_driver_Stmt struct method Close (line 379) | func (W _database_sql_driver_Stmt) Close() error { return W.WClose() } method Exec (line 380) | func (W _database_sql_driver_Stmt) Exec(args []driver.Value) (driver.R... method NumInput (line 383) | func (W _database_sql_driver_Stmt) NumInput() int { return W.WNumInput... method Query (line 384) | func (W _database_sql_driver_Stmt) Query(args []driver.Value) (driver.... type _database_sql_driver_StmtExecContext (line 389) | type _database_sql_driver_StmtExecContext struct method ExecContext (line 394) | func (W _database_sql_driver_StmtExecContext) ExecContext(ctx context.... type _database_sql_driver_StmtQueryContext (line 399) | type _database_sql_driver_StmtQueryContext struct method QueryContext (line 404) | func (W _database_sql_driver_StmtQueryContext) QueryContext(ctx contex... type _database_sql_driver_Tx (line 409) | type _database_sql_driver_Tx struct method Commit (line 415) | func (W _database_sql_driver_Tx) Commit() error { return W.WCommit() } method Rollback (line 416) | func (W _database_sql_driver_Tx) Rollback() error { return W.WRollback... type _database_sql_driver_Validator (line 419) | type _database_sql_driver_Validator struct method IsValid (line 424) | func (W _database_sql_driver_Validator) IsValid() bool { return W.WIsV... type _database_sql_driver_Value (line 427) | type _database_sql_driver_Value struct type _database_sql_driver_ValueConverter (line 432) | type _database_sql_driver_ValueConverter struct method ConvertValue (line 437) | func (W _database_sql_driver_ValueConverter) ConvertValue(v any) (driv... type _database_sql_driver_Valuer (line 442) | type _database_sql_driver_Valuer struct method Value (line 447) | func (W _database_sql_driver_Valuer) Value() (driver.Value, error) { r... FILE: stdlib/go1_22_debug_buildinfo.go function init (line 13) | func init() { FILE: stdlib/go1_22_debug_dwarf.go function init (line 13) | func init() { type _debug_dwarf_Type (line 274) | type _debug_dwarf_Type struct method Common (line 281) | func (W _debug_dwarf_Type) Common() *dwarf.CommonType { return W.WComm... method Size (line 282) | func (W _debug_dwarf_Type) Size() int64 { return W.WSize... method String (line 283) | func (W _debug_dwarf_Type) String() string { FILE: stdlib/go1_22_debug_elf.go function init (line 15) | func init() { FILE: stdlib/go1_22_debug_gosym.go function init (line 13) | func init() { FILE: stdlib/go1_22_debug_macho.go function init (line 13) | func init() { type _debug_macho_Load (line 153) | type _debug_macho_Load struct method Raw (line 158) | func (W _debug_macho_Load) Raw() []byte { return W.WRaw() } FILE: stdlib/go1_22_debug_pe.go function init (line 15) | func init() { FILE: stdlib/go1_22_debug_plan9obj.go function init (line 15) | func init() { FILE: stdlib/go1_22_encoding.go function init (line 13) | func init() { type _encoding_BinaryMarshaler (line 30) | type _encoding_BinaryMarshaler struct method MarshalBinary (line 35) | func (W _encoding_BinaryMarshaler) MarshalBinary() (data []byte, err e... type _encoding_BinaryUnmarshaler (line 40) | type _encoding_BinaryUnmarshaler struct method UnmarshalBinary (line 45) | func (W _encoding_BinaryUnmarshaler) UnmarshalBinary(data []byte) error { type _encoding_TextMarshaler (line 50) | type _encoding_TextMarshaler struct method MarshalText (line 55) | func (W _encoding_TextMarshaler) MarshalText() (text []byte, err error... type _encoding_TextUnmarshaler (line 58) | type _encoding_TextUnmarshaler struct method UnmarshalText (line 63) | func (W _encoding_TextUnmarshaler) UnmarshalText(text []byte) error { ... FILE: stdlib/go1_22_encoding_ascii85.go function init (line 13) | func init() { FILE: stdlib/go1_22_encoding_asn1.go function init (line 15) | func init() { FILE: stdlib/go1_22_encoding_base32.go function init (line 13) | func init() { FILE: stdlib/go1_22_encoding_base64.go function init (line 13) | func init() { FILE: stdlib/go1_22_encoding_binary.go function init (line 15) | func init() { type _encoding_binary_AppendByteOrder (line 47) | type _encoding_binary_AppendByteOrder struct method AppendUint16 (line 55) | func (W _encoding_binary_AppendByteOrder) AppendUint16(a0 []byte, a1 u... method AppendUint32 (line 58) | func (W _encoding_binary_AppendByteOrder) AppendUint32(a0 []byte, a1 u... method AppendUint64 (line 61) | func (W _encoding_binary_AppendByteOrder) AppendUint64(a0 []byte, a1 u... method String (line 64) | func (W _encoding_binary_AppendByteOrder) String() string { type _encoding_binary_ByteOrder (line 72) | type _encoding_binary_ByteOrder struct method PutUint16 (line 83) | func (W _encoding_binary_ByteOrder) PutUint16(a0 []byte, a1 uint16) { ... method PutUint32 (line 84) | func (W _encoding_binary_ByteOrder) PutUint32(a0 []byte, a1 uint32) { ... method PutUint64 (line 85) | func (W _encoding_binary_ByteOrder) PutUint64(a0 []byte, a1 uint64) { ... method String (line 86) | func (W _encoding_binary_ByteOrder) String() string { method Uint16 (line 92) | func (W _encoding_binary_ByteOrder) Uint16(a0 []byte) uint16 { return ... method Uint32 (line 93) | func (W _encoding_binary_ByteOrder) Uint32(a0 []byte) uint32 { return ... method Uint64 (line 94) | func (W _encoding_binary_ByteOrder) Uint64(a0 []byte) uint64 { return ... FILE: stdlib/go1_22_encoding_csv.go function init (line 13) | func init() { FILE: stdlib/go1_22_encoding_gob.go function init (line 13) | func init() { type _encoding_gob_GobDecoder (line 35) | type _encoding_gob_GobDecoder struct method GobDecode (line 40) | func (W _encoding_gob_GobDecoder) GobDecode(a0 []byte) error { return ... type _encoding_gob_GobEncoder (line 43) | type _encoding_gob_GobEncoder struct method GobEncode (line 48) | func (W _encoding_gob_GobEncoder) GobEncode() ([]byte, error) { return... FILE: stdlib/go1_22_encoding_hex.go function init (line 13) | func init() { FILE: stdlib/go1_22_encoding_json.go function init (line 13) | func init() { type _encoding_json_Marshaler (line 52) | type _encoding_json_Marshaler struct method MarshalJSON (line 57) | func (W _encoding_json_Marshaler) MarshalJSON() ([]byte, error) { retu... type _encoding_json_Token (line 60) | type _encoding_json_Token struct type _encoding_json_Unmarshaler (line 65) | type _encoding_json_Unmarshaler struct method UnmarshalJSON (line 70) | func (W _encoding_json_Unmarshaler) UnmarshalJSON(a0 []byte) error { r... FILE: stdlib/go1_22_encoding_pem.go function init (line 13) | func init() { FILE: stdlib/go1_22_encoding_xml.go function init (line 15) | func init() { type _encoding_xml_Marshaler (line 64) | type _encoding_xml_Marshaler struct method MarshalXML (line 69) | func (W _encoding_xml_Marshaler) MarshalXML(e *xml.Encoder, start xml.... type _encoding_xml_MarshalerAttr (line 74) | type _encoding_xml_MarshalerAttr struct method MarshalXMLAttr (line 79) | func (W _encoding_xml_MarshalerAttr) MarshalXMLAttr(name xml.Name) (xm... type _encoding_xml_Token (line 84) | type _encoding_xml_Token struct type _encoding_xml_TokenReader (line 89) | type _encoding_xml_TokenReader struct method Token (line 94) | func (W _encoding_xml_TokenReader) Token() (xml.Token, error) { return... type _encoding_xml_Unmarshaler (line 97) | type _encoding_xml_Unmarshaler struct method UnmarshalXML (line 102) | func (W _encoding_xml_Unmarshaler) UnmarshalXML(d *xml.Decoder, start ... type _encoding_xml_UnmarshalerAttr (line 107) | type _encoding_xml_UnmarshalerAttr struct method UnmarshalXMLAttr (line 112) | func (W _encoding_xml_UnmarshalerAttr) UnmarshalXMLAttr(attr xml.Attr)... FILE: stdlib/go1_22_errors.go function init (line 13) | func init() { FILE: stdlib/go1_22_expvar.go function init (line 13) | func init() { type _expvar_Var (line 40) | type _expvar_Var struct method String (line 45) | func (W _expvar_Var) String() string { FILE: stdlib/go1_22_flag.go function init (line 13) | func init() { type _flag_Getter (line 70) | type _flag_Getter struct method Get (line 77) | func (W _flag_Getter) Get() any { return W.WGet() } method Set (line 78) | func (W _flag_Getter) Set(a0 string) error { return W.WSet(a0) } method String (line 79) | func (W _flag_Getter) String() string { type _flag_Value (line 87) | type _flag_Value struct method Set (line 93) | func (W _flag_Value) Set(a0 string) error { return W.WSet(a0) } method String (line 94) | func (W _flag_Value) String() string { FILE: stdlib/go1_22_fmt.go function init (line 13) | func init() { type _fmt_Formatter (line 59) | type _fmt_Formatter struct method Format (line 64) | func (W _fmt_Formatter) Format(f fmt.State, verb rune) { W.WFormat(f, ... type _fmt_GoStringer (line 67) | type _fmt_GoStringer struct method GoString (line 72) | func (W _fmt_GoStringer) GoString() string { return W.WGoString() } type _fmt_ScanState (line 75) | type _fmt_ScanState struct method Read (line 85) | func (W _fmt_ScanState) Read(buf []byte) (n int, err error) { ret... method ReadRune (line 86) | func (W _fmt_ScanState) ReadRune() (r rune, size int, err error) { ret... method SkipSpace (line 87) | func (W _fmt_ScanState) SkipSpace() { W.W... method Token (line 88) | func (W _fmt_ScanState) Token(skipSpace bool, f func(rune) bool) (toke... method UnreadRune (line 91) | func (W _fmt_ScanState) UnreadRune() error { return W.WUnreadR... method Width (line 92) | func (W _fmt_ScanState) Width() (wid int, ok bool) { return W.WWidth() } type _fmt_Scanner (line 95) | type _fmt_Scanner struct method Scan (line 100) | func (W _fmt_Scanner) Scan(state fmt.ScanState, verb rune) error { ret... type _fmt_State (line 103) | type _fmt_State struct method Flag (line 111) | func (W _fmt_State) Flag(c int) bool { return W.WFla... method Precision (line 112) | func (W _fmt_State) Precision() (prec int, ok bool) { return W.WPre... method Width (line 113) | func (W _fmt_State) Width() (wid int, ok bool) { return W.WWid... method Write (line 114) | func (W _fmt_State) Write(b []byte) (n int, err error) { return W.WWri... type _fmt_Stringer (line 117) | type _fmt_Stringer struct method String (line 122) | func (W _fmt_Stringer) String() string { FILE: stdlib/go1_22_go_ast.go function init (line 14) | func init() { type _go_ast_Decl (line 134) | type _go_ast_Decl struct method End (line 140) | func (W _go_ast_Decl) End() token.Pos { return W.WEnd() } method Pos (line 141) | func (W _go_ast_Decl) Pos() token.Pos { return W.WPos() } type _go_ast_Expr (line 144) | type _go_ast_Expr struct method End (line 150) | func (W _go_ast_Expr) End() token.Pos { return W.WEnd() } method Pos (line 151) | func (W _go_ast_Expr) Pos() token.Pos { return W.WPos() } type _go_ast_Node (line 154) | type _go_ast_Node struct method End (line 160) | func (W _go_ast_Node) End() token.Pos { return W.WEnd() } method Pos (line 161) | func (W _go_ast_Node) Pos() token.Pos { return W.WPos() } type _go_ast_Spec (line 164) | type _go_ast_Spec struct method End (line 170) | func (W _go_ast_Spec) End() token.Pos { return W.WEnd() } method Pos (line 171) | func (W _go_ast_Spec) Pos() token.Pos { return W.WPos() } type _go_ast_Stmt (line 174) | type _go_ast_Stmt struct method End (line 180) | func (W _go_ast_Stmt) End() token.Pos { return W.WEnd() } method Pos (line 181) | func (W _go_ast_Stmt) Pos() token.Pos { return W.WPos() } type _go_ast_Visitor (line 184) | type _go_ast_Visitor struct method Visit (line 189) | func (W _go_ast_Visitor) Visit(node ast.Node) (w ast.Visitor) { return... FILE: stdlib/go1_22_go_build.go function init (line 13) | func init() { FILE: stdlib/go1_22_go_build_constraint.go function init (line 13) | func init() { type _go_build_constraint_Expr (line 36) | type _go_build_constraint_Expr struct method Eval (line 42) | func (W _go_build_constraint_Expr) Eval(ok func(tag string) bool) bool... method String (line 43) | func (W _go_build_constraint_Expr) String() string { FILE: stdlib/go1_22_go_constant.go function init (line 13) | func init() { type _go_constant_Value (line 64) | type _go_constant_Value struct method ExactString (line 71) | func (W _go_constant_Value) ExactString() string { return W.WExactStri... method Kind (line 72) | func (W _go_constant_Value) Kind() constant.Kind { return W.WKind() } method String (line 73) | func (W _go_constant_Value) String() string { FILE: stdlib/go1_22_go_doc.go function init (line 13) | func init() { FILE: stdlib/go1_22_go_doc_comment.go function init (line 13) | func init() { type _go_doc_comment_Block (line 42) | type _go_doc_comment_Block struct type _go_doc_comment_Text (line 47) | type _go_doc_comment_Text struct FILE: stdlib/go1_22_go_format.go function init (line 13) | func init() { FILE: stdlib/go1_22_go_importer.go function init (line 13) | func init() { FILE: stdlib/go1_22_go_parser.go function init (line 13) | func init() { FILE: stdlib/go1_22_go_printer.go function init (line 13) | func init() { FILE: stdlib/go1_22_go_scanner.go function init (line 13) | func init() { FILE: stdlib/go1_22_go_token.go function init (line 14) | func init() { FILE: stdlib/go1_22_go_types.go function init (line 14) | func init() { type _go_types_Importer (line 183) | type _go_types_Importer struct method Import (line 188) | func (W _go_types_Importer) Import(path string) (*types.Package, error... type _go_types_ImporterFrom (line 191) | type _go_types_ImporterFrom struct method Import (line 197) | func (W _go_types_ImporterFrom) Import(path string) (*types.Package, e... method ImportFrom (line 198) | func (W _go_types_ImporterFrom) ImportFrom(path string, dir string, mo... type _go_types_Object (line 203) | type _go_types_Object struct method Exported (line 215) | func (W _go_types_Object) Exported() bool { return W.WExported() } method Id (line 216) | func (W _go_types_Object) Id() string { return W.WId() } method Name (line 217) | func (W _go_types_Object) Name() string { return W.WName() } method Parent (line 218) | func (W _go_types_Object) Parent() *types.Scope { return W.WParent() } method Pkg (line 219) | func (W _go_types_Object) Pkg() *types.Package { return W.WPkg() } method Pos (line 220) | func (W _go_types_Object) Pos() token.Pos { return W.WPos() } method String (line 221) | func (W _go_types_Object) String() string { method Type (line 227) | func (W _go_types_Object) Type() types.Type { return W.WType() } type _go_types_Sizes (line 230) | type _go_types_Sizes struct method Alignof (line 237) | func (W _go_types_Sizes) Alignof(T types.Type) int64 { retu... method Offsetsof (line 238) | func (W _go_types_Sizes) Offsetsof(fields []*types.Var) []int64 { retu... method Sizeof (line 239) | func (W _go_types_Sizes) Sizeof(T types.Type) int64 { retu... type _go_types_Type (line 242) | type _go_types_Type struct method String (line 248) | func (W _go_types_Type) String() string { method Underlying (line 254) | func (W _go_types_Type) Underlying() types.Type { return W.WUnderlying... FILE: stdlib/go1_22_go_version.go function init (line 13) | func init() { FILE: stdlib/go1_22_hash.go function init (line 13) | func init() { type _hash_Hash (line 28) | type _hash_Hash struct method BlockSize (line 37) | func (W _hash_Hash) BlockSize() int { return W.WBlo... method Reset (line 38) | func (W _hash_Hash) Reset() { W.WReset() } method Size (line 39) | func (W _hash_Hash) Size() int { return W.WSiz... method Sum (line 40) | func (W _hash_Hash) Sum(b []byte) []byte { return W.WSum... method Write (line 41) | func (W _hash_Hash) Write(p []byte) (n int, err error) { return W.WWri... type _hash_Hash32 (line 44) | type _hash_Hash32 struct method BlockSize (line 54) | func (W _hash_Hash32) BlockSize() int { return W.WB... method Reset (line 55) | func (W _hash_Hash32) Reset() { W.WReset() } method Size (line 56) | func (W _hash_Hash32) Size() int { return W.WS... method Sum (line 57) | func (W _hash_Hash32) Sum(b []byte) []byte { return W.WS... method Sum32 (line 58) | func (W _hash_Hash32) Sum32() uint32 { return W.WS... method Write (line 59) | func (W _hash_Hash32) Write(p []byte) (n int, err error) { return W.WW... type _hash_Hash64 (line 62) | type _hash_Hash64 struct method BlockSize (line 72) | func (W _hash_Hash64) BlockSize() int { return W.WB... method Reset (line 73) | func (W _hash_Hash64) Reset() { W.WReset() } method Size (line 74) | func (W _hash_Hash64) Size() int { return W.WS... method Sum (line 75) | func (W _hash_Hash64) Sum(b []byte) []byte { return W.WS... method Sum64 (line 76) | func (W _hash_Hash64) Sum64() uint64 { return W.WS... method Write (line 77) | func (W _hash_Hash64) Write(p []byte) (n int, err error) { return W.WW... FILE: stdlib/go1_22_hash_adler32.go function init (line 15) | func init() { FILE: stdlib/go1_22_hash_crc32.go function init (line 15) | func init() { FILE: stdlib/go1_22_hash_crc64.go function init (line 15) | func init() { FILE: stdlib/go1_22_hash_fnv.go function init (line 13) | func init() { FILE: stdlib/go1_22_hash_maphash.go function init (line 13) | func init() { FILE: stdlib/go1_22_html.go function init (line 13) | func init() { FILE: stdlib/go1_22_html_template.go function init (line 13) | func init() { FILE: stdlib/go1_22_image.go function init (line 14) | func init() { type _image_Image (line 79) | type _image_Image struct method At (line 86) | func (W _image_Image) At(x int, y int) color.Color { return W.WAt(x, y) } method Bounds (line 87) | func (W _image_Image) Bounds() image.Rectangle { return W.WBounds() } method ColorModel (line 88) | func (W _image_Image) ColorModel() color.Model { return W.WColorMo... type _image_PalettedImage (line 91) | type _image_PalettedImage struct method At (line 99) | func (W _image_PalettedImage) At(x int, y int) color.Color { retur... method Bounds (line 100) | func (W _image_PalettedImage) Bounds() image.Rectangle { retur... method ColorIndexAt (line 101) | func (W _image_PalettedImage) ColorIndexAt(x int, y int) uint8 { retur... method ColorModel (line 102) | func (W _image_PalettedImage) ColorModel() color.Model { retur... type _image_RGBA64Image (line 105) | type _image_RGBA64Image struct method At (line 113) | func (W _image_RGBA64Image) At(x int, y int) color.Color { retu... method Bounds (line 114) | func (W _image_RGBA64Image) Bounds() image.Rectangle { retu... method ColorModel (line 115) | func (W _image_RGBA64Image) ColorModel() color.Model { retu... method RGBA64At (line 116) | func (W _image_RGBA64Image) RGBA64At(x int, y int) color.RGBA64 { retu... FILE: stdlib/go1_22_image_color.go function init (line 13) | func init() { type _image_color_Color (line 60) | type _image_color_Color struct method RGBA (line 65) | func (W _image_color_Color) RGBA() (r uint32, g uint32, b uint32, a ui... type _image_color_Model (line 68) | type _image_color_Model struct method Convert (line 73) | func (W _image_color_Model) Convert(c color.Color) color.Color { retur... FILE: stdlib/go1_22_image_color_palette.go function init (line 13) | func init() { FILE: stdlib/go1_22_image_draw.go function init (line 15) | func init() { type _image_draw_Drawer (line 40) | type _image_draw_Drawer struct method Draw (line 45) | func (W _image_draw_Drawer) Draw(dst draw.Image, r image.Rectangle, sr... type _image_draw_Image (line 50) | type _image_draw_Image struct method At (line 58) | func (W _image_draw_Image) At(x int, y int) color.Color { return W... method Bounds (line 59) | func (W _image_draw_Image) Bounds() image.Rectangle { return W... method ColorModel (line 60) | func (W _image_draw_Image) ColorModel() color.Model { return W... method Set (line 61) | func (W _image_draw_Image) Set(x int, y int, c color.Color) { W.WSet(x... type _image_draw_Quantizer (line 64) | type _image_draw_Quantizer struct method Quantize (line 69) | func (W _image_draw_Quantizer) Quantize(p color.Palette, m image.Image... type _image_draw_RGBA64Image (line 74) | type _image_draw_RGBA64Image struct method At (line 84) | func (W _image_draw_RGBA64Image) At(x int, y int) color.Color ... method Bounds (line 85) | func (W _image_draw_RGBA64Image) Bounds() image.Rectangle ... method ColorModel (line 86) | func (W _image_draw_RGBA64Image) ColorModel() color.Model ... method RGBA64At (line 87) | func (W _image_draw_RGBA64Image) RGBA64At(x int, y int) color.RGBA64 ... method Set (line 88) | func (W _image_draw_RGBA64Image) Set(x int, y int, c color.Color) ... method SetRGBA64 (line 89) | func (W _image_draw_RGBA64Image) SetRGBA64(x int, y int, c color.RGBA6... FILE: stdlib/go1_22_image_gif.go function init (line 15) | func init() { FILE: stdlib/go1_22_image_jpeg.go function init (line 15) | func init() { type _image_jpeg_Reader (line 35) | type _image_jpeg_Reader struct method Read (line 41) | func (W _image_jpeg_Reader) Read(p []byte) (n int, err error) { return... method ReadByte (line 42) | func (W _image_jpeg_Reader) ReadByte() (byte, error) { return... FILE: stdlib/go1_22_image_png.go function init (line 13) | func init() { type _image_png_EncoderBufferPool (line 38) | type _image_png_EncoderBufferPool struct method Get (line 44) | func (W _image_png_EncoderBufferPool) Get() *png.EncoderBuffer { ret... method Put (line 45) | func (W _image_png_EncoderBufferPool) Put(a0 *png.EncoderBuffer) { W.W... FILE: stdlib/go1_22_index_suffixarray.go function init (line 13) | func init() { FILE: stdlib/go1_22_io.go function init (line 15) | func init() { type _io_ByteReader (line 100) | type _io_ByteReader struct method ReadByte (line 105) | func (W _io_ByteReader) ReadByte() (byte, error) { return W.WReadByte() } type _io_ByteScanner (line 108) | type _io_ByteScanner struct method ReadByte (line 114) | func (W _io_ByteScanner) ReadByte() (byte, error) { return W.WReadByte... method UnreadByte (line 115) | func (W _io_ByteScanner) UnreadByte() error { return W.WUnreadBy... type _io_ByteWriter (line 118) | type _io_ByteWriter struct method WriteByte (line 123) | func (W _io_ByteWriter) WriteByte(c byte) error { return W.WWriteByte(... type _io_Closer (line 126) | type _io_Closer struct method Close (line 131) | func (W _io_Closer) Close() error { return W.WClose() } type _io_ReadCloser (line 134) | type _io_ReadCloser struct method Close (line 140) | func (W _io_ReadCloser) Close() error { return W.W... method Read (line 141) | func (W _io_ReadCloser) Read(p []byte) (n int, err error) { return W.W... type _io_ReadSeekCloser (line 144) | type _io_ReadSeekCloser struct method Close (line 151) | func (W _io_ReadSeekCloser) Close() error { return... method Read (line 152) | func (W _io_ReadSeekCloser) Read(p []byte) (n int, err error) { return... method Seek (line 153) | func (W _io_ReadSeekCloser) Seek(offset int64, whence int) (int64, err... type _io_ReadSeeker (line 158) | type _io_ReadSeeker struct method Read (line 164) | func (W _io_ReadSeeker) Read(p []byte) (n int, err error) ... method Seek (line 165) | func (W _io_ReadSeeker) Seek(offset int64, whence int) (int64, error) ... type _io_ReadWriteCloser (line 168) | type _io_ReadWriteCloser struct method Close (line 175) | func (W _io_ReadWriteCloser) Close() error { retu... method Read (line 176) | func (W _io_ReadWriteCloser) Read(p []byte) (n int, err error) { retu... method Write (line 177) | func (W _io_ReadWriteCloser) Write(p []byte) (n int, err error) { retu... type _io_ReadWriteSeeker (line 180) | type _io_ReadWriteSeeker struct method Read (line 187) | func (W _io_ReadWriteSeeker) Read(p []byte) (n int, err error) { retur... method Seek (line 188) | func (W _io_ReadWriteSeeker) Seek(offset int64, whence int) (int64, er... method Write (line 191) | func (W _io_ReadWriteSeeker) Write(p []byte) (n int, err error) { retu... type _io_ReadWriter (line 194) | type _io_ReadWriter struct method Read (line 200) | func (W _io_ReadWriter) Read(p []byte) (n int, err error) { return W.... method Write (line 201) | func (W _io_ReadWriter) Write(p []byte) (n int, err error) { return W.... type _io_Reader (line 204) | type _io_Reader struct method Read (line 209) | func (W _io_Reader) Read(p []byte) (n int, err error) { return W.WRead... type _io_ReaderAt (line 212) | type _io_ReaderAt struct method ReadAt (line 217) | func (W _io_ReaderAt) ReadAt(p []byte, off int64) (n int, err error) {... type _io_ReaderFrom (line 220) | type _io_ReaderFrom struct method ReadFrom (line 225) | func (W _io_ReaderFrom) ReadFrom(r io.Reader) (n int64, err error) { r... type _io_RuneReader (line 228) | type _io_RuneReader struct method ReadRune (line 233) | func (W _io_RuneReader) ReadRune() (r rune, size int, err error) { ret... type _io_RuneScanner (line 236) | type _io_RuneScanner struct method ReadRune (line 242) | func (W _io_RuneScanner) ReadRune() (r rune, size int, err error) { re... method UnreadRune (line 243) | func (W _io_RuneScanner) UnreadRune() error { re... type _io_Seeker (line 246) | type _io_Seeker struct method Seek (line 251) | func (W _io_Seeker) Seek(offset int64, whence int) (int64, error) { re... type _io_StringWriter (line 254) | type _io_StringWriter struct method WriteString (line 259) | func (W _io_StringWriter) WriteString(s string) (n int, err error) { r... type _io_WriteCloser (line 262) | type _io_WriteCloser struct method Close (line 268) | func (W _io_WriteCloser) Close() error { return W... method Write (line 269) | func (W _io_WriteCloser) Write(p []byte) (n int, err error) { return W... type _io_WriteSeeker (line 272) | type _io_WriteSeeker struct method Seek (line 278) | func (W _io_WriteSeeker) Seek(offset int64, whence int) (int64, error) { method Write (line 281) | func (W _io_WriteSeeker) Write(p []byte) (n int, err error) { return W... type _io_Writer (line 284) | type _io_Writer struct method Write (line 289) | func (W _io_Writer) Write(p []byte) (n int, err error) { return W.WWri... type _io_WriterAt (line 292) | type _io_WriterAt struct method WriteAt (line 297) | func (W _io_WriterAt) WriteAt(p []byte, off int64) (n int, err error) ... type _io_WriterTo (line 300) | type _io_WriterTo struct method WriteTo (line 305) | func (W _io_WriterTo) WriteTo(w io.Writer) (n int64, err error) { retu... FILE: stdlib/go1_22_io_fs.go function init (line 14) | func init() { type _io_fs_DirEntry (line 80) | type _io_fs_DirEntry struct method Info (line 88) | func (W _io_fs_DirEntry) Info() (fs.FileInfo, error) { return W.WInfo() } method IsDir (line 89) | func (W _io_fs_DirEntry) IsDir() bool { return W.WIsDir... method Name (line 90) | func (W _io_fs_DirEntry) Name() string { return W.WName() } method Type (line 91) | func (W _io_fs_DirEntry) Type() fs.FileMode { return W.WType() } type _io_fs_FS (line 94) | type _io_fs_FS struct method Open (line 99) | func (W _io_fs_FS) Open(name string) (fs.File, error) { return W.WOpen... type _io_fs_File (line 102) | type _io_fs_File struct method Close (line 109) | func (W _io_fs_File) Close() error { return W.WClose() } method Read (line 110) | func (W _io_fs_File) Read(a0 []byte) (int, error) { return W.WRead(a0) } method Stat (line 111) | func (W _io_fs_File) Stat() (fs.FileInfo, error) { return W.WStat() } type _io_fs_FileInfo (line 114) | type _io_fs_FileInfo struct method IsDir (line 124) | func (W _io_fs_FileInfo) IsDir() bool { return W.WIsDir() } method ModTime (line 125) | func (W _io_fs_FileInfo) ModTime() time.Time { return W.WModTime() } method Mode (line 126) | func (W _io_fs_FileInfo) Mode() fs.FileMode { return W.WMode() } method Name (line 127) | func (W _io_fs_FileInfo) Name() string { return W.WName() } method Size (line 128) | func (W _io_fs_FileInfo) Size() int64 { return W.WSize() } method Sys (line 129) | func (W _io_fs_FileInfo) Sys() any { return W.WSys() } type _io_fs_GlobFS (line 132) | type _io_fs_GlobFS struct method Glob (line 138) | func (W _io_fs_GlobFS) Glob(pattern string) ([]string, error) { return... method Open (line 139) | func (W _io_fs_GlobFS) Open(name string) (fs.File, error) { return... type _io_fs_ReadDirFS (line 142) | type _io_fs_ReadDirFS struct method Open (line 148) | func (W _io_fs_ReadDirFS) Open(name string) (fs.File, error) ... method ReadDir (line 149) | func (W _io_fs_ReadDirFS) ReadDir(name string) ([]fs.DirEntry, error) ... type _io_fs_ReadDirFile (line 152) | type _io_fs_ReadDirFile struct method Close (line 160) | func (W _io_fs_ReadDirFile) Close() error { re... method Read (line 161) | func (W _io_fs_ReadDirFile) Read(a0 []byte) (int, error) { re... method ReadDir (line 162) | func (W _io_fs_ReadDirFile) ReadDir(n int) ([]fs.DirEntry, error) { re... method Stat (line 163) | func (W _io_fs_ReadDirFile) Stat() (fs.FileInfo, error) { re... type _io_fs_ReadFileFS (line 166) | type _io_fs_ReadFileFS struct method Open (line 172) | func (W _io_fs_ReadFileFS) Open(name string) (fs.File, error) { ret... method ReadFile (line 173) | func (W _io_fs_ReadFileFS) ReadFile(name string) ([]byte, error) { ret... type _io_fs_StatFS (line 176) | type _io_fs_StatFS struct method Open (line 182) | func (W _io_fs_StatFS) Open(name string) (fs.File, error) { return... method Stat (line 183) | func (W _io_fs_StatFS) Stat(name string) (fs.FileInfo, error) { return... type _io_fs_SubFS (line 186) | type _io_fs_SubFS struct method Open (line 192) | func (W _io_fs_SubFS) Open(name string) (fs.File, error) { return W.WO... method Sub (line 193) | func (W _io_fs_SubFS) Sub(dir string) (fs.FS, error) { return W.WS... FILE: stdlib/go1_22_io_ioutil.go function init (line 13) | func init() { FILE: stdlib/go1_22_log.go function init (line 15) | func init() { FILE: stdlib/go1_22_log_slog.go function init (line 16) | func init() { type _log_slog_Handler (line 101) | type _log_slog_Handler struct method Enabled (line 109) | func (W _log_slog_Handler) Enabled(a0 context.Context, a1 slog.Level) ... method Handle (line 110) | func (W _log_slog_Handler) Handle(a0 context.Context, a1 slog.Record) ... method WithAttrs (line 111) | func (W _log_slog_Handler) WithAttrs(attrs []slog.Attr) slog.Handler ... method WithGroup (line 112) | func (W _log_slog_Handler) WithGroup(name string) slog.Handler ... type _log_slog_Leveler (line 115) | type _log_slog_Leveler struct method Level (line 120) | func (W _log_slog_Leveler) Level() slog.Level { return W.WLevel() } type _log_slog_LogValuer (line 123) | type _log_slog_LogValuer struct method LogValue (line 128) | func (W _log_slog_LogValuer) LogValue() slog.Value { return W.WLogValu... FILE: stdlib/go1_22_log_syslog.go function init (line 13) | func init() { FILE: stdlib/go1_22_maps.go function init (line 12) | func init() { FILE: stdlib/go1_22_math.go function init (line 15) | func init() { FILE: stdlib/go1_22_math_big.go function init (line 15) | func init() { FILE: stdlib/go1_22_math_bits.go function init (line 15) | func init() { FILE: stdlib/go1_22_math_cmplx.go function init (line 13) | func init() { FILE: stdlib/go1_22_math_rand.go function init (line 13) | func init() { type _math_rand_Source (line 49) | type _math_rand_Source struct method Int63 (line 55) | func (W _math_rand_Source) Int63() int64 { return W.WInt63() } method Seed (line 56) | func (W _math_rand_Source) Seed(seed int64) { W.WSeed(seed) } type _math_rand_Source64 (line 59) | type _math_rand_Source64 struct method Int63 (line 66) | func (W _math_rand_Source64) Int63() int64 { return W.WInt63() } method Seed (line 67) | func (W _math_rand_Source64) Seed(seed int64) { W.WSeed(seed) } method Uint64 (line 68) | func (W _math_rand_Source64) Uint64() uint64 { return W.WUint64() } FILE: stdlib/go1_22_math_rand_v2.go function init (line 13) | func init() { type _math_rand_v2_Source (line 51) | type _math_rand_v2_Source struct method Uint64 (line 56) | func (W _math_rand_v2_Source) Uint64() uint64 { return W.WUint64() } FILE: stdlib/go1_22_mime.go function init (line 13) | func init() { FILE: stdlib/go1_22_mime_multipart.go function init (line 13) | func init() { type _mime_multipart_File (line 34) | type _mime_multipart_File struct method Close (line 42) | func (W _mime_multipart_File) Close() error { retu... method Read (line 43) | func (W _mime_multipart_File) Read(p []byte) (n int, err error) { retu... method ReadAt (line 44) | func (W _mime_multipart_File) ReadAt(p []byte, off int64) (n int, err ... method Seek (line 47) | func (W _mime_multipart_File) Seek(offset int64, whence int) (int64, e... FILE: stdlib/go1_22_mime_quotedprintable.go function init (line 13) | func init() { FILE: stdlib/go1_22_net.go function init (line 16) | func init() { type _net_Addr (line 133) | type _net_Addr struct method Network (line 139) | func (W _net_Addr) Network() string { return W.WNetwork() } method String (line 140) | func (W _net_Addr) String() string { type _net_Conn (line 148) | type _net_Conn struct method Close (line 160) | func (W _net_Conn) Close() error { return W.WClo... method LocalAddr (line 161) | func (W _net_Conn) LocalAddr() net.Addr { return W.WLoc... method Read (line 162) | func (W _net_Conn) Read(b []byte) (n int, err error) { return W.WRea... method RemoteAddr (line 163) | func (W _net_Conn) RemoteAddr() net.Addr { return W.WRem... method SetDeadline (line 164) | func (W _net_Conn) SetDeadline(t time.Time) error { return W.WSet... method SetReadDeadline (line 165) | func (W _net_Conn) SetReadDeadline(t time.Time) error { return W.WSet... method SetWriteDeadline (line 166) | func (W _net_Conn) SetWriteDeadline(t time.Time) error { return W.WSet... method Write (line 167) | func (W _net_Conn) Write(b []byte) (n int, err error) { return W.WWri... type _net_Error (line 170) | type _net_Error struct method Error (line 177) | func (W _net_Error) Error() string { return W.WError() } method Temporary (line 178) | func (W _net_Error) Temporary() bool { return W.WTemporary() } method Timeout (line 179) | func (W _net_Error) Timeout() bool { return W.WTimeout() } type _net_Listener (line 182) | type _net_Listener struct method Accept (line 189) | func (W _net_Listener) Accept() (net.Conn, error) { return W.WAccept() } method Addr (line 190) | func (W _net_Listener) Addr() net.Addr { return W.WAddr() } method Close (line 191) | func (W _net_Listener) Close() error { return W.WClose() } type _net_PacketConn (line 194) | type _net_PacketConn struct method Close (line 205) | func (W _net_PacketConn) Close() error ... method LocalAddr (line 206) | func (W _net_PacketConn) LocalAddr() net.Addr ... method ReadFrom (line 207) | func (W _net_PacketConn) ReadFrom(p []byte) (n int, addr net.Addr, err... method SetDeadline (line 208) | func (W _net_PacketConn) SetDeadline(t time.Time) error ... method SetReadDeadline (line 209) | func (W _net_PacketConn) SetReadDeadline(t time.Time) error ... method SetWriteDeadline (line 210) | func (W _net_PacketConn) SetWriteDeadline(t time.Time) error ... method WriteTo (line 211) | func (W _net_PacketConn) WriteTo(p []byte, addr net.Addr) (n int, err ... FILE: stdlib/go1_22_net_http.go function init (line 19) | func init() { type _net_http_CloseNotifier (line 220) | type _net_http_CloseNotifier struct method CloseNotify (line 225) | func (W _net_http_CloseNotifier) CloseNotify() <-chan bool { return W.... type _net_http_CookieJar (line 228) | type _net_http_CookieJar struct method Cookies (line 234) | func (W _net_http_CookieJar) Cookies(u *url.URL) []*http.Cookie { retu... method SetCookies (line 235) | func (W _net_http_CookieJar) SetCookies(u *url.URL, cookies []*http.Co... type _net_http_File (line 240) | type _net_http_File struct method Close (line 249) | func (W _net_http_File) Close() error ... method Read (line 250) | func (W _net_http_File) Read(p []byte) (n int, err error) ... method Readdir (line 251) | func (W _net_http_File) Readdir(count int) ([]fs.FileInfo, error) ... method Seek (line 252) | func (W _net_http_File) Seek(offset int64, whence int) (int64, error) ... method Stat (line 253) | func (W _net_http_File) Stat() (fs.FileInfo, error) ... type _net_http_FileSystem (line 256) | type _net_http_FileSystem struct method Open (line 261) | func (W _net_http_FileSystem) Open(name string) (http.File, error) { r... type _net_http_Flusher (line 264) | type _net_http_Flusher struct method Flush (line 269) | func (W _net_http_Flusher) Flush() { W.WFlush() } type _net_http_Handler (line 272) | type _net_http_Handler struct method ServeHTTP (line 277) | func (W _net_http_Handler) ServeHTTP(a0 http.ResponseWriter, a1 *http.... type _net_http_Hijacker (line 280) | type _net_http_Hijacker struct method Hijack (line 285) | func (W _net_http_Hijacker) Hijack() (net.Conn, *bufio.ReadWriter, err... type _net_http_Pusher (line 288) | type _net_http_Pusher struct method Push (line 293) | func (W _net_http_Pusher) Push(target string, opts *http.PushOptions) ... type _net_http_ResponseWriter (line 298) | type _net_http_ResponseWriter struct method Header (line 305) | func (W _net_http_ResponseWriter) Header() http.Header { retu... method Write (line 306) | func (W _net_http_ResponseWriter) Write(a0 []byte) (int, error) { retu... method WriteHeader (line 307) | func (W _net_http_ResponseWriter) WriteHeader(statusCode int) { W.WW... type _net_http_RoundTripper (line 310) | type _net_http_RoundTripper struct method RoundTrip (line 315) | func (W _net_http_RoundTripper) RoundTrip(a0 *http.Request) (*http.Res... FILE: stdlib/go1_22_net_http_cgi.go function init (line 13) | func init() { FILE: stdlib/go1_22_net_http_cookiejar.go function init (line 13) | func init() { type _net_http_cookiejar_PublicSuffixList (line 29) | type _net_http_cookiejar_PublicSuffixList struct method PublicSuffix (line 35) | func (W _net_http_cookiejar_PublicSuffixList) PublicSuffix(domain stri... method String (line 38) | func (W _net_http_cookiejar_PublicSuffixList) String() string { FILE: stdlib/go1_22_net_http_fcgi.go function init (line 13) | func init() { FILE: stdlib/go1_22_net_http_httptest.go function init (line 15) | func init() { FILE: stdlib/go1_22_net_http_httptrace.go function init (line 13) | func init() { FILE: stdlib/go1_22_net_http_httputil.go function init (line 13) | func init() { type _net_http_httputil_BufferPool (line 43) | type _net_http_httputil_BufferPool struct method Get (line 49) | func (W _net_http_httputil_BufferPool) Get() []byte { return W.WGet() } method Put (line 50) | func (W _net_http_httputil_BufferPool) Put(a0 []byte) { W.WPut(a0) } FILE: stdlib/go1_22_net_http_pprof.go function init (line 13) | func init() { FILE: stdlib/go1_22_net_mail.go function init (line 13) | func init() { FILE: stdlib/go1_22_net_netip.go function init (line 13) | func init() { FILE: stdlib/go1_22_net_rpc.go function init (line 15) | func init() { type _net_rpc_ClientCodec (line 53) | type _net_rpc_ClientCodec struct method Close (line 61) | func (W _net_rpc_ClientCodec) Close() error { return ... method ReadResponseBody (line 62) | func (W _net_rpc_ClientCodec) ReadResponseBody(a0 any) error { return ... method ReadResponseHeader (line 63) | func (W _net_rpc_ClientCodec) ReadResponseHeader(a0 *rpc.Response) err... method WriteRequest (line 66) | func (W _net_rpc_ClientCodec) WriteRequest(a0 *rpc.Request, a1 any) er... type _net_rpc_ServerCodec (line 71) | type _net_rpc_ServerCodec struct method Close (line 79) | func (W _net_rpc_ServerCodec) Close() error { return W... method ReadRequestBody (line 80) | func (W _net_rpc_ServerCodec) ReadRequestBody(a0 any) error { return W... method ReadRequestHeader (line 81) | func (W _net_rpc_ServerCodec) ReadRequestHeader(a0 *rpc.Request) error { method WriteResponse (line 84) | func (W _net_rpc_ServerCodec) WriteResponse(a0 *rpc.Response, a1 any) ... FILE: stdlib/go1_22_net_rpc_jsonrpc.go function init (line 13) | func init() { FILE: stdlib/go1_22_net_smtp.go function init (line 13) | func init() { type _net_smtp_Auth (line 33) | type _net_smtp_Auth struct method Next (line 39) | func (W _net_smtp_Auth) Next(fromServer []byte, more bool) (toServer [... method Start (line 42) | func (W _net_smtp_Auth) Start(server *smtp.ServerInfo) (proto string, ... FILE: stdlib/go1_22_net_textproto.go function init (line 13) | func init() { FILE: stdlib/go1_22_net_url.go function init (line 13) | func init() { FILE: stdlib/go1_22_os.go function init (line 17) | func init() { type _os_DirEntry (line 145) | type _os_DirEntry struct method Info (line 153) | func (W _os_DirEntry) Info() (fs.FileInfo, error) { return W.WInfo() } method IsDir (line 154) | func (W _os_DirEntry) IsDir() bool { return W.WIsDir() } method Name (line 155) | func (W _os_DirEntry) Name() string { return W.WName() } method Type (line 156) | func (W _os_DirEntry) Type() fs.FileMode { return W.WType() } type _os_FileInfo (line 159) | type _os_FileInfo struct method IsDir (line 169) | func (W _os_FileInfo) IsDir() bool { return W.WIsDir() } method ModTime (line 170) | func (W _os_FileInfo) ModTime() time.Time { return W.WModTime() } method Mode (line 171) | func (W _os_FileInfo) Mode() fs.FileMode { return W.WMode() } method Name (line 172) | func (W _os_FileInfo) Name() string { return W.WName() } method Size (line 173) | func (W _os_FileInfo) Size() int64 { return W.WSize() } method Sys (line 174) | func (W _os_FileInfo) Sys() any { return W.WSys() } type _os_Signal (line 177) | type _os_Signal struct method Signal (line 183) | func (W _os_Signal) Signal() { W.WSignal() } method String (line 184) | func (W _os_Signal) String() string { FILE: stdlib/go1_22_os_signal.go function init (line 13) | func init() { FILE: stdlib/go1_22_os_user.go function init (line 13) | func init() { FILE: stdlib/go1_22_path.go function init (line 13) | func init() { FILE: stdlib/go1_22_path_filepath.go function init (line 15) | func init() { FILE: stdlib/go1_22_reflect.go function init (line 12) | func init() { type _reflect_Type (line 97) | type _reflect_Type struct method Align (line 130) | func (W _reflect_Type) Align() int {... method AssignableTo (line 131) | func (W _reflect_Type) AssignableTo(u reflect.Type) bool {... method Bits (line 132) | func (W _reflect_Type) Bits() int {... method ChanDir (line 133) | func (W _reflect_Type) ChanDir() reflect.ChanDir {... method Comparable (line 134) | func (W _reflect_Type) Comparable() bool {... method ConvertibleTo (line 135) | func (W _reflect_Type) ConvertibleTo(u reflect.Type) bool {... method Elem (line 136) | func (W _reflect_Type) Elem() reflect.Type {... method Field (line 137) | func (W _reflect_Type) Field(i int) reflect.StructField {... method FieldAlign (line 138) | func (W _reflect_Type) FieldAlign() int {... method FieldByIndex (line 139) | func (W _reflect_Type) FieldByIndex(index []int) reflect.StructField {... method FieldByName (line 140) | func (W _reflect_Type) FieldByName(name string) (reflect.StructField, ... method FieldByNameFunc (line 143) | func (W _reflect_Type) FieldByNameFunc(match func(string) bool) (refle... method Implements (line 146) | func (W _reflect_Type) Implements(u reflect.Type) bool ... method In (line 147) | func (W _reflect_Type) In(i int) reflect.Type ... method IsVariadic (line 148) | func (W _reflect_Type) IsVariadic() bool ... method Key (line 149) | func (W _reflect_Type) Key() reflect.Type ... method Kind (line 150) | func (W _reflect_Type) Kind() reflect.Kind ... method Len (line 151) | func (W _reflect_Type) Len() int ... method Method (line 152) | func (W _reflect_Type) Method(a0 int) reflect.Method ... method MethodByName (line 153) | func (W _reflect_Type) MethodByName(a0 string) (reflect.Method, bool) ... method Name (line 154) | func (W _reflect_Type) Name() string ... method NumField (line 155) | func (W _reflect_Type) NumField() int ... method NumIn (line 156) | func (W _reflect_Type) NumIn() int ... method NumMethod (line 157) | func (W _reflect_Type) NumMethod() int ... method NumOut (line 158) | func (W _reflect_Type) NumOut() int ... method Out (line 159) | func (W _reflect_Type) Out(i int) reflect.Type ... method PkgPath (line 160) | func (W _reflect_Type) PkgPath() string ... method Size (line 161) | func (W _reflect_Type) Size() uintptr ... method String (line 162) | func (W _reflect_Type) String() string { FILE: stdlib/go1_22_regexp.go function init (line 13) | func init() { FILE: stdlib/go1_22_regexp_syntax.go function init (line 13) | func init() { FILE: stdlib/go1_22_runtime.go function init (line 15) | func init() { type _runtime_Error (line 75) | type _runtime_Error struct method Error (line 81) | func (W _runtime_Error) Error() string { return W.WError() } method RuntimeError (line 82) | func (W _runtime_Error) RuntimeError() { W.WRuntimeError() } FILE: stdlib/go1_22_runtime_debug.go function init (line 13) | func init() { FILE: stdlib/go1_22_runtime_metrics.go function init (line 13) | func init() { FILE: stdlib/go1_22_runtime_pprof.go function init (line 13) | func init() { FILE: stdlib/go1_22_runtime_trace.go function init (line 13) | func init() { FILE: stdlib/go1_22_slices.go function init (line 12) | func init() { FILE: stdlib/go1_22_sort.go function init (line 13) | func init() { type _sort_Interface (line 47) | type _sort_Interface struct method Len (line 54) | func (W _sort_Interface) Len() int { return W.WLen() } method Less (line 55) | func (W _sort_Interface) Less(i int, j int) bool { return W.WLess(i, j) } method Swap (line 56) | func (W _sort_Interface) Swap(i int, j int) { W.WSwap(i, j) } FILE: stdlib/go1_22_strconv.go function init (line 15) | func init() { FILE: stdlib/go1_22_strings.go function init (line 13) | func init() { FILE: stdlib/go1_22_sync.go function init (line 13) | func init() { type _sync_Locker (line 35) | type _sync_Locker struct method Lock (line 41) | func (W _sync_Locker) Lock() { W.WLock() } method Unlock (line 42) | func (W _sync_Locker) Unlock() { W.WUnlock() } FILE: stdlib/go1_22_sync_atomic.go function init (line 13) | func init() { FILE: stdlib/go1_22_testing.go function init (line 13) | func init() { type _testing_TB (line 52) | type _testing_TB struct method Cleanup (line 74) | func (W _testing_TB) Cleanup(a0 func()) { W.WCleanup(a... method Error (line 75) | func (W _testing_TB) Error(args ...any) { W.WError(arg... method Errorf (line 76) | func (W _testing_TB) Errorf(format string, args ...any) { W.WErrorf(fo... method Fail (line 77) | func (W _testing_TB) Fail() { W.WFail() } method FailNow (line 78) | func (W _testing_TB) FailNow() { W.WFailNow() } method Failed (line 79) | func (W _testing_TB) Failed() bool { return W.WFa... method Fatal (line 80) | func (W _testing_TB) Fatal(args ...any) { W.WFatal(arg... method Fatalf (line 81) | func (W _testing_TB) Fatalf(format string, args ...any) { W.WFatalf(fo... method Helper (line 82) | func (W _testing_TB) Helper() { W.WHelper() } method Log (line 83) | func (W _testing_TB) Log(args ...any) { W.WLog(args.... method Logf (line 84) | func (W _testing_TB) Logf(format string, args ...any) { W.WLogf(form... method Name (line 85) | func (W _testing_TB) Name() string { return W.WNa... method Setenv (line 86) | func (W _testing_TB) Setenv(key string, value string) { W.WSetenv(ke... method Skip (line 87) | func (W _testing_TB) Skip(args ...any) { W.WSkip(args... method SkipNow (line 88) | func (W _testing_TB) SkipNow() { W.WSkipNow() } method Skipf (line 89) | func (W _testing_TB) Skipf(format string, args ...any) { W.WSkipf(for... method Skipped (line 90) | func (W _testing_TB) Skipped() bool { return W.WSk... method TempDir (line 91) | func (W _testing_TB) TempDir() string { return W.WTe... FILE: stdlib/go1_22_testing_fstest.go function init (line 13) | func init() { FILE: stdlib/go1_22_testing_iotest.go function init (line 13) | func init() { FILE: stdlib/go1_22_testing_quick.go function init (line 14) | func init() { type _testing_quick_Generator (line 34) | type _testing_quick_Generator struct method Generate (line 39) | func (W _testing_quick_Generator) Generate(rand *rand.Rand, size int) ... FILE: stdlib/go1_22_testing_slogtest.go function init (line 13) | func init() { FILE: stdlib/go1_22_text_scanner.go function init (line 15) | func init() { FILE: stdlib/go1_22_text_tabwriter.go function init (line 15) | func init() { FILE: stdlib/go1_22_text_template.go function init (line 13) | func init() { FILE: stdlib/go1_22_text_template_parse.go function init (line 13) | func init() { type _text_template_parse_Node (line 79) | type _text_template_parse_Node struct method Copy (line 87) | func (W _text_template_parse_Node) Copy() parse.Node { return W.WCo... method Position (line 88) | func (W _text_template_parse_Node) Position() parse.Pos { return W.WPo... method String (line 89) | func (W _text_template_parse_Node) String() string { method Type (line 95) | func (W _text_template_parse_Node) Type() parse.NodeType { return W.WT... FILE: stdlib/go1_22_time.go function init (line 15) | func init() { FILE: stdlib/go1_22_unicode.go function init (line 15) | func init() { FILE: stdlib/go1_22_unicode_utf16.go function init (line 13) | func init() { FILE: stdlib/go1_22_unicode_utf8.go function init (line 15) | func init() { FILE: stdlib/maptypes.go function init (line 12) | func init() { FILE: stdlib/restricted.go function osExit (line 14) | func osExit(code int) { panic("os.Exit(" + strconv.Itoa(code) + ")") } function osFindProcess (line 17) | func osFindProcess(pid int) (*os.Process, error) { function logFatal (line 25) | func logFatal(v ...interface{}) { log.Panic(v...) } function logFatalf (line 26) | func logFatalf(f string, v ...interface{}) { log.Panicf(f, v...) } function logFatalln (line 27) | func logFatalln(v ...interface{}) { log.Panicln(v...) } type logLogger (line 29) | type logLogger struct method Fatal (line 39) | func (l *logLogger) Fatal(v ...interface{}) { l.l.Panic(v..... method Fatalf (line 40) | func (l *logLogger) Fatalf(f string, v ...interface{}) { l.l.Panicf(f,... method Fatalln (line 41) | func (l *logLogger) Fatalln(v ...interface{}) { l.l.Panicln(v... method Flags (line 44) | func (l *logLogger) Flags() int { return l.l.Fl... method Output (line 45) | func (l *logLogger) Output(d int, s string) error { return l.l.Ou... method Panic (line 46) | func (l *logLogger) Panic(v ...interface{}) { l.l.Panic(v..... method Panicf (line 47) | func (l *logLogger) Panicf(f string, v ...interface{}) { l.l.Panicf(f,... method Panicln (line 48) | func (l *logLogger) Panicln(v ...interface{}) { l.l.Panicln(v... method Prefix (line 49) | func (l *logLogger) Prefix() string { return l.l.Pr... method Print (line 50) | func (l *logLogger) Print(v ...interface{}) { l.l.Print(v..... method Printf (line 51) | func (l *logLogger) Printf(f string, v ...interface{}) { l.l.Printf(f,... method Println (line 52) | func (l *logLogger) Println(v ...interface{}) { l.l.Println(v... method SetFlags (line 53) | func (l *logLogger) SetFlags(flag int) { l.l.SetFlags(... method SetOutput (line 54) | func (l *logLogger) SetOutput(w io.Writer) { l.l.SetOutput... method Writer (line 55) | func (l *logLogger) Writer() io.Writer { return l.l.Wr... function logNew (line 34) | func logNew(out io.Writer, prefix string, flag int) *logLogger { FILE: stdlib/stdlib.go function init (line 15) | func init() { FILE: stdlib/syscall/go1_21_syscall_aix_ppc64.go function init (line 15) | func init() { type _syscall_Conn (line 1356) | type _syscall_Conn struct method SyscallConn (line 1361) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1364) | type _syscall_RawConn struct method Control (line 1371) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1372) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1373) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1376) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_android_386.go function init (line 15) | func init() { type _syscall_Conn (line 2222) | type _syscall_Conn struct method SyscallConn (line 2227) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2230) | type _syscall_RawConn struct method Control (line 2237) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2238) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2239) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2242) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_android_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 2188) | type _syscall_Conn struct method SyscallConn (line 2193) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2196) | type _syscall_RawConn struct method Control (line 2203) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2204) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2205) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2208) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_android_arm.go function init (line 15) | func init() { type _syscall_Conn (line 2241) | type _syscall_Conn struct method SyscallConn (line 2246) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2249) | type _syscall_RawConn struct method Control (line 2256) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2257) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2258) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2261) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_android_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 2332) | type _syscall_Conn struct method SyscallConn (line 2337) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2340) | type _syscall_RawConn struct method Control (line 2347) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2348) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2349) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2352) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_darwin_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1916) | type _syscall_Conn struct method SyscallConn (line 1921) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1924) | type _syscall_RawConn struct method Control (line 1931) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1932) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1933) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1936) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1941) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_darwin_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 1924) | type _syscall_Conn struct method SyscallConn (line 1929) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1932) | type _syscall_RawConn struct method Control (line 1939) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1940) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1941) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1944) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1949) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_dragonfly_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1979) | type _syscall_Conn struct method SyscallConn (line 1984) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1987) | type _syscall_RawConn struct method Control (line 1994) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1995) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1996) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1999) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2004) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_freebsd_386.go function init (line 15) | func init() { type _syscall_Conn (line 2218) | type _syscall_Conn struct method SyscallConn (line 2223) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2226) | type _syscall_RawConn struct method Control (line 2233) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2234) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2235) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2238) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2243) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_freebsd_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 2219) | type _syscall_Conn struct method SyscallConn (line 2224) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2227) | type _syscall_RawConn struct method Control (line 2234) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2235) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2236) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2239) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2244) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_freebsd_arm.go function init (line 15) | func init() { type _syscall_Conn (line 2218) | type _syscall_Conn struct method SyscallConn (line 2223) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2226) | type _syscall_RawConn struct method Control (line 2233) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2234) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2235) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2238) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2243) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_freebsd_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 2264) | type _syscall_Conn struct method SyscallConn (line 2269) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2272) | type _syscall_RawConn struct method Control (line 2279) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2280) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2281) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2284) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2289) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_freebsd_riscv64.go function init (line 15) | func init() { type _syscall_Conn (line 2264) | type _syscall_Conn struct method SyscallConn (line 2269) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2272) | type _syscall_RawConn struct method Control (line 2279) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2280) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2281) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2284) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2289) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_illumos_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1483) | type _syscall_Conn struct method SyscallConn (line 1488) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1491) | type _syscall_RawConn struct method Control (line 1498) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1499) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1500) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1503) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_ios_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1916) | type _syscall_Conn struct method SyscallConn (line 1921) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1924) | type _syscall_RawConn struct method Control (line 1931) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1932) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1933) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1936) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1941) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_ios_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 1924) | type _syscall_Conn struct method SyscallConn (line 1929) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1932) | type _syscall_RawConn struct method Control (line 1939) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1940) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1941) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1944) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1949) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_js_wasm.go function init (line 15) | func init() { type _syscall_Conn (line 338) | type _syscall_Conn struct method SyscallConn (line 343) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 346) | type _syscall_RawConn struct method Control (line 353) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 354) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 355) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 358) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_linux_386.go function init (line 15) | func init() { type _syscall_Conn (line 2222) | type _syscall_Conn struct method SyscallConn (line 2227) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2230) | type _syscall_RawConn struct method Control (line 2237) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2238) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2239) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2242) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_linux_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 2188) | type _syscall_Conn struct method SyscallConn (line 2193) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2196) | type _syscall_RawConn struct method Control (line 2203) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2204) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2205) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2208) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_linux_arm.go function init (line 15) | func init() { type _syscall_Conn (line 2241) | type _syscall_Conn struct method SyscallConn (line 2246) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2249) | type _syscall_RawConn struct method Control (line 2256) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2257) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2258) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2261) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_linux_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 2332) | type _syscall_Conn struct method SyscallConn (line 2337) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2340) | type _syscall_RawConn struct method Control (line 2347) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2348) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2349) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2352) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_linux_loong64.go function init (line 15) | func init() { type _syscall_Conn (line 2665) | type _syscall_Conn struct method SyscallConn (line 2670) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2673) | type _syscall_RawConn struct method Control (line 2680) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2681) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2682) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2685) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_linux_mips.go function init (line 15) | func init() { type _syscall_Conn (line 2426) | type _syscall_Conn struct method SyscallConn (line 2431) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2434) | type _syscall_RawConn struct method Control (line 2441) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2442) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2443) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2446) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_linux_mips64.go function init (line 15) | func init() { type _syscall_Conn (line 2375) | type _syscall_Conn struct method SyscallConn (line 2380) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2383) | type _syscall_RawConn struct method Control (line 2390) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2391) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2392) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2395) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_linux_mips64le.go function init (line 15) | func init() { type _syscall_Conn (line 2375) | type _syscall_Conn struct method SyscallConn (line 2380) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2383) | type _syscall_RawConn struct method Control (line 2390) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2391) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2392) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2395) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_linux_mipsle.go function init (line 15) | func init() { type _syscall_Conn (line 2426) | type _syscall_Conn struct method SyscallConn (line 2431) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2434) | type _syscall_RawConn struct method Control (line 2441) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2442) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2443) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2446) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_linux_ppc64.go function init (line 15) | func init() { type _syscall_Conn (line 2466) | type _syscall_Conn struct method SyscallConn (line 2471) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2474) | type _syscall_RawConn struct method Control (line 2481) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2482) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2483) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2486) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_linux_ppc64le.go function init (line 15) | func init() { type _syscall_Conn (line 2490) | type _syscall_Conn struct method SyscallConn (line 2495) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2498) | type _syscall_RawConn struct method Control (line 2505) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2506) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2507) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2510) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_linux_riscv64.go function init (line 15) | func init() { type _syscall_Conn (line 2386) | type _syscall_Conn struct method SyscallConn (line 2391) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2394) | type _syscall_RawConn struct method Control (line 2401) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2402) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2403) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2406) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_linux_s390x.go function init (line 15) | func init() { type _syscall_Conn (line 2501) | type _syscall_Conn struct method SyscallConn (line 2506) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2509) | type _syscall_RawConn struct method Control (line 2516) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2517) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2518) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2521) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_netbsd_386.go function init (line 15) | func init() { type _syscall_Conn (line 2108) | type _syscall_Conn struct method SyscallConn (line 2113) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2116) | type _syscall_RawConn struct method Control (line 2123) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2124) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2125) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2128) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2133) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_netbsd_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 2098) | type _syscall_Conn struct method SyscallConn (line 2103) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2106) | type _syscall_RawConn struct method Control (line 2113) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2114) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2115) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2118) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2123) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_netbsd_arm.go function init (line 15) | func init() { type _syscall_Conn (line 2084) | type _syscall_Conn struct method SyscallConn (line 2089) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2092) | type _syscall_RawConn struct method Control (line 2099) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2100) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2101) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2104) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2109) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_netbsd_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 2098) | type _syscall_Conn struct method SyscallConn (line 2103) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2106) | type _syscall_RawConn struct method Control (line 2113) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2114) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2115) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2118) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2123) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_openbsd_386.go function init (line 15) | func init() { type _syscall_Conn (line 1941) | type _syscall_Conn struct method SyscallConn (line 1946) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1949) | type _syscall_RawConn struct method Control (line 1956) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1957) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1958) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1961) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1966) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_openbsd_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1940) | type _syscall_Conn struct method SyscallConn (line 1945) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1948) | type _syscall_RawConn struct method Control (line 1955) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1956) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1957) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1960) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1965) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_openbsd_arm.go function init (line 15) | func init() { type _syscall_Conn (line 1944) | type _syscall_Conn struct method SyscallConn (line 1949) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1952) | type _syscall_RawConn struct method Control (line 1959) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1960) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1961) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1964) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1969) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_openbsd_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 2039) | type _syscall_Conn struct method SyscallConn (line 2044) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2047) | type _syscall_RawConn struct method Control (line 2054) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2055) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2056) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2059) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2064) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_plan9_386.go function init (line 15) | func init() { type _syscall_Conn (line 219) | type _syscall_Conn struct method SyscallConn (line 224) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 227) | type _syscall_RawConn struct method Control (line 234) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 235) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 236) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... FILE: stdlib/syscall/go1_21_syscall_plan9_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 219) | type _syscall_Conn struct method SyscallConn (line 224) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 227) | type _syscall_RawConn struct method Control (line 234) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 235) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 236) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... FILE: stdlib/syscall/go1_21_syscall_plan9_arm.go function init (line 15) | func init() { type _syscall_Conn (line 219) | type _syscall_Conn struct method SyscallConn (line 224) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 227) | type _syscall_RawConn struct method Control (line 234) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 235) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 236) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... FILE: stdlib/syscall/go1_21_syscall_solaris_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1478) | type _syscall_Conn struct method SyscallConn (line 1483) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1486) | type _syscall_RawConn struct method Control (line 1493) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1494) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1495) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1498) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_wasip1_wasm.go function init (line 15) | func init() { type _syscall_Conn (line 377) | type _syscall_Conn struct method SyscallConn (line 382) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 385) | type _syscall_RawConn struct method Control (line 392) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 393) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 394) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 397) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_windows_386.go function init (line 15) | func init() { type _syscall_Conn (line 1007) | type _syscall_Conn struct method SyscallConn (line 1012) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1015) | type _syscall_RawConn struct method Control (line 1022) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1023) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1024) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1027) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_windows_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1007) | type _syscall_Conn struct method SyscallConn (line 1012) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1015) | type _syscall_RawConn struct method Control (line 1022) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1023) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1024) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1027) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_windows_arm.go function init (line 15) | func init() { type _syscall_Conn (line 1007) | type _syscall_Conn struct method SyscallConn (line 1012) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1015) | type _syscall_RawConn struct method Control (line 1022) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1023) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1024) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1027) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_21_syscall_windows_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 1007) | type _syscall_Conn struct method SyscallConn (line 1012) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1015) | type _syscall_RawConn struct method Control (line 1022) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1023) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1024) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1027) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_aix_ppc64.go function init (line 15) | func init() { type _syscall_Conn (line 1356) | type _syscall_Conn struct method SyscallConn (line 1361) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1364) | type _syscall_RawConn struct method Control (line 1371) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1372) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1373) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1376) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_android_386.go function init (line 15) | func init() { type _syscall_Conn (line 2222) | type _syscall_Conn struct method SyscallConn (line 2227) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2230) | type _syscall_RawConn struct method Control (line 2237) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2238) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2239) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2242) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_android_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 2188) | type _syscall_Conn struct method SyscallConn (line 2193) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2196) | type _syscall_RawConn struct method Control (line 2203) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2204) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2205) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2208) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_android_arm.go function init (line 15) | func init() { type _syscall_Conn (line 2241) | type _syscall_Conn struct method SyscallConn (line 2246) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2249) | type _syscall_RawConn struct method Control (line 2256) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2257) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2258) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2261) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_android_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 2332) | type _syscall_Conn struct method SyscallConn (line 2337) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2340) | type _syscall_RawConn struct method Control (line 2347) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2348) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2349) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2352) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_darwin_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1916) | type _syscall_Conn struct method SyscallConn (line 1921) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1924) | type _syscall_RawConn struct method Control (line 1931) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1932) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1933) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1936) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1941) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_darwin_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 1924) | type _syscall_Conn struct method SyscallConn (line 1929) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1932) | type _syscall_RawConn struct method Control (line 1939) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1940) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1941) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1944) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1949) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_dragonfly_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1979) | type _syscall_Conn struct method SyscallConn (line 1984) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1987) | type _syscall_RawConn struct method Control (line 1994) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1995) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1996) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1999) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2004) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_freebsd_386.go function init (line 15) | func init() { type _syscall_Conn (line 2218) | type _syscall_Conn struct method SyscallConn (line 2223) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2226) | type _syscall_RawConn struct method Control (line 2233) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2234) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2235) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2238) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2243) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_freebsd_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 2219) | type _syscall_Conn struct method SyscallConn (line 2224) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2227) | type _syscall_RawConn struct method Control (line 2234) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2235) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2236) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2239) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2244) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_freebsd_arm.go function init (line 15) | func init() { type _syscall_Conn (line 2218) | type _syscall_Conn struct method SyscallConn (line 2223) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2226) | type _syscall_RawConn struct method Control (line 2233) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2234) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2235) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2238) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2243) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_freebsd_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 2264) | type _syscall_Conn struct method SyscallConn (line 2269) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2272) | type _syscall_RawConn struct method Control (line 2279) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2280) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2281) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2284) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2289) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_freebsd_riscv64.go function init (line 15) | func init() { type _syscall_Conn (line 2264) | type _syscall_Conn struct method SyscallConn (line 2269) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2272) | type _syscall_RawConn struct method Control (line 2279) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2280) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2281) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2284) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2289) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_illumos_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1483) | type _syscall_Conn struct method SyscallConn (line 1488) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1491) | type _syscall_RawConn struct method Control (line 1498) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1499) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1500) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1503) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_ios_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1916) | type _syscall_Conn struct method SyscallConn (line 1921) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1924) | type _syscall_RawConn struct method Control (line 1931) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1932) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1933) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1936) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1941) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_ios_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 1924) | type _syscall_Conn struct method SyscallConn (line 1929) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1932) | type _syscall_RawConn struct method Control (line 1939) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1940) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1941) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1944) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1949) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_js_wasm.go function init (line 15) | func init() { type _syscall_Conn (line 338) | type _syscall_Conn struct method SyscallConn (line 343) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 346) | type _syscall_RawConn struct method Control (line 353) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 354) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 355) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 358) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_linux_386.go function init (line 15) | func init() { type _syscall_Conn (line 2222) | type _syscall_Conn struct method SyscallConn (line 2227) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2230) | type _syscall_RawConn struct method Control (line 2237) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2238) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2239) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2242) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_linux_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 2188) | type _syscall_Conn struct method SyscallConn (line 2193) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2196) | type _syscall_RawConn struct method Control (line 2203) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2204) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2205) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2208) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_linux_arm.go function init (line 15) | func init() { type _syscall_Conn (line 2241) | type _syscall_Conn struct method SyscallConn (line 2246) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2249) | type _syscall_RawConn struct method Control (line 2256) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2257) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2258) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2261) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_linux_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 2332) | type _syscall_Conn struct method SyscallConn (line 2337) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2340) | type _syscall_RawConn struct method Control (line 2347) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2348) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2349) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2352) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_linux_loong64.go function init (line 15) | func init() { type _syscall_Conn (line 2665) | type _syscall_Conn struct method SyscallConn (line 2670) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2673) | type _syscall_RawConn struct method Control (line 2680) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2681) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2682) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2685) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_linux_mips.go function init (line 15) | func init() { type _syscall_Conn (line 2426) | type _syscall_Conn struct method SyscallConn (line 2431) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2434) | type _syscall_RawConn struct method Control (line 2441) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2442) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2443) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2446) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_linux_mips64.go function init (line 15) | func init() { type _syscall_Conn (line 2375) | type _syscall_Conn struct method SyscallConn (line 2380) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2383) | type _syscall_RawConn struct method Control (line 2390) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2391) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2392) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2395) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_linux_mips64le.go function init (line 15) | func init() { type _syscall_Conn (line 2375) | type _syscall_Conn struct method SyscallConn (line 2380) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2383) | type _syscall_RawConn struct method Control (line 2390) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2391) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2392) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2395) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_linux_mipsle.go function init (line 15) | func init() { type _syscall_Conn (line 2426) | type _syscall_Conn struct method SyscallConn (line 2431) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2434) | type _syscall_RawConn struct method Control (line 2441) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2442) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2443) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2446) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_linux_ppc64.go function init (line 15) | func init() { type _syscall_Conn (line 2466) | type _syscall_Conn struct method SyscallConn (line 2471) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2474) | type _syscall_RawConn struct method Control (line 2481) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2482) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2483) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2486) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_linux_ppc64le.go function init (line 15) | func init() { type _syscall_Conn (line 2490) | type _syscall_Conn struct method SyscallConn (line 2495) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2498) | type _syscall_RawConn struct method Control (line 2505) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2506) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2507) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2510) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_linux_riscv64.go function init (line 15) | func init() { type _syscall_Conn (line 2386) | type _syscall_Conn struct method SyscallConn (line 2391) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2394) | type _syscall_RawConn struct method Control (line 2401) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2402) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2403) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2406) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_linux_s390x.go function init (line 15) | func init() { type _syscall_Conn (line 2501) | type _syscall_Conn struct method SyscallConn (line 2506) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2509) | type _syscall_RawConn struct method Control (line 2516) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2517) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2518) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 2521) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_netbsd_386.go function init (line 15) | func init() { type _syscall_Conn (line 2108) | type _syscall_Conn struct method SyscallConn (line 2113) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2116) | type _syscall_RawConn struct method Control (line 2123) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2124) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2125) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2128) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2133) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_netbsd_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 2098) | type _syscall_Conn struct method SyscallConn (line 2103) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2106) | type _syscall_RawConn struct method Control (line 2113) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2114) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2115) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2118) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2123) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_netbsd_arm.go function init (line 15) | func init() { type _syscall_Conn (line 2084) | type _syscall_Conn struct method SyscallConn (line 2089) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2092) | type _syscall_RawConn struct method Control (line 2099) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2100) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2101) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2104) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2109) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_netbsd_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 2098) | type _syscall_Conn struct method SyscallConn (line 2103) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2106) | type _syscall_RawConn struct method Control (line 2113) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2114) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2115) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2118) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2123) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_openbsd_386.go function init (line 15) | func init() { type _syscall_Conn (line 1941) | type _syscall_Conn struct method SyscallConn (line 1946) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1949) | type _syscall_RawConn struct method Control (line 1956) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1957) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1958) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1961) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1966) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_openbsd_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1940) | type _syscall_Conn struct method SyscallConn (line 1945) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1948) | type _syscall_RawConn struct method Control (line 1955) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1956) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1957) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1960) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1965) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_openbsd_arm.go function init (line 15) | func init() { type _syscall_Conn (line 1944) | type _syscall_Conn struct method SyscallConn (line 1949) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1952) | type _syscall_RawConn struct method Control (line 1959) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1960) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1961) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 1964) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 1969) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_openbsd_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 2039) | type _syscall_Conn struct method SyscallConn (line 2044) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2047) | type _syscall_RawConn struct method Control (line 2054) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2055) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2056) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2059) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2064) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_openbsd_ppc64.go function init (line 15) | func init() { type _syscall_Conn (line 2073) | type _syscall_Conn struct method SyscallConn (line 2078) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 2081) | type _syscall_RawConn struct method Control (line 2088) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 2089) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 2090) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_RoutingMessage (line 2093) | type _syscall_RoutingMessage struct type _syscall_Sockaddr (line 2098) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_plan9_386.go function init (line 15) | func init() { type _syscall_Conn (line 219) | type _syscall_Conn struct method SyscallConn (line 224) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 227) | type _syscall_RawConn struct method Control (line 234) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 235) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 236) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... FILE: stdlib/syscall/go1_22_syscall_plan9_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 219) | type _syscall_Conn struct method SyscallConn (line 224) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 227) | type _syscall_RawConn struct method Control (line 234) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 235) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 236) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... FILE: stdlib/syscall/go1_22_syscall_plan9_arm.go function init (line 15) | func init() { type _syscall_Conn (line 219) | type _syscall_Conn struct method SyscallConn (line 224) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 227) | type _syscall_RawConn struct method Control (line 234) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 235) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 236) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... FILE: stdlib/syscall/go1_22_syscall_solaris_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1478) | type _syscall_Conn struct method SyscallConn (line 1483) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1486) | type _syscall_RawConn struct method Control (line 1493) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1494) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1495) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1498) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_wasip1_wasm.go function init (line 15) | func init() { type _syscall_Conn (line 377) | type _syscall_Conn struct method SyscallConn (line 382) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 385) | type _syscall_RawConn struct method Control (line 392) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 393) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 394) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 397) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_windows_386.go function init (line 15) | func init() { type _syscall_Conn (line 1007) | type _syscall_Conn struct method SyscallConn (line 1012) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1015) | type _syscall_RawConn struct method Control (line 1022) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1023) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1024) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1027) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_windows_amd64.go function init (line 15) | func init() { type _syscall_Conn (line 1007) | type _syscall_Conn struct method SyscallConn (line 1012) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1015) | type _syscall_RawConn struct method Control (line 1022) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1023) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1024) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1027) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_windows_arm.go function init (line 15) | func init() { type _syscall_Conn (line 1007) | type _syscall_Conn struct method SyscallConn (line 1012) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1015) | type _syscall_RawConn struct method Control (line 1022) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1023) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1024) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1027) | type _syscall_Sockaddr struct FILE: stdlib/syscall/go1_22_syscall_windows_arm64.go function init (line 15) | func init() { type _syscall_Conn (line 1007) | type _syscall_Conn struct method SyscallConn (line 1012) | func (W _syscall_Conn) SyscallConn() (syscall.RawConn, error) { return... type _syscall_RawConn (line 1015) | type _syscall_RawConn struct method Control (line 1022) | func (W _syscall_RawConn) Control(f func(fd uintptr)) error ... method Read (line 1023) | func (W _syscall_RawConn) Read(f func(fd uintptr) (done bool)) error ... method Write (line 1024) | func (W _syscall_RawConn) Write(f func(fd uintptr) (done bool)) error ... type _syscall_Sockaddr (line 1027) | type _syscall_Sockaddr struct FILE: stdlib/syscall/syscall.go function init (line 9) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_aix_ppc64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_android_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_android_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_android_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_android_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_darwin_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_darwin_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_dragonfly_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_freebsd_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_freebsd_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_freebsd_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_freebsd_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_freebsd_riscv64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_illumos_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_ios_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_ios_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_js_wasm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_linux_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_linux_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_linux_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_linux_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_linux_loong64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_linux_mips.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_linux_mips64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_linux_mips64le.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_linux_mipsle.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_linux_ppc64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_linux_ppc64le.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_linux_riscv64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_linux_s390x.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_netbsd_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_netbsd_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_netbsd_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_netbsd_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_openbsd_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_openbsd_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_openbsd_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_openbsd_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_plan9_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_plan9_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_plan9_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_solaris_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_wasip1_wasm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_windows_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_windows_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_windows_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_21_syscall_windows_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_aix_ppc64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_android_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_android_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_android_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_android_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_darwin_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_darwin_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_dragonfly_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_freebsd_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_freebsd_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_freebsd_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_freebsd_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_freebsd_riscv64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_illumos_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_ios_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_ios_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_js_wasm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_linux_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_linux_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_linux_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_linux_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_linux_loong64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_linux_mips.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_linux_mips64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_linux_mips64le.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_linux_mipsle.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_linux_ppc64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_linux_ppc64le.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_linux_riscv64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_linux_s390x.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_netbsd_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_netbsd_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_netbsd_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_netbsd_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_openbsd_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_openbsd_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_openbsd_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_openbsd_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_openbsd_ppc64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_plan9_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_plan9_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_plan9_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_solaris_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_wasip1_wasm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_windows_386.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_windows_amd64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_windows_arm.go function init (line 13) | func init() { FILE: stdlib/unrestricted/go1_22_syscall_windows_arm64.go function init (line 13) | func init() { FILE: stdlib/unrestricted/unrestricted.go function init (line 14) | func init() { FILE: stdlib/unsafe/go1_21_unsafe.go function init (line 13) | func init() { FILE: stdlib/unsafe/go1_22_unsafe.go function init (line 13) | func init() { FILE: stdlib/unsafe/unsafe.go function init (line 12) | func init() { function convert (line 29) | func convert(from, to reflect.Type) func(src, dest reflect.Value) { function add (line 53) | func add(ptr unsafe.Pointer, l int) unsafe.Pointer { function sizeof (line 57) | func sizeof(i interface{}) uintptr { function alignof (line 61) | func alignof(i interface{}) uintptr { function uintptrToUnsafePtr (line 66) | func uintptrToUnsafePtr(src, dest reflect.Value) { FILE: stdlib/wrapper-composed.go type _netHTTPResponseWriterHijacker (line 17) | type _netHTTPResponseWriterHijacker struct method Header (line 26) | func (w _netHTTPResponseWriterHijacker) Header() http.Header { return ... method Write (line 28) | func (w _netHTTPResponseWriterHijacker) Write(a0 []byte) (int, error) ... method WriteHeader (line 30) | func (w _netHTTPResponseWriterHijacker) WriteHeader(statusCode int) { ... method Hijack (line 32) | func (w _netHTTPResponseWriterHijacker) Hijack() (net.Conn, *bufio.Rea... type _ioReaderWriteTo (line 38) | type _ioReaderWriteTo struct method Read (line 45) | func (w _ioReaderWriteTo) Read(p []byte) (n int, err error) { return w... method WriteTo (line 47) | func (w _ioReaderWriteTo) WriteTo(wr io.Writer) (n int64, err error) {... type _ioWriterReadFrom (line 51) | type _ioWriterReadFrom struct method Write (line 58) | func (w _ioWriterReadFrom) Write(p []byte) (n int, err error) { return... method ReadFrom (line 60) | func (w _ioWriterReadFrom) ReadFrom(r io.Reader) (n int64, err error) ... function init (line 64) | func init() {