Searched defs:dict_init (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/ |
H A D | structured_headers_test.cc | 692 const Dictionary dict_init{{{key0, member0}, {key1, member1}}}; in TEST() local
|
/aosp_15_r20/external/f2fs-tools/fsck/ |
H A D | dict.c | 323 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) in dict_init() function
|
/aosp_15_r20/external/e2fsprogs/lib/support/ |
H A D | dict.c | 351 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) in dict_init() function
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | dictobject.c | 2435 dict_init(PyObject *self, PyObject *args, PyObject *kwds) in dict_init() function
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | dictobject.c | 3787 dict_init(PyObject *self, PyObject *args, PyObject *kwds) in dict_init() function
|