Home
last modified time | relevance | path

Searched refs:grandchildren (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A D_abc.c495 PyObject *grandchildren = _PyType_GetSubclasses(child); in set_collection_flag_recursive() local
496 if (grandchildren == NULL) { in set_collection_flag_recursive()
500 for (Py_ssize_t i = 0; i < PyList_GET_SIZE(grandchildren); i++) { in set_collection_flag_recursive()
501 PyObject *grandchild = PyList_GET_ITEM(grandchildren, i); in set_collection_flag_recursive()
504 Py_DECREF(grandchildren); in set_collection_flag_recursive()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs[all...]

Completed in 53 milliseconds