HomeSort by relevance Sort by last modified time
    Searched refs:PyInt_Check (Results 1 - 10 of 10) sorted by null

  /external/lldb/scripts/Python/
python-typemaps.swig 48 if (!PyInt_Check($input)) {
135 if (PyInt_Check($input)) {
170 if (PyInt_Check(o)) {
201 if (PyInt_Check(o)) {
232 if (PyInt_Check(o)) {
263 if (PyInt_Check(o)) {
  /external/lldb/source/Interpreter/
PythonDataObjects.cpp 188 if (py_obj && PyInt_Check(py_obj))
372 if (PyInt_Check(py_obj))
  /external/chromium_org/third_party/cython/src/Cython/Utility/
TypeConversion.c 243 if (PyInt_Check(x) || PyLong_Check(x))
266 if (!PyInt_Check(res) && !PyLong_Check(res)) {
539 if (likely(PyInt_Check(x))) {
ModuleSetupCode.c 231 #define PyInt_Check(op) PyLong_Check(op)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 335 if (!PyInt_Check(arg) && !is_long) {
361 if (!PyInt_Check(arg) && !PyLong_Check(arg) &&
380 if (!PyInt_Check(arg) && !PyBool_Check(arg) && !PyLong_Check(arg)) {
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 169 #define PyInt_Check(op) PyLong_Check(op)
    [all...]
qavltree.c 169 #define PyInt_Check(op) PyLong_Check(op)
    [all...]
qbintree.c 169 #define PyInt_Check(op) PyLong_Check(op)
    [all...]
qrbtree.c 169 #define PyInt_Check(op) PyLong_Check(op)
    [all...]
  /external/chromium_org/third_party/simplejson/
_speedups.c     [all...]

Completed in 39 milliseconds