Home | History | Annotate | Download | only in src

Lines Matching defs:UnboundQueue

39 struct UnboundQueue<Record>::Node: public Malloced {
50 UnboundQueue<Record>::UnboundQueue() {
57 UnboundQueue<Record>::~UnboundQueue() {
63 void UnboundQueue<Record>::DeleteFirst() {
71 bool UnboundQueue<Record>::Dequeue(Record* rec) {
81 void UnboundQueue<Record>::Enqueue(const Record& rec) {
93 bool UnboundQueue<Record>::IsEmpty() const {
99 Record* UnboundQueue<Record>::Peek() const {