Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_data.hpp503 uint8_t GetAndAdvanceIndex(void) { return mIteratorBuffer[kEntryPosition]++; } in GetAndAdvanceIndex()
511 static constexpr uint8_t kEntryPosition = 2; member in ot::NetworkData::NetworkData::NetworkDataIterator
517 uint8_t GetEntryIndex(void) const { return mIteratorBuffer[kEntryPosition]; } in GetEntryIndex()
518 void SetEntryIndex(uint8_t aIndex) { mIteratorBuffer[kEntryPosition] = aIndex; } in SetEntryIndex()