Searched defs:fromInt (Results 1 – 9 of 9) sorted by relevance
32 MixedDepsImplementingInterfaces fromInt(int i); in fromInt() method
26 public static Profile fromInt(int legacyProfileIdentifier) { in fromInt() method in Profile
46 @Override public MixedDepsImplementingInterfaces fromInt(int i) { in fromInt() method in MixedDepsImplementingInterfacesFactory
80 HashCode fromInt = HashCode.fromInt(expected.asInt); in testFromInt() local
116 public static HashCode fromInt(int hash) { in fromInt() method in HashCode
72 public static AccessMode fromInt(int mode) { in fromInt() method in Asset.AccessMode
473 static RegNumT fromInt(BaseType Value) { return RegNumT(Value); } in fromInt() function