Searched refs:conditionTrackerCount (Results 1 – 1 of 1) sorted by relevance
234 const int conditionTrackerCount = config.predicate_size(); in initConditions() local235 conditionConfigs.reserve(conditionTrackerCount); in initConditions()236 allConditionTrackers.reserve(conditionTrackerCount); in initConditions()238 for (int i = 0; i < conditionTrackerCount; i++) { in initConditions()