HomeSort by relevance Sort by last modified time
    Searched full:heap_ (Results 1 - 1 of 1) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 198 : QueueBase<S>(SHORTEST_FIRST_QUEUE), heap_(comp) {}
200 StateId Head() const { return heap_.Top(); }
205 key_[s] = heap_.Insert(s);
209 key_[heap_.Pop()] = kNoKey;
216 heap_.Update(key_[s], s);
220 bool Empty() const { return heap_.Empty(); }
223 heap_.Clear();
228 Heap<S, C> heap_; member in class:fst::ShortestFirstQueue

Completed in 11 milliseconds