Searched defs:SwapQueue (Results 1 – 1 of 1) sorted by relevance
83 explicit SwapQueue(size_t size) : queue_(size) { in SwapQueue() function88 SwapQueue(size_t size, const QueueItemVerifier& queue_item_verifier) in SwapQueue() function94 SwapQueue(size_t size, const T& prototype) : queue_(size, prototype) { in SwapQueue() function99 SwapQueue(size_t size, in SwapQueue() function