Searched refs:start (Results 1 – 3 of 3) sorted by relevance
145 const start = parameter.name.pos === undefined ? 0 : parameter.name.pos; constant147 paramName = sourceFile.text.substring(start, end).trimStart().trimEnd();150 const start = parameter.type?.pos === undefined ? 0 : parameter.type.pos; constant152 paramTypeString = sourceFile.text.substring(start, end).trimStart().trimEnd();170 const start = node.type.pos === undefined ? 0 : node.type.pos; constant172 returnInfo.returnKindName = sourceFile.text.substring(start, end).trimStart().trimEnd();
48 auto start = std::chrono::system_clock::now(); in Stop() local53 auto passedSecond = chrono::duration_cast<chrono::seconds>(end - start).count(); in Stop()
11 To start with, the DevEco Studio Previewer launches the Previewer component through the command lin…