Lines Matching refs:Allocatable

1026 …class HostEntry : public Entry, public LinkedListEntry<HostEntry>, public Heap::Allocatable<HostEn…
1083 …eEntry : public Entry, public LinkedListEntry<ServiceEntry>, public Heap::Allocatable<ServiceEntry>
1119 …class SubType : public LinkedListEntry<SubType>, public Heap::Allocatable<SubType>, private ot::No…
1182 public Heap::Allocatable<ServiceType>,
1291 public Heap::Allocatable<RxMessage>,
1396 public Heap::Allocatable<RxMsgEntry>,
1437 struct HashEntry : public LinkedListEntry<HashEntry>, public Heap::Allocatable<HashEntry>
1460 …class ResultCallback : public LinkedListEntry<ResultCallback>, public Heap::Allocatable<ResultCall…
1462 friend class Heap::Allocatable<ResultCallback>;
1618 …che : public CacheEntry, public LinkedListEntry<BrowseCache>, public Heap::Allocatable<BrowseCache>
1621 friend class Heap::Allocatable<BrowseCache>;
1638 struct PtrEntry : public LinkedListEntry<PtrEntry>, public Heap::Allocatable<PtrEntry>
1720 …rvCache : public ServiceCache, public LinkedListEntry<SrvCache>, public Heap::Allocatable<SrvCache>
1723 friend class Heap::Allocatable<SrvCache>;
1759 …xtCache : public ServiceCache, public LinkedListEntry<TxtCache>, public Heap::Allocatable<TxtCache>
1762 friend class Heap::Allocatable<TxtCache>;
1814 struct AddrEntry : public LinkedListEntry<AddrEntry>, public Heap::Allocatable<AddrEntry>
1850 …he : public AddrCache, public LinkedListEntry<Ip6AddrCache>, public Heap::Allocatable<Ip6AddrCache>
1854 friend class Heap::Allocatable<Ip6AddrCache>;
1867 …he : public AddrCache, public LinkedListEntry<Ip4AddrCache>, public Heap::Allocatable<Ip4AddrCache>
1871 friend class Heap::Allocatable<Ip4AddrCache>;
1886 …class EntryIterator : public Iterator, public InstanceLocator, public Heap::Allocatable<EntryItera…
1888 friend class Heap::Allocatable<EntryIterator>;