Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dbit_set.hpp104 void Update(uint16_t aIndex, bool aToAdd) { aToAdd ? Add(aIndex) : Remove(aIndex); } in Update() argument