Searched refs:TimerHeapElement (Results 1 – 3 of 3) sorted by relevance
59 class TimerHeapElement { class61 explicit TimerHeapElement(int i) in TimerHeapElement() function in WebCore::TimerHeapElement68 TimerHeapElement(const TimerHeapElement&);69 TimerHeapElement& operator=(const TimerHeapElement&);80 TimerHeapElement();86 inline TimerHeapElement::TimerHeapElement(const TimerHeapElement& o) in TimerHeapElement() function in WebCore::TimerHeapElement91 inline TimerHeapElement& TimerHeapElement::operator=(const TimerHeapElement& o) in operator =()103 inline bool operator<(const TimerHeapElement& a, const TimerHeapElement& b) in operator <()122 class TimerHeapIterator : public iterator<random_access_iterator_tag, TimerHeapElement, int> {136 TimerHeapElement operator*() const { return TimerHeapElement(m_index); } in operator *()[all …]
36 class TimerHeapElement; variable87 friend class TimerHeapElement; variable89 friend bool operator<(const TimerHeapElement&, const TimerHeapElement&);
46438 (WebCore::TimerHeapElement::TimerHeapElement):46439 (WebCore::TimerHeapElement::checkConsistency):46440 (WebCore::TimerHeapElement::operator=):