Home
last modified time | relevance | path

Searched refs:_PyDictKeys_StringLookup (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_dict.h66 extern Py_ssize_t _PyDictKeys_StringLookup(PyDictKeysObject* dictkeys, PyObject *key);
/third_party/python/Python/
H A Dspecialize.c625 Py_ssize_t index = _PyDictKeys_StringLookup(keys, name); in specialize_dict_access()
991 Py_ssize_t index = _PyDictKeys_StringLookup(keys, name); in _Py_Specialize_LoadMethod()
1066 Py_ssize_t index = _PyDictKeys_StringLookup(globals_keys, name); in _Py_Specialize_LoadGlobal()
1092 index = _PyDictKeys_StringLookup(builtin_keys, name); in _Py_Specialize_LoadGlobal()
/third_party/python/Objects/
H A Ddictobject.c1008 _PyDictKeys_StringLookup(PyDictKeysObject* dk, PyObject *key) in _PyDictKeys_StringLookup() function
5498 Py_ssize_t ix = _PyDictKeys_StringLookup(keys, name); in _PyObject_GetInstanceAttribute()

Completed in 11 milliseconds