Searched refs:Allocatable (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/src/core/common/ |
D | heap_allocatable.hpp | 58 template <class Type> class Allocatable class 124 Allocatable(void) = default;
|
/openthread-latest/src/core/net/ |
D | mdns.hpp | 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> [all …]
|
D | srp_server.hpp | 183 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>;
|
D | srp_advertising_proxy.hpp | 218 …struct AdvInfo : public Heap::Allocatable<AdvInfo>, public LinkedListEntry<AdvInfo>, public GetPro…
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_node.hpp | 43 class Node : public Heap::Allocatable<Node>, public LinkedListEntry<Node>, private Instance 45 friend class Heap::Allocatable<Node>;
|
D | nexus_settings.hpp | 59 struct Entry : public Heap::Allocatable<Entry>, public LinkedListEntry<Entry> 61 struct Value : public Heap::Allocatable<Value>, public LinkedListEntry<Value>
|
/openthread-latest/src/core/meshcop/ |
D | border_agent.hpp | 251 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/ |
D | test_dtls.cpp | 182 class HeapDtlsSession : public Dtls::Session, public Heap::Allocatable<HeapDtlsSession> 184 friend Heap::Allocatable<HeapDtlsSession>;
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.hpp | 779 struct PeerBr : LinkedListEntry<PeerBr>, Heap::Allocatable<PeerBr> 875 public Heap::Allocatable<Entry<Type>>
|
/openthread-latest/tests/unit/ |
D | test_mdns.cpp | 104 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>
|