Searched refs:OwningList (Results 1 – 10 of 10) sorted by relevance
49 template <typename Type> class OwningList : public LinkedList<Type> class58 OwningList(void) = default;65 ~OwningList(void) { Free(); } in ~OwningList()136 … template <typename... Args> void RemoveAllMatching(OwningList &aRemovedList, const Args &...aArgs) in RemoveAllMatching()156 OwningList removedList; in RemoveAndFreeAllMatching()
1164 OwningList<SubType> mSubTypes;1405 OwningList<RxMessage> mRxMessages;1412 OwningList<RxMsgEntry> mRxMsgEntries;1451 OwningList<HashEntry> mHashEntries;1592 typedef OwningList<ResultCallback> CallbackList;1666 OwningList<PtrEntry> mPtrEntries;1843 OwningList<AddrEntry> mCommittedEntries;1844 OwningList<AddrEntry> mNewEntries;1940 template <typename EntryType> OwningList<EntryType> &GetEntryList(void);1945 template <typename CacheType> OwningList<CacheType> &GetCacheList(void);[all …]
297 OwningList<AdvInfo> mAdvInfoList;
1251 OwningList<AdvInfo> expiredList; in HandleTimer()1282 OwningList<AdvInfo> completedList; in HandleTasklet()
4277 OwningList<RxMsgEntry> expiredEntries; in HandleTimer()5446 OwningList<PtrEntry> expiredEntries; in ProcessExpiredRecords()
73 OwningList<Value> mValues;76 OwningList<Entry> mEntries;
82 OwningList<Node> mNodes;
800 OwningList<PeerBr> mPeerBrs;920 using OnLinkPrefixList = OwningList<Entry<OnLinkPrefix>>;921 using RoutePrefixList = OwningList<Entry<RoutePrefix>>;1056 using RouterList = OwningList<Entry<Router>>;
317 OwningList<Entry> list; in TestOwningList()318 OwningList<Entry> removedList; in TestOwningList()
93 OwningList<DnsMessage> sDnsMessages;188 struct DnsQuestions : public OwningList<DnsQuestion>391 struct DnsRecords : public OwningList<DnsRecord>624 OwningList<DnsRecord> &aRecords, in ParseRecords()4851 OwningList<BrowseCallback> sBrowseCallbacks;4852 OwningList<SrvCallback> sSrvCallbacks;4853 OwningList<TxtCallback> sTxtCallbacks;4854 OwningList<AddrCallback> sAddrCallbacks;