Searched refs:actualOptionCount (Results 1 – 1 of 1) sorted by relevance
476 auto actualOptionCount = showOptionCount < child.size() ? showOptionCount : child.size(); in FlushCurrentOptions() local477 for (uint32_t index = 0; index < actualOptionCount; index++) { in FlushCurrentOptions()