Lines Matching refs:queue
92 class queue in _GLIBCXX_VISIBILITY()
103 operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&); in _GLIBCXX_VISIBILITY()
107 operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&); in _GLIBCXX_VISIBILITY()
133 queue(const _Sequence& __c = _Sequence()) in _GLIBCXX_VISIBILITY()
137 queue(const _Sequence& __c) in _GLIBCXX_VISIBILITY()
141 queue(_Sequence&& __c = _Sequence()) in _GLIBCXX_VISIBILITY()
245 swap(queue& __q) in _GLIBCXX_VISIBILITY()
267 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
285 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
291 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
297 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
303 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
309 operator>=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
315 swap(queue<_Tp, _Seq>& __x, queue<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
320 struct uses_allocator<queue<_Tp, _Seq>, _Alloc> in _GLIBCXX_VISIBILITY()