Home
last modified time | relevance | path

Searched refs:LinkedListEntry (Results 1 – 25 of 26) sorted by relevance

12

/external/rust/android-crates-io/crates/petgraph/src/algo/
Dfeedback_arc_set.rs12 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/
Dmdns.hpp1024 …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 …]
Dsrp_server.hpp184 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>;
Dnat64_translator.hpp333 class AddressMapping : public LinkedListEntry<AddressMapping>
336 friend class LinkedListEntry<AddressMapping>;
Dnetif.hpp104 public LinkedListEntry<UnicastAddress>,
222 public LinkedListEntry<MulticastAddress>,
Dtcp6.hpp92 …class Endpoint : public otTcpEndpoint, public LinkedListEntry<Endpoint>, public GetProvider<Endpoi…
393 …class Listener : public otTcpListener, public LinkedListEntry<Listener>, public GetProvider<Listen…
Dudp6.hpp90 …class SocketHandle : public otUdpSocket, public LinkedListEntry<SocketHandle>, public Clearable<So…
366 class Receiver : public otUdpReceiver, public LinkedListEntry<Receiver>
Dicmp6.hpp190 class Handler : public otIcmp6Handler, public LinkedListEntry<Handler>
Ddns_dso.hpp175 public LinkedListEntry<Connection>,
180 friend class LinkedListEntry<Connection>;
Dsrp_advertising_proxy.hpp218 …struct AdvInfo : public Heap::Allocatable<AdvInfo>, public LinkedListEntry<AdvInfo>, public GetPro…
Dsrp_client.hpp171 class Service : public otSrpClientService, public LinkedListEntry<Service>
/external/openthread/tests/nexus/platform/
Dnexus_settings.hpp59 struct Entry : public Heap::Allocatable<Entry>, public LinkedListEntry<Entry>
61 struct Value : public Heap::Allocatable<Value>, public LinkedListEntry<Value>
Dnexus_node.hpp43 class Node : public Heap::Allocatable<Node>, public LinkedListEntry<Node>, private Instance
/external/openthread/src/core/thread/
Dlink_metrics_types.hpp249 class SeriesInfo : public LinkedListEntry<SeriesInfo>
252 friend class LinkedListEntry<SeriesInfo>;
/external/openthread/examples/platforms/utils/
Dlink_metrics.cpp45 class LinkMetricsDataInfo : public LinkedListEntry<LinkMetricsDataInfo>, public Clearable<LinkMetri…
48 friend class LinkedListEntry<LinkMetricsDataInfo>;
/external/openthread/src/core/common/
Dtimer.hpp138 class Timer : public InstanceLocator, public LinkedListEntry<Timer>
140 friend class LinkedListEntry<Timer>;
Dlinked_list.hpp67 template <class Type> class LinkedListEntry class
Dmessage.hpp164 class Buffer : public otMessageBuffer, public LinkedListEntry<Buffer>
/external/openthread/tests/unit/
Dtest_pool.cpp45 struct Entry : public EntryBase, LinkedListEntry<Entry>
Dtest_linked_list.cpp50 struct Entry : public EntryBase, LinkedListEntry<Entry>
/external/openthread/src/core/utils/
Dlink_metrics_manager.hpp125 struct Subject : LinkedListEntry<Subject>, Clearable<Subject>
/external/openthread/src/core/meshcop/
Dsecure_transport.hpp103 class SecureSession : public LinkedListEntry<SecureSession>, private NonCopyable
105 friend class LinkedListEntry<SecureSession>;
Dborder_agent.hpp384 class ForwardContext : public ot::LinkedListEntry<ForwardContext>,
/external/openthread/src/core/coap/
Dcoap.hpp136 class Resource : public otCoapResource, public LinkedListEntry<Resource>
/external/openthread/src/core/border_router/
Drouting_manager.hpp779 struct PeerBr : LinkedListEntry<PeerBr>, Heap::Allocatable<PeerBr>
873 public LinkedListEntry<Entry<Type>>,

12