Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp998 SourceLineSynchronizer(const std::function<int()>& lastSourceIndex, in SourceLineSynchronizer()
/third_party/typescript/src/compiler/
Dchecker.ts22763 const lastSourceIndex = sourceTexts.length - 1; constant
22765 const sourceEndText = sourceTexts[lastSourceIndex]; constant