Lines Matching +defs:val +defs:obj
755 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type) argument
870 # define PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s… argument
1105 #define SWIG_Python_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtrAndOwn(obj, pptr, typ… argument
1106 #define SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtr(obj, pptr, type, fla… argument
1107 #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_Python_ConvertPtrAndOwn(obj, pptr, typ… argument
1114 #define SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty) argument
1118 #define SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags) argument
1122 #define SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_Python_ConvertFunctionPtr(obj, pptr, t… argument
1126 #define SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty) argument
1134 #define SWIG_NewClientData(obj) SwigPyClientData_New(obj) argument
1148 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) { in SWIG_Python_SetErrorObj()
1162 #define SWIG_Python_Raise(obj, type, desc) SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc)… argument
1167 SWIG_Python_SetConstant(PyObject *d, const char *name, PyObject *obj) { in SWIG_Python_SetConstant()
1175 SWIG_Python_AppendOutput(PyObject* result, PyObject* obj) { in SWIG_Python_AppendOutput()
1259 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, NU… argument
1261 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj); argument
1357 SwigPyClientData_New(PyObject* obj) in SwigPyClientData_New()
1660 PyObject *val = 0; in SwigPyObject_own() local
1672 PyObject *obj = PyBool_FromLong(sobj->own); in SwigPyObject_own() local
2052 SwigPyPacked_UnpackData(PyObject *obj, void *ptr, size_t size) in SwigPyPacked_UnpackData()
2094 PyObject *obj = 0; in SWIG_Python_GetSwigThis() local
2140 SWIG_Python_AcquirePtr(PyObject *obj, int own) { in SWIG_Python_AcquirePtr()
2155 SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) { in SWIG_Python_ConvertPtrAndOwn()
2246 SWIG_Python_ConvertFunctionPtr(PyObject *obj, void **ptr, swig_type_info *ty) { in SWIG_Python_ConvertFunctionPtr()
2278 SWIG_Python_ConvertPacked(PyObject *obj, void *ptr, size_t sz, swig_type_info *ty) { in SWIG_Python_ConvertPacked()
2393 PyObject *obj[2]; in SWIG_Python_InitShadowInstance() local
2541 PyObject *obj = PyDict_GetItem(cache, key); in SWIG_Python_TypeQuery() local
2614 SWIG_Python_TypeError(const char *type, PyObject *obj) in SWIG_Python_TypeError()
2653 SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int argnum, int flags) { in SWIG_Python_MustGetPtr()
2748 SwigPtr_PyObject(PyObject *obj, bool initial_ref = true) :_obj(obj) in SwigPtr_PyObject()
2868 SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc) in SWIG_AsCharPtrAndSize()
2947 SWIG_AsVal_double (PyObject *obj, double *val) in SWIG_AsVal_double()
2991 SWIG_AsVal_float (PyObject * obj, float *val) in SWIG_AsVal_float()
3043 SWIG_AsVal_unsigned_SS_long (PyObject *obj, unsigned long *val) in SWIG_AsVal_unsigned_SS_long()
3087 SWIG_AsVal_size_t (PyObject * obj, size_t *val) in SWIG_AsVal_size_t()
3114 SWIG_AsVal_long (PyObject *obj, long* val) in SWIG_AsVal_long()
3153 SWIG_AsVal_int (PyObject * obj, int *val) in SWIG_AsVal_int()
3298 PyObject *obj; in Key_swigregister() local
3402 PyObject *obj; in Query_swigregister() local
3975 PyObject *obj; in Keyset_swigregister() local
4367 PyObject *obj; in Agent_swigregister() local
5355 PyObject *obj; in Trie_swigregister() local
5942 PyObject *obj = 0; in SWIG_Python_InstallConstants() local