Searched refs:aToAdd (Results 1 – 1 of 1) sorted by relevance
104 void Update(uint16_t aIndex, bool aToAdd) { aToAdd ? Add(aIndex) : Remove(aIndex); } in Update() argument