Lines Matching refs:Entry
937 class Entry : public InstanceLocatorInit, public FireTime, private NonCopyable class in ot::Dns::Multicast::Core
975 typedef void (*NameAppender)(Entry &aEntry, TxMessage &aTxMessage, Section aSection);
977 Entry(void);
1026 …class HostEntry : public Entry, public LinkedListEntry<HostEntry>, public Heap::Allocatable<HostEn…
1029 friend class Entry;
1072 static void AppendEntryName(Entry &aEntry, TxMessage &aTxMessage, Section aSection);
1083 …class ServiceEntry : public Entry, public LinkedListEntry<ServiceEntry>, public Heap::Allocatable<…
1086 friend class Entry;
1154 static void AppendEntryName(Entry &aEntry, TxMessage &aTxMessage, Section aSection);
1255 bool ShouldClearAppendStateOnReinit(const Entry &aEntry) const;
1327 Entry *mEntry; // Entry which can provide answer (if any).