Searched refs:KeyTimeTuple (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/copresence/
H A Dtimed_map.h39 expiry_queue_.push(KeyTimeTuple(key, clock_->NowTicks() + lifetime_));
71 typedef std::pair<KeyType, base::TimeTicks> KeyTimeTuple; typedef in class:copresence::TimedMap
76 bool operator()(const KeyTimeTuple& left, const KeyTimeTuple& right) const {
81 typedef std::priority_queue<KeyTimeTuple, std::vector<KeyTimeTuple>,

Completed in 845 milliseconds