Lines Matching refs:comp
207 // comparison function object. Comparison function object COMP is
217 ShortestFirstQueue(C comp)
218 : QueueBase<S>(SHORTEST_FIRST_QUEUE), heap_(comp) {}
568 Compare *comp = 0;
571 comp = new Compare(*distance, *less);
582 delete comp;
591 delete comp;
605 queues_[i] = new ShortestFirstQueue<StateId, Compare, false>(*comp);
623 delete comp;
797 // 'distance', is less than (as specified by 'comp') the shortest
808 PruneQueue(const vector<Weight> &distance, Q *queue, L comp,
813 less_(comp),