Searched defs:Comp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Duheap.h128 template <typename T, typename Ctr = vector<T>, typename Comp = less<typename Ctr::value_type> >
137 priority_queue (const Comp& c = Comp()) : m_v(), m_c (c) {} argument
138 priority_queue (const_pointer f, const_pointer l, const Comp& c = Comp()) argument
147 Comp m_c; ///< Comparison functor by value.

Completed in 23 milliseconds