Home
last modified time | relevance | path

Searched defs:full_line (Results 1 – 3 of 3) sorted by relevance

/external/cpu_features/include/internal/
Dstack_line_reader.h40 bool full_line; // If false the line was truncated to member
/external/cpu_features/src/
Dstack_line_reader.c83 static LineResult CreateLineResult(bool eof, bool full_line, StringView view) { in CreateLineResult()
/external/rust/crates/quiche/src/
Dtls.rs725 let mut full_line = Vec::with_capacity(data.len() + 1); in keylog() localVariable