Searched refs:IsNewEntry (Results 1 – 2 of 2) sorted by relevance
/openthread-2.7.6/src/core/thread/ | ||
D | network_data.hpp | 645 bool IsNewEntry(void) const { return GetEntryIndex() == 0; } in IsNewEntry() function in ot::NetworkData::NetworkData::NetworkDataIterator |
D | network_data.cpp | 247 if (!iterator.IsNewEntry()) in Iterate() |