Home
last modified time | relevance | path

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

/external/pigweed/pw_multisink/
Ddrain.cc23 uint32_t entry_sequence_id = 0; in GetEntry() local
26 MultiSink::GetEntry(*this, entry, entry_sequence_id); in GetEntry()
44 entry_sequence_id - last_handled_sequence_id_ - (result.ok() ? 1 : 0); in GetEntry()
46 last_handled_sequence_id_ = entry_sequence_id; in GetEntry()