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

  /external/lldb/scripts/Python/
python-typemaps.swig 52 $2 = PyInt_AsLong($input);
136 $2 = PyInt_AsLong($input);
171 $1[i] = PyInt_AsLong(o);
202 $1[i] = PyInt_AsLong(o);
233 $1[i] = PyInt_AsLong(o);
264 $1[i] = PyInt_AsLong(o);
  /external/lldb/source/Interpreter/
PythonDataObjects.cpp 199 return PyInt_AsLong(m_py_obj);
373 return PyInt_AsLong(py_obj);
  /external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c 238 #define PyInt_AsLong PyLong_AsLong
253 #define __Pyx_PyInt_AsHash_t PyInt_AsLong
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 355 *value = static_cast<T>(PyInt_AsLong(arg));
384 *value = static_cast<bool>(PyInt_AsLong(arg));
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 176 #define PyInt_AsLong PyLong_AsLong
188 #define __Pyx_PyInt_AsHash_t PyInt_AsLong
    [all...]
qavltree.c 176 #define PyInt_AsLong PyLong_AsLong
188 #define __Pyx_PyInt_AsHash_t PyInt_AsLong
    [all...]
qbintree.c 176 #define PyInt_AsLong PyLong_AsLong
188 #define __Pyx_PyInt_AsHash_t PyInt_AsLong
    [all...]
qrbtree.c 176 #define PyInt_AsLong PyLong_AsLong
188 #define __Pyx_PyInt_AsHash_t PyInt_AsLong
    [all...]
  /external/chromium_org/third_party/simplejson/
_speedups.c 29 #define PyInt_AsSsize_t PyInt_AsLong
    [all...]

Completed in 44 milliseconds