Searched refs:TimestampedEntry (Results 1 – 6 of 6) sorted by relevance
63 struct TimestampedEntry { struct69 class TimestampedCircularBuffer : public CircularBuffer<TimestampedEntry<T>> { argument75 std::vector<TimestampedEntry<T>> Pull() const;76 std::vector<TimestampedEntry<T>> Drain();114 : CircularBuffer<TimestampedEntry<T>>(size), timestamper_(std::move(timestamper)) {} in TimestampedCircularBuffer()118 TimestampedEntry<T> timestamped_entry{timestamper_->GetTimestamp(), item}; in Push()119 bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Push(timestamped_entry); in Push()123 std::vector<struct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBu… in Pull()125 return bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Pull(); in Pull()129 std::vector<struct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBu… in Drain()[all …]
34 std::vector<TimestampedEntry<std::string>> PullCopyOfGattHistory();63 std::vector<bluetooth::common::TimestampedEntry<std::string>> history = in TEST_F()
134 std::vector<bluetooth::common::TimestampedEntry<std::string>>
64 using Record = bluetooth::common::TimestampedEntry<std::string>;
299 std::vector<common::TimestampedEntry<std::string>> history = in TEST_F()
1331 using Record = common::TimestampedEntry<std::string>;