Searched refs:SWIG_Python_str_AsChar (Results 1 – 1 of 1) sorted by relevance
/external/marisa-trie/bindings/python/ |
D | marisa-swig_wrap.cxx | 780 SWIG_Python_str_AsChar(PyObject *str) in SWIG_Python_str_AsChar() function 963 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrorMsg() 1504 str = SWIG_Python_str_AsChar(repr); in SwigPyObject_print() 2579 PyErr_Format(type, "%s %s", mesg, tmp = SWIG_Python_str_AsChar(old_str)); in SWIG_Python_AddErrMesg() 2581 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrMesg() 2631 const char *cstr = str ? SWIG_Python_str_AsChar(str) : 0; in SWIG_Python_TypeError() 2919 *cptr = SWIG_Python_str_AsChar(obj); in SWIG_AsCharPtrAndSize() 5791 fprintf(fp,"%s\n", tmp = SWIG_Python_str_AsChar(str)); in swig_varlink_print()
|