Home
last modified time | relevance | path

Searched refs:Allocatable (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/src/core/common/
Dheap_allocatable.hpp58 template <class Type> class Allocatable class
124 Allocatable(void) = default;
/openthread-latest/src/core/net/
Dmdns.hpp1026 …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>
[all …]
Dsrp_server.hpp183 private Heap::Allocatable<Service>,
189 friend class Heap::Allocatable<Service>;
433 private Heap::Allocatable<Host>,
438 friend class Heap::Allocatable<Host>;
873 public Heap::Allocatable<UpdateMetadata>
876 friend class Heap::Allocatable<UpdateMetadata>;
Dsrp_advertising_proxy.hpp218 …struct AdvInfo : public Heap::Allocatable<AdvInfo>, public LinkedListEntry<AdvInfo>, public GetPro…
/openthread-latest/tests/nexus/platform/
Dnexus_node.hpp43 class Node : public Heap::Allocatable<Node>, public LinkedListEntry<Node>, private Instance
45 friend class Heap::Allocatable<Node>;
Dnexus_settings.hpp59 struct Entry : public Heap::Allocatable<Entry>, public LinkedListEntry<Entry>
61 struct Value : public Heap::Allocatable<Value>, public LinkedListEntry<Value>
/openthread-latest/src/core/meshcop/
Dborder_agent.hpp251 class CoapDtlsSession : public Coap::SecureSession, public Heap::Allocatable<CoapDtlsSession>
253 friend Heap::Allocatable<CoapDtlsSession>;
269 class ForwardContext : public InstanceLocatorInit, public Heap::Allocatable<ForwardContext>
/openthread-latest/tests/nexus/
Dtest_dtls.cpp182 class HeapDtlsSession : public Dtls::Session, public Heap::Allocatable<HeapDtlsSession>
184 friend Heap::Allocatable<HeapDtlsSession>;
/openthread-latest/src/core/border_router/
Drouting_manager.hpp779 struct PeerBr : LinkedListEntry<PeerBr>, Heap::Allocatable<PeerBr>
875 public Heap::Allocatable<Entry<Type>>
/openthread-latest/tests/unit/
Dtest_mdns.cpp104 template <typename Type> class Allocatable class
160 struct DnsQuestion : public Allocatable<DnsQuestion>, public LinkedListEntry<DnsQuestion>
234 struct DnsRecord : public Allocatable<DnsRecord>, public LinkedListEntry<DnsRecord>
584 struct DnsMessage : public Allocatable<DnsMessage>, public LinkedListEntry<DnsMessage>
4768 struct BrowseCallback : public Allocatable<BrowseCallback>, public LinkedListEntry<BrowseCallback>
4778 struct SrvCallback : public Allocatable<SrvCallback>, public LinkedListEntry<SrvCallback>
4790 struct TxtCallback : public Allocatable<TxtCallback>, public LinkedListEntry<TxtCallback>
4807 struct AddrCallback : public Allocatable<AddrCallback>, public LinkedListEntry<AddrCallback>