Searched refs:_PyString_Eq (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Include/
H A Dbytesobject.h21 #define _PyBytes_Eq _PyString_Eq
H A Dstringobject.h74 PyAPI_FUNC(int) _PyString_Eq(PyObject *, PyObject*);
/external/python/cpython2/Objects/
H A Ddictobject.c403 * use _PyString_Eq() directly.
435 if (ep->me_hash == hash && _PyString_Eq(ep->me_key, key))
450 && _PyString_Eq(ep->me_key, key)))
H A Dsetobject.c151 * This means we can always use _PyString_Eq directly and not have to check to
179 if (entry->hash == hash && _PyString_Eq(entry->key, key))
194 && _PyString_Eq(entry->key, key)))
H A Dstringobject.c1254 _PyString_Eq(PyObject *o1, PyObject *o2) function
/external/python/cpython2/Python/
H A Dimport.c979 if (!_PyString_Eq(co->co_filename, oldname))

Completed in 177 milliseconds