Searched refs:_PyUnicode_Equal (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/python/cpython3/Objects/ |
D | typeobject.c | 1048 if (mod != NULL && !_PyUnicode_Equal(mod, &_Py_ID(builtins))) in type_repr() 2553 if (_PyUnicode_Equal(name, &_Py_ID(__dict__))) { in type_new_visit_slots() 2562 if (_PyUnicode_Equal(name, &_Py_ID(__weakref__))) { in type_new_visit_slots() 2596 if ((ctx->add_dict && _PyUnicode_Equal(slot, &_Py_ID(__dict__))) || in type_new_copy_slots() 2597 (ctx->add_weak && _PyUnicode_Equal(slot, &_Py_ID(__weakref__)))) in type_new_copy_slots() 2616 if (!_PyUnicode_Equal(slot, &_Py_ID(__qualname__)) && in type_new_copy_slots() 2617 !_PyUnicode_Equal(slot, &_Py_ID(__classcell__))) in type_new_copy_slots() 4604 if (mod != NULL && !_PyUnicode_Equal(mod, &_Py_ID(builtins))) in object_repr() 8835 _PyUnicode_Equal(name, &_Py_ID(__class__))) in super_getattro() 9023 if (_PyUnicode_Equal(name, &_Py_ID(__class__))) { in super_init_without_args()
|
D | longobject.c | 5870 else if (_PyUnicode_Equal(byteorder, &_Py_ID(little))) in int_to_bytes_impl() 5872 else if (_PyUnicode_Equal(byteorder, &_Py_ID(big))) in int_to_bytes_impl() 5932 else if (_PyUnicode_Equal(byteorder, &_Py_ID(little))) in int_from_bytes_impl() 5934 else if (_PyUnicode_Equal(byteorder, &_Py_ID(big))) in int_from_bytes_impl()
|
D | unicodeobject.c | 11135 _PyUnicode_Equal(PyObject *str1, PyObject *str2) in _PyUnicode_Equal() function
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | errors.c | 1371 if (!_PyUnicode_Equal(modulename, &_Py_ID(builtins)) && in write_unraisable_exc_file() 1372 !_PyUnicode_Equal(modulename, &_Py_ID(__main__))) { in write_unraisable_exc_file()
|
D | pythonrun.c | 1040 if (!_PyUnicode_Equal(modulename, &_Py_ID(builtins)) && in print_exception_message() 1041 !_PyUnicode_Equal(modulename, &_Py_ID(__main__))) in print_exception_message()
|
D | ceval.c | 3829 int res = _PyUnicode_Equal(left, right);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 1148 PyAPI_FUNC(int) _PyUnicode_Equal(PyObject *, PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 1148 PyAPI_FUNC(int) _PyUnicode_Equal(PyObject *, PyObject *);
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 1148 PyAPI_FUNC(int) _PyUnicode_Equal(PyObject *, PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 1148 PyAPI_FUNC(int) _PyUnicode_Equal(PyObject *, PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | unicodeobject.h | 1148 PyAPI_FUNC(int) _PyUnicode_Equal(PyObject *, PyObject *);
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _pickle.c | 4034 use_newobj_ex = _PyUnicode_Equal(name, &_Py_ID(__newobj_ex__)); in save_reduce() 4036 use_newobj = _PyUnicode_Equal(name, &_Py_ID(__newobj__)); in save_reduce()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1274 …<elf-symbol name='_PyUnicode_Equal' type='func-type' binding='global-binding' visibility='default-… 10392 …_PyUnicode_Equal' mangled-name='_PyUnicode_Equal' filepath='Objects/unicodeobject.c' line='11135' …
|