Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Dnetwork_data.hpp538 bool IsNewEntry(void) const { return GetEntryIndex() == 0; } in IsNewEntry()
550 uint8_t GetEntryIndex(void) const { return mIteratorBuffer[kEntryPosition]; } in GetEntryIndex() function in ot::NetworkData::NetworkData::NetworkDataIterator