Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Ddictobject.c.h55 {"get", (PyCFunction)(void(*)(void))dict_get, METH_FASTCALL, dict_get__doc__},
61 dict_get(PyDictObject *self, PyObject *const *args, Py_ssize_t nargs) in dict_get() function
/third_party/toybox/toys/pending/
Dxzcat.c1468 static inline uint32_t dict_get(const struct dictionary *dict, uint32_t dist) in dict_get() function
1716 uint32_t prev_byte = dict_get(&s->dict, 0); in lzma_literal_probs()
1738 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()
/third_party/python/Modules/
D_collectionsmodule.c2319 PyObject *dict_get; in _collections__count_elements_impl() local
2332 dict_get = _PyType_LookupId(&PyDict_Type, &PyId_get); in _collections__count_elements_impl()
2336 if (mapping_get != NULL && mapping_get == dict_get && in _collections__count_elements_impl()