Searched refs:start (Results 1 – 3 of 3) sorted by relevance
160 const start = parameter.name.pos === undefined ? 0 : parameter.name.pos; constant162 paramName = sourceFile.text.substring(start, end).trim();165 const start = parameter.type?.pos === undefined ? 0 : parameter.type.pos; constant167 paramTypeString = sourceFile.text.substring(start, end).trim();187 const start = node.type.pos === undefined ? 0 : node.type.pos; constant189 returnInfo.returnKindName = sourceFile.text.substring(start, end).trim();
50 auto start = std::chrono::system_clock::now(); in Stop() local55 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…