Lines Matching defs:beginPos
62 auto beginPos = match.str().find('(') + 1; in ExtractProcessId() local
86 auto beginPos = match.str().find('[') + 1; in ExtractCpuId() local
150 auto beginPos = fakeLog.find(match.str()); in ReplaceSchedSwitchLog() local
217 auto beginPos = fakeLog.find(match.str()); in ReplaceTracingMarkLog() local
244 auto beginPos = log.find(index); in FindTid() local
263 auto beginPos = log.find(begin) + begin.length(); in ClassifySchedSwitchLogs() local
276 auto beginPos = log.find(begin) + begin.length(); in ClassifySchedSwitchLogs() local
297 auto beginPos = log.find(begin); in FindFfrtProcessAndClassifyLogs() local
312 auto beginPos = res.find_last_of(begin); in FindFfrtProcessAndClassifyLogs() local
379 auto beginPos = mark.find(beginPprio); in UpdatePrio() local
385 auto beginPos = mark.find(beginNprio); in UpdatePrio() local
395 auto beginPos = mark.rfind("["); in GetLabel() local
400 auto beginPos = mark.find(indexHFfrt); in GetLabel() local
407 auto beginPos = mark.rfind("["); in GetLabel() local
412 auto beginPos = mark.find(indexFfrt); in GetLabel() local
504 auto beginPos = mark.rfind("|"); in ConvertFfrtThreadToFfrtTaskByLine() local