Home
last modified time | relevance | path

Searched refs:PyInt_Check (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/python/src2/
Dpycompat.hpp49 #define PyInt_Check PyLong_Check macro
Dcv2.cpp227 if( PyInt_Check(o) ) in pyopencv_to()
246 if( PyInt_Check(oi) ) in pyopencv_to()
423 if (PyFloat_Check(item) || PyInt_Check(item)) { in pyopencv_to()
432 if (PyFloat_Check(o) || PyInt_Check(o)) { in pyopencv_to()
517 if(PyInt_Check(obj)) in pyopencv_to()
812 if( PyInt_Check(item_ij)) in to()
1042 else if( PyInt_Check(item) ) in pyopencv_to()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc50 #define PyInt_Check PyLong_Check macro
102 if (!PyInt_Check(res)) { in islt()
372 } else if (PyInt_Check(slice) || PyLong_Check(slice)) { in Subscript()
423 } else if (PyInt_Check(slice) || PyLong_Check(slice)) { in AssignSubscript()
Drepeated_scalar_container.cc301 if (PyInt_Check(slice)) { in Subscript()
457 if (PyInt_Check(slice)) { in AssSubscript()
Dmessage.cc63 #define PyInt_Check PyLong_Check macro
225 if (!PyInt_Check(arg) && !is_long) { in CheckAndGetInteger()
274 if (!PyInt_Check(arg) && !PyLong_Check(arg) && in CheckAndGetInteger()
293 if (!PyInt_Check(arg) && !PyBool_Check(arg) && !PyLong_Check(arg)) { in CheckAndGetInteger()
551 if (PyInt_Check(slice) || PyLong_Check(slice)) { in CheckAndGetInteger()