Searched refs:outputKey (Results 1 – 2 of 2) sorted by relevance
168 void SimpleConditionTracker::handleConditionEvent(const HashableDimensionKey& outputKey, in handleConditionEvent() argument172 auto outputIt = mSlicedConditionState.find(outputKey); in handleConditionEvent()174 if (hitGuardRail(outputKey)) { in handleConditionEvent()184 mSlicedConditionState[outputKey] = 1; in handleConditionEvent()186 mLastChangedToTrueDimensions.insert(outputKey); in handleConditionEvent()190 mSlicedConditionState[outputKey] = 0; in handleConditionEvent()191 mLastChangedToFalseDimensions.insert(outputKey); in handleConditionEvent()201 mLastChangedToTrueDimensions.insert(outputKey); in handleConditionEvent()225 mLastChangedToFalseDimensions.insert(outputKey); in handleConditionEvent()233 VLOG("erase key %s", outputKey.toString().c_str()); in handleConditionEvent()
131 void handleConditionEvent(const HashableDimensionKey& outputKey, bool matchStart,