Home
last modified time | relevance | path

Searched refs:PyDict_GetItemString (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Include/cpython/
H A Dodictobject.h36 PyDict_GetItemString(_PyObject_CAST(od), key)
/third_party/python/Include/
H A Ddictobject.h57 PyAPI_FUNC(PyObject *) PyDict_GetItemString(PyObject *dp, const char *key);
/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c775 obj = PyDict_GetItemString(pymixer->mdict, class); in pymixer_melement_new()
920 obj = PyDict_GetItemString(priv->py_mdict, "HElement"); in new_helem()
1064 obj = PyDict_GetItemString(mdict, "InternalMixer"); in alsa_mixer_simple_pyinit()
1084 priv->py_event_func = PyDict_GetItemString(mdict, "event"); in alsa_mixer_simple_pyinit()
1149 py_mod = PyDict_GetItemString(obj, "__main__"); in alsa_mixer_simple_finit()
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc422 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Subscript()
H A Drepeated_scalar_container.cc602 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Subscript()
H A Dmessage.cc278 PyObject* well_known_class = PyDict_GetItemString( in New()
/third_party/python/PC/
H A Dpython3dll.c176 EXPORT_FUNC(PyDict_GetItemString)
/third_party/python/Objects/
H A Ddictobject.c3888 PyDict_GetItemString(PyObject *v, const char *key) in PyDict_GetItemString() function

Completed in 78 milliseconds