const internal/abi.SwissMapMaxElemBytes

4 uses

	internal/abi (current package)
		map_swiss.go#L23: 	SwissMapMaxElemBytes = 128

	reflect
		map_swiss.go#L110: 	if etyp.Size() > abi.SwissMapMaxElemBytes {
		map_swiss.go#L159: 	if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= abi.SwissMapMaxElemBytes {
		map_swiss.go#L413: 	if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= abi.SwissMapMaxElemBytes {