Lines Matching refs:comp
188 // comparison function object. Comparison function object COMP is
197 ShortestFirstQueue(C comp)
198 : QueueBase<S>(SHORTEST_FIRST_QUEUE), heap_(comp) {}
530 Compare *comp = 0;
533 comp = new Compare(distance, *less);
544 delete comp;
553 delete comp;
567 CHECK(comp);
568 queues_[i] = new ShortestFirstQueue<StateId, Compare>(*comp);
586 delete comp;