Searched refs:concurrent_queue_rep (Results 1 – 2 of 2) sorted by relevance
43 struct concurrent_queue_rep;60 using queue_rep_type = concurrent_queue_rep<T, Allocator>;408 struct concurrent_queue_rep { struct409 using self_type = concurrent_queue_rep<T, Allocator>; argument429 concurrent_queue_rep() {} in concurrent_queue_rep() argument431 concurrent_queue_rep( const concurrent_queue_rep& ) = delete;432 concurrent_queue_rep& operator=( const concurrent_queue_rep& ) = delete; argument443 …void assign( const concurrent_queue_rep& src, queue_allocator_type& alloc, item_constructor_type c… in assign() argument510 using queue_rep_type = concurrent_queue_rep<Value, Allocator>;
55 using queue_representation_type = concurrent_queue_rep<T, Allocator>;324 using queue_representation_type = concurrent_queue_rep<T, Allocator>;