runtime.structfield.typ (field)
17 uses
runtime (current package)
alg.go#L184: if memEnd > memStart && (f.name.isBlank() || f.offset() != memEnd || f.typ.tflag&tflagRegularMemory == 0) {
alg.go#L192: if f.typ.tflag&tflagRegularMemory == 0 {
alg.go#L193: h = typehash(f.typ, add(p, f.offset()), h)
alg.go#L199: memEnd = f.offset() + f.typ.size
cgocall.go#L519: cgoCheckArg(st.fields[0].typ, p, st.fields[0].typ.kind&kindDirectIface == 0, top, msg)
cgocall.go#L523: if f.typ.ptrdata == 0 {
cgocall.go#L526: cgoCheckArg(f.typ, add(p, f.offset()), true, top, msg)
cgocheck.go#L247: if off < f.typ.size {
cgocheck.go#L248: cgoCheckUsingType(f.typ, src, off, size)
cgocheck.go#L250: src = add(src, f.typ.size)
cgocheck.go#L252: if skipped > f.typ.size {
cgocheck.go#L253: skipped = f.typ.size
cgocheck.go#L255: checked := f.typ.size - skipped
type.go#L434: typ *_type
type.go#L717: if !typesEqual(tf.typ, vf.typ, seen) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |