Searched refs:time_stamper (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/graph/ |
D | visitors.hpp | 322 struct time_stamper : public base_visitor< time_stamper< TimeMap, TimeT, Tag > > struct 325 time_stamper(TimeMap pa, TimeT& t) : m_time_pa(pa), m_time(t) {} in time_stamper() argument 335 time_stamper< TimeMap, TimeT, Tag > stamp_times( in stamp_times() 338 return time_stamper< TimeMap, TimeT, Tag >(pa, time_counter); in stamp_times()
|
D | dominator_tree.hpp | 49 time_stamper< TimeMap, TimeT, Tag > timeStamper_;
|