Lines Matching refs:comp
206 // comparison function object. Comparison function object COMP is
216 ShortestFirstQueue(C comp)
217 : QueueBase<S>(SHORTEST_FIRST_QUEUE), heap_(comp) {}
567 Compare *comp = 0;
570 comp = new Compare(*distance, *less);
581 delete comp;
590 delete comp;
604 queues_[i] = new ShortestFirstQueue<StateId, Compare, false>(*comp);
622 delete comp;
796 // than (as specified by 'comp') the shortest distance Times() the
807 PruneQueue(const vector<Weight> &distance, Q *queue, L comp,
812 less_(comp),