|
@@ -144,16 +144,6 @@ abstract Int64(__Int64) from __Int64 to __Int64 {
|
|
return __Int64.make(high, low);
|
|
return __Int64.make(high, low);
|
|
}
|
|
}
|
|
|
|
|
|
- @:to
|
|
|
|
- #if !cppia inline #end function toInt64():cpp.Int64 {
|
|
|
|
- return cast this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @:from
|
|
|
|
- static #if !cppia inline #end function ofInt64(x:cpp.Int64):Int64 {
|
|
|
|
- return cast x;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@:from
|
|
@:from
|
|
public static #if !cppia inline #end function ofInt(x:Int):Int64 {
|
|
public static #if !cppia inline #end function ofInt(x:Int):Int64 {
|
|
return __Int64.ofInt(x);
|
|
return __Int64.ofInt(x);
|