Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
H A Ddictobject.c.h55 {"get", _PyCFunction_CAST(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/
H A 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/
H A D_collectionsmodule.c2293 PyObject *dict_get; in _collections__count_elements_impl() local
2306 dict_get = _PyType_Lookup(&PyDict_Type, &_Py_ID(get)); in _collections__count_elements_impl()
2310 if (mapping_get != NULL && mapping_get == dict_get && in _collections__count_elements_impl()

Completed in 8 milliseconds