Searched refs:Drain (Results 1 – 3 of 3) sorted by relevance
38 std::vector<T> Drain();75 std::vector<TimestampedEntry<T>> Drain();103 std::vector<T> bluetooth::common::CircularBuffer<T>::Drain() { in Drain() function128 … bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBuffer<T>::Drain() { in Drain() function129 return bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Drain(); in Drain()
59 auto vec = buffer.Drain(); in TEST()
371 DumpSnoozLogToFile(btsnooz_buffer_.Drain()); in Stop()