Searched refs:TimestampedEntry (Results 1 – 3 of 3) sorted by relevance
62 struct TimestampedEntry { struct68 class TimestampedCircularBuffer : public CircularBuffer<TimestampedEntry<T>> { argument74 std::vector<TimestampedEntry<T>> Pull() const;75 std::vector<TimestampedEntry<T>> Drain();113 : CircularBuffer<TimestampedEntry<T>>(size), timestamper_(std::move(timestamper)) {} in TimestampedCircularBuffer()117 TimestampedEntry<T> timestamped_entry{timestamper_->GetTimestamp(), item}; in Push()118 bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Push(timestamped_entry); in Push()122 std::vector<struct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBu… in Pull()124 return bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Pull(); in Pull()128 std::vector<struct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBu… in Drain()[all …]
115 …std::vector<common::TimestampedEntry<WakeupDescriptor>> wakeup_aggregator = wakeup_aggregator_.Pul… in Dump()
966 using Record = common::TimestampedEntry<std::string>;