Home
last modified time | relevance | path

Searched defs:hb_priority_queue_t (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-priority-queue.hh46 struct hb_priority_queue_t struct
49 typedef hb_pair_t<K, unsigned> item_t;
50 hb_vector_t<item_t> heap;
54 void reset () { heap.resize (0); } in reset()
56 bool in_error () const { return heap.in_error (); } in in_error()
58 bool alloc (unsigned size) in alloc()
64 void insert (K priority, unsigned value) in insert()
74 item_t pop_minimum () in pop_minimum()
99 hb_priority_queue_t& operator << (item_t item) in operator <<() argument
104 static constexpr unsigned parent (unsigned index) in parent()
[all …]