Home
last modified time | relevance | path

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

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