Home
last modified time | relevance | path

Searched defs:EntryList (Results 1 – 5 of 5) sorted by relevance

/external/openthread/src/core/utils/
Dhistory_tracker.hpp329 template <typename Entry, uint16_t kMaxSize> class EntryList : public List class in ot::Utils::HistoryTracker
355 template <typename Entry> class EntryList<Entry, 0> : private NonCopyable class in ot::Utils::HistoryTracker
/external/clang/test/SemaCXX/
Dstatic-cast.cpp151 outer<int> EntryList; variable
/external/rust/crates/tokio/src/runtime/time/wheel/
Dlevel.rs225 pub(crate) fn take_slot(&mut self, slot: usize) -> EntryList { in take_slot()
Dmod.rs281 fn take_entries(&mut self, expiration: &Expiration) -> EntryList { in take_entries()
/external/rust/crates/tokio/src/runtime/time/
Dentry.rs326 pub(super) type EntryList = crate::util::linked_list::LinkedList<TimerShared, TimerShared>; typedef