Home
last modified time | relevance | path

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

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