runtime.structfield.offset (method)

6 uses

	runtime (current package)
		alg.go#L184: 			if memEnd > memStart && (f.name.isBlank() || f.offset() != memEnd || f.typ.tflag&tflagRegularMemory == 0) {
		alg.go#L193: 				h = typehash(f.typ, add(p, f.offset()), h)
		alg.go#L197: 				memStart = f.offset()
		alg.go#L199: 			memEnd = f.offset() + f.typ.size
		cgocall.go#L526: 			cgoCheckArg(f.typ, add(p, f.offset()), true, top, msg)
		type.go#L438: func (f *structfield) offset() uintptr {