reflect.Type.Size (method)

4 uses

	reflect (current package)
		type.go#L91: 	Size() uintptr
		value.go#L581: 			if tv.Size() == 0 {

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

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