reflect.Type.Size (method)

3 uses

	reflect (current package)
		type.go#L93: 	Size() uintptr

	encoding/asn1
		asn1.go#L901: 		if val.Type().Size() == 4 {

	encoding/binary
		binary.go#L524: 		return int(t.Size())