Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/
Dint64.js44 static fromInt(value) { method in Int64
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceOperand.h473 static RegNumT fromInt(BaseType Value) { return RegNumT(Value); } in fromInt() function