Home
last modified time | relevance | path

Searched refs:possible_logs (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_log_rpc/
Dlogs_rpc.cc59 Result possible_logs = log_queue_.PopMultiple(payload); in Flush() local
60 PW_TRY(possible_logs.status()); in Flush()
61 if (possible_logs.value().entry_count == 0) { in Flush()
65 Status status = response_writer_.Write(possible_logs.value().entries); in Flush()
68 dropped_entries_ = possible_logs.value().entry_count; in Flush()