Searched refs:outputKey (Results 1 – 2 of 2) sorted by relevance
186 void SimpleConditionTracker::handleConditionEvent(const HashableDimensionKey& outputKey, in handleConditionEvent() argument190 auto outputIt = mSlicedConditionState.find(outputKey); in handleConditionEvent()192 if (hitGuardRail(outputKey)) { in handleConditionEvent()202 mSlicedConditionState[outputKey] = 1; in handleConditionEvent()204 mLastChangedToTrueDimensions.insert(outputKey); in handleConditionEvent()208 mSlicedConditionState[outputKey] = 0; in handleConditionEvent()209 mLastChangedToFalseDimensions.insert(outputKey); in handleConditionEvent()219 mLastChangedToTrueDimensions.insert(outputKey); in handleConditionEvent()243 mLastChangedToFalseDimensions.insert(outputKey); in handleConditionEvent()251 VLOG("erase key %s", outputKey.toString().c_str()); in handleConditionEvent()
129 void handleConditionEvent(const HashableDimensionKey& outputKey, bool matchStart,