Home
last modified time | relevance | path

Searched defs:chain_type (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
Ditertoolsmodule.c1999 static PyTypeObject chain_type; variable
2170 static PyTypeObject chain_type = { variable
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.cpp328 auto &chain_type = expression_type(chain); in register_write() local