Home
last modified time | relevance | path

Searched defs:SwapQueue (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dswap_queue.h85 explicit SwapQueue(size_t size) : queue_(size) { in SwapQueue() function
90 SwapQueue(size_t size, const QueueItemVerifier& queue_item_verifier) in SwapQueue() function
96 SwapQueue(size_t size, const T& prototype) : queue_(size, prototype) { in SwapQueue() function
101 SwapQueue(size_t size, in SwapQueue() function
/aosp_15_r20/external/cronet/net/log/
H A Dfile_net_log_observer.cc539 void FileNetLogObserver::WriteQueue::SwapQueue(EventQueue* local_queue) { in SwapQueue() function in net::FileNetLogObserver::WriteQueue