const internal/abi.MapMaxElemBytes

4 uses

	internal/abi (current package)
		map.go#L23: 	MapMaxElemBytes = 128

	reflect
		map.go#L103: 	if etyp.Size() > abi.MapMaxElemBytes {
		map.go#L152: 	if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= abi.MapMaxElemBytes {
		map.go#L402: 	if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= abi.MapMaxElemBytes {