Searched refs:toInt64 (Results 1 – 3 of 3) sorted by relevance
24 int64_t toInt64(const py::handle &handle) { return py::reinterpret_borrow<py::int_>(handle); } in toInt64() function87 pair = std::make_pair(toInt64((tuple)[0]), toInt64((tuple)[1])); in toIntPair()98 vector.emplace_back(toInt64(l[0]), 0); in toPairVector()100 vector.emplace_back(toInt64(l[0]), toInt64(l[1])); in toPairVector()
48 int64_t toInt64(const py::handle &handle);
49 static inline deInt64 toInt64 (const char* str) in toInt64() function299 const deInt64 num = toInt64(stripLeadingWhitespace(value.c_str())); in getNumericValue()