Searched defs:SwapQueue (Results 1 – 1 of 1) sorted by relevance
85 explicit SwapQueue(size_t size) : queue_(size) { in SwapQueue() function90 SwapQueue(size_t size, const QueueItemVerifier& queue_item_verifier) in SwapQueue() function96 SwapQueue(size_t size, const T& prototype) : queue_(size, prototype) { in SwapQueue() function101 SwapQueue(size_t size, in SwapQueue() function