Searched defs:fromInt (Results 1 – 5 of 5) sorted by relevance
69 HashCode fromInt = HashCode.fromInt(expected.asInt); in testFromInt() local
119 public static HashCode fromInt(int hash) { in fromInt() method in HashCode
72 public static AccessMode fromInt(int mode) { in fromInt() method in Asset.AccessMode
496 static RegNumT fromInt(BaseType Value) { return RegNumT(Value); } in fromInt() function
642 BigInteger.prototype.fromInt = bnpFromInt; method in BigInteger