Searched refs:Drain (Results 1 – 2 of 2) sorted by relevance
39 std::vector<T> Drain();76 std::vector<TimestampedEntry<T>> Drain();104 std::vector<T> bluetooth::common::CircularBuffer<T>::Drain() { in Drain() function129 … bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBuffer<T>::Drain() { in Drain() function130 return bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Drain(); in Drain()
59 auto vec = buffer.Drain(); in TEST()