Searched refs:kEntryPosition (Results 1 – 1 of 1) sorted by relevance
503 uint8_t GetAndAdvanceIndex(void) { return mIteratorBuffer[kEntryPosition]++; } in GetAndAdvanceIndex()511 static constexpr uint8_t kEntryPosition = 2; member in ot::NetworkData::NetworkData::NetworkDataIterator517 uint8_t GetEntryIndex(void) const { return mIteratorBuffer[kEntryPosition]; } in GetEntryIndex()518 void SetEntryIndex(uint8_t aIndex) { mIteratorBuffer[kEntryPosition] = aIndex; } in SetEntryIndex()