Searched defs:EntryList (Results 1 – 5 of 5) sorted by relevance
329 template <typename Entry, uint16_t kMaxSize> class EntryList : public List class in ot::Utils::HistoryTracker355 template <typename Entry> class EntryList<Entry, 0> : private NonCopyable class in ot::Utils::HistoryTracker
151 outer<int> EntryList; variable
225 pub(crate) fn take_slot(&mut self, slot: usize) -> EntryList { in take_slot()
281 fn take_entries(&mut self, expiration: &Expiration) -> EntryList { in take_entries()
326 pub(super) type EntryList = crate::util::linked_list::LinkedList<TimerShared, TimerShared>; typedef