Searched refs:TimestampedEntry (Results 1 – 6 of 6) sorted by relevance
64 struct TimestampedEntry { struct70 class TimestampedCircularBuffer : public CircularBuffer<TimestampedEntry<T>> { argument77 std::vector<TimestampedEntry<T>> Pull() const;78 std::vector<TimestampedEntry<T>> Drain();117 : CircularBuffer<TimestampedEntry<T>>(size), timestamper_(std::move(timestamper)) {} in TimestampedCircularBuffer()121 TimestampedEntry<T> timestamped_entry{timestamper_->GetTimestamp(), item}; in Push()122 bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Push(timestamped_entry); in Push()126 std::vector<struct bluetooth::common::TimestampedEntry<T>>128 return bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Pull(); in Pull()132 std::vector<struct bluetooth::common::TimestampedEntry<T>>[all …]
62 std::vector<bluetooth::common::TimestampedEntry<std::string>> PullCopyOfGattHistory();
121 std::vector<bluetooth::common::TimestampedEntry<std::string>> PullCopyOfGattHistory() { in PullCopyOfGattHistory()
103 using Record = common::TimestampedEntry<std::string>;
63 using Record = bluetooth::common::TimestampedEntry<std::string>;
271 std::vector<common::TimestampedEntry<std::string>> history = btm_cb.history_->Pull(); in TEST_F()