Searched refs:outputKey (Results 1 – 2 of 2) sorted by relevance
172 void SimpleConditionTracker::handleConditionEvent(const HashableDimensionKey& outputKey, in handleConditionEvent() argument176 auto outputIt = mSlicedConditionState.find(outputKey); in handleConditionEvent()178 if (hitGuardRail(outputKey)) { in handleConditionEvent()188 mSlicedConditionState[outputKey] = 1; in handleConditionEvent()190 mLastChangedToTrueDimensions.insert(outputKey); in handleConditionEvent()194 mSlicedConditionState[outputKey] = 0; in handleConditionEvent()195 mLastChangedToFalseDimensions.insert(outputKey); in handleConditionEvent()205 mLastChangedToTrueDimensions.insert(outputKey); in handleConditionEvent()229 mLastChangedToFalseDimensions.insert(outputKey); in handleConditionEvent()237 VLOG("erase key %s", outputKey.toString().c_str()); in handleConditionEvent()
131 void handleConditionEvent(const HashableDimensionKey& outputKey, bool matchStart,