Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Ditertoolsmodule.c23 class itertools.chain "chainobject *" "&chain_type"
1999 static PyTypeObject chain_type; variable
2022 if ((type == &chain_type || type->tp_init == chain_type.tp_init) && in chain_new()
2170 static PyTypeObject chain_type = { variable
3717 if (PyType_Ready(&chain_type) < 0) in accumulate_reduce()
3719 it = PyObject_CallFunction((PyObject *)&chain_type, "(O)O", in accumulate_reduce()
3729 if (PyType_Ready(&chain_type) < 0) in accumulate_reduce()
3733 it = PyObject_CallFunction((PyObject *)&chain_type, "(O)O", in accumulate_reduce()
4852 &chain_type, in itertoolsmodule_exec()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp328 auto &chain_type = expression_type(chain); in register_write() local
372 else if (chain_type.pointer) in register_write()
382 // If chain_type.pointer is false, we're not writing to memory backed variables, but temporaries instead. in register_write()

Completed in 14 milliseconds