Home
last modified time | relevance | path

Searched defs:fromInt (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/js/experimental/runtime/
Dint64.js44 static fromInt(value) { method in Int64
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DAccessibilityBridge.java1648 public static TextDirection fromInt(int value) { in fromInt() method in AccessibilityBridge.TextDirection
/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js536 BigInteger.prototype.fromInt = bnpFromInt; method in BigInteger
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceOperand.h473 static RegNumT fromInt(BaseType Value) { return RegNumT(Value); } in fromInt() function