Searched refs:line_pos (Results 1 – 1 of 1) sorted by relevance
87 int line_pos = 0; in ProcessDump() local95 if (sscanf(line, "%d: %s %" SCNxPTR " %n", &tid, type, &key_pointer, &line_pos) != 3) { in ProcessDump()112 Action* action = thread->CreateAction(key_pointer, type, line + line_pos); in ProcessDump()