Home
last modified time | relevance | path

Searched defs:G9 (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DrenamingDestructuredPropertyInFunctionType2.ts21 type G9 = ([a, b, c]) => void; alias
DrenamingDestructuredPropertyInFunctionType.ts24 type G9 = new ([a, b, c]) => void; // OK alias
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp779 UInt G9 = UInt(RoundInt(green_c * scale)); in write() local