Searched refs:LinkedListEntry (Results 1 – 25 of 26) sorted by relevance
12
/external/rust/android-crates-io/crates/petgraph/src/algo/ |
D | feedback_arc_set.rs | 12 use self::linked_list::{LinkedList, LinkedListEntry}; 100 nodes.nodes.push(LinkedListEntry::new(FasNode { in good_node_sequence() 187 nodes: Vec<LinkedListEntry<FasNode, FasNodeIndex>>, 191 type Output = LinkedListEntry<FasNode, FasNodeIndex>; 341 pub struct LinkedListEntry<Data, Ix> { struct 352 impl<Data, Ix> LinkedListEntry<Data, Ix> { impl 354 LinkedListEntry { pos: None, data } in new() 374 Container: IndexMut<Ix, Output = LinkedListEntry<Data, Ix>>,
|
/external/openthread/src/core/net/ |
D | mdns.hpp | 1024 …class HostEntry : public Entry, public LinkedListEntry<HostEntry>, public Heap::Allocatable<HostEn… 1026 friend class LinkedListEntry<HostEntry>; 1081 …class ServiceEntry : public Entry, public LinkedListEntry<ServiceEntry>, public Heap::Allocatable<… 1083 friend class LinkedListEntry<ServiceEntry>; 1117 …class SubType : public LinkedListEntry<SubType>, public Heap::Allocatable<SubType>, private ot::No… 1179 public LinkedListEntry<ServiceType>, 1186 friend class LinkedListEntry<ServiceType>; 1290 public LinkedListEntry<RxMessage>, 1293 friend class LinkedListEntry<RxMessage>; 1393 public LinkedListEntry<RxMsgEntry>, [all …]
|
D | srp_server.hpp | 184 public LinkedListEntry<Service>, 190 friend class LinkedListEntry<Service>; 434 public LinkedListEntry<Host>, 439 friend class LinkedListEntry<Host>; 902 public LinkedListEntry<UpdateMetadata>, 905 friend class LinkedListEntry<UpdateMetadata>;
|
D | nat64_translator.hpp | 333 class AddressMapping : public LinkedListEntry<AddressMapping> 336 friend class LinkedListEntry<AddressMapping>;
|
D | netif.hpp | 104 public LinkedListEntry<UnicastAddress>, 222 public LinkedListEntry<MulticastAddress>,
|
D | tcp6.hpp | 92 …class Endpoint : public otTcpEndpoint, public LinkedListEntry<Endpoint>, public GetProvider<Endpoi… 393 …class Listener : public otTcpListener, public LinkedListEntry<Listener>, public GetProvider<Listen…
|
D | udp6.hpp | 90 …class SocketHandle : public otUdpSocket, public LinkedListEntry<SocketHandle>, public Clearable<So… 366 class Receiver : public otUdpReceiver, public LinkedListEntry<Receiver>
|
D | icmp6.hpp | 190 class Handler : public otIcmp6Handler, public LinkedListEntry<Handler>
|
D | dns_dso.hpp | 175 public LinkedListEntry<Connection>, 180 friend class LinkedListEntry<Connection>;
|
D | srp_advertising_proxy.hpp | 218 …struct AdvInfo : public Heap::Allocatable<AdvInfo>, public LinkedListEntry<AdvInfo>, public GetPro…
|
D | srp_client.hpp | 171 class Service : public otSrpClientService, public LinkedListEntry<Service>
|
/external/openthread/tests/nexus/platform/ |
D | nexus_settings.hpp | 59 struct Entry : public Heap::Allocatable<Entry>, public LinkedListEntry<Entry> 61 struct Value : public Heap::Allocatable<Value>, public LinkedListEntry<Value>
|
D | nexus_node.hpp | 43 class Node : public Heap::Allocatable<Node>, public LinkedListEntry<Node>, private Instance
|
/external/openthread/src/core/thread/ |
D | link_metrics_types.hpp | 249 class SeriesInfo : public LinkedListEntry<SeriesInfo> 252 friend class LinkedListEntry<SeriesInfo>;
|
/external/openthread/examples/platforms/utils/ |
D | link_metrics.cpp | 45 class LinkMetricsDataInfo : public LinkedListEntry<LinkMetricsDataInfo>, public Clearable<LinkMetri… 48 friend class LinkedListEntry<LinkMetricsDataInfo>;
|
/external/openthread/src/core/common/ |
D | timer.hpp | 138 class Timer : public InstanceLocator, public LinkedListEntry<Timer> 140 friend class LinkedListEntry<Timer>;
|
D | linked_list.hpp | 67 template <class Type> class LinkedListEntry class
|
D | message.hpp | 164 class Buffer : public otMessageBuffer, public LinkedListEntry<Buffer>
|
/external/openthread/tests/unit/ |
D | test_pool.cpp | 45 struct Entry : public EntryBase, LinkedListEntry<Entry>
|
D | test_linked_list.cpp | 50 struct Entry : public EntryBase, LinkedListEntry<Entry>
|
/external/openthread/src/core/utils/ |
D | link_metrics_manager.hpp | 125 struct Subject : LinkedListEntry<Subject>, Clearable<Subject>
|
/external/openthread/src/core/meshcop/ |
D | secure_transport.hpp | 103 class SecureSession : public LinkedListEntry<SecureSession>, private NonCopyable 105 friend class LinkedListEntry<SecureSession>;
|
D | border_agent.hpp | 384 class ForwardContext : public ot::LinkedListEntry<ForwardContext>,
|
/external/openthread/src/core/coap/ |
D | coap.hpp | 136 class Resource : public otCoapResource, public LinkedListEntry<Resource>
|
/external/openthread/src/core/border_router/ |
D | routing_manager.hpp | 779 struct PeerBr : LinkedListEntry<PeerBr>, Heap::Allocatable<PeerBr> 873 public LinkedListEntry<Entry<Type>>,
|
12