Home
last modified time | relevance | path

Searched refs:nrep (Results 1 – 1 of 1) sorted by relevance

/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx1478 PyObject *nrep = SwigPyObject_repr((SwigPyObject *)v->next); in SwigPyObject_repr() local
1480 PyObject *nrep = SwigPyObject_repr((SwigPyObject *)v->next, args); in SwigPyObject_repr()
1483 PyObject *joined = PyUnicode_Concat(repr, nrep); in SwigPyObject_repr()
1485 Py_DecRef(nrep); in SwigPyObject_repr()
1488 PyString_ConcatAndDel(&repr,nrep); in SwigPyObject_repr()