Lines Matching refs:Check

65   if (PythonModule::Check(m_py_obj))  in GetObjectType()
67 if (PythonList::Check(m_py_obj)) in GetObjectType()
69 if (PythonTuple::Check(m_py_obj)) in GetObjectType()
71 if (PythonDictionary::Check(m_py_obj)) in GetObjectType()
73 if (PythonString::Check(m_py_obj)) in GetObjectType()
76 if (PythonBytes::Check(m_py_obj)) in GetObjectType()
79 if (PythonByteArray::Check(m_py_obj)) in GetObjectType()
81 if (PythonInteger::Check(m_py_obj)) in GetObjectType()
83 if (PythonFile::Check(m_py_obj)) in GetObjectType()
85 if (PythonCallable::Check(m_py_obj)) in GetObjectType()
222 bool PythonBytes::Check(PyObject *py_obj) { in Check() function in PythonBytes
233 if (!PythonBytes::Check(py_obj)) { in Reset()
292 bool PythonByteArray::Check(PyObject *py_obj) { in Check() function in PythonByteArray
303 if (!PythonByteArray::Check(py_obj)) { in Reset()
359 bool PythonString::Check(PyObject *py_obj) { in Check() function in PythonString
377 if (!PythonString::Check(py_obj)) { in Reset()
457 bool PythonInteger::Check(PyObject *py_obj) { in Check() function in PythonInteger
475 if (!PythonInteger::Check(py_obj)) { in Reset()
550 bool PythonList::Check(PyObject *py_obj) { in Check() function in PythonList
561 if (!PythonList::Check(py_obj)) { in Reset()
654 bool PythonTuple::Check(PyObject *py_obj) { in Check() function in PythonTuple
665 if (!PythonTuple::Check(py_obj)) { in Reset()
725 bool PythonDictionary::Check(PyObject *py_obj) { in Check() function in PythonDictionary
737 if (!PythonDictionary::Check(py_obj)) { in Reset()
816 bool PythonModule::Check(PyObject *py_obj) { in Check() function in PythonModule
828 if (!PythonModule::Check(py_obj)) { in Reset()
853 bool PythonCallable::Check(PyObject *py_obj) { in Check() function in PythonCallable
865 if (!PythonCallable::Check(py_obj)) { in Reset()
947 bool PythonFile::Check(PyObject *py_obj) { in Check() function in PythonFile
979 if (!PythonFile::Check(py_obj)) { in Reset()