Searched defs:MakeInt (Results 1 – 6 of 6) sorted by relevance
54 static std::unique_ptr<Literal> MakeInt(const Context& context, Position pos, SKSL_INT value) { in MakeInt() function59 static std::unique_ptr<Literal> MakeInt(Position pos, SKSL_INT value, const Type* type) { in MakeInt() function
25 func MakeInt(x int) Int { return MakeInt64(int64(x)) } func
404 void MakeInt() { in MakeInt() function
114 inline int MakeInt(const py::handle& value) { in MakeInt() function
567 std::unique_ptr<BinaryPrimitive> MakeInt(uint32_t val) { in MakeInt() function
1134 static int64_t MakeInt(PyObject* integer) { in MakeInt() function