Searched defs:full_line (Results 1 – 3 of 3) sorted by relevance
40 bool full_line; // If false the line was truncated to member
83 static LineResult CreateLineResult(bool eof, bool full_line, StringView view) { in CreateLineResult()
725 let mut full_line = Vec::with_capacity(data.len() + 1); in keylog() localVariable