Searched refs:mStopLogMatcherIndex (Results 1 – 2 of 2) sorted by relevance
55 mStopLogMatcherIndex = pair->second; in SimpleConditionTracker()56 mTrackerIndex.insert(mStopLogMatcherIndex); in SimpleConditionTracker()58 mStopLogMatcherIndex = -1; in SimpleConditionTracker()279 if (mStopLogMatcherIndex >= 0 && in evaluateCondition()280 eventMatcherValues[mStopLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
107 int mStopLogMatcherIndex; variable