Searched refs:mStopAllLogMatcherIndex (Results 1 – 2 of 2) sorted by relevance
67 mStopAllLogMatcherIndex = pair->second; in SimpleConditionTracker()68 mTrackerIndex.insert(mStopAllLogMatcherIndex); in SimpleConditionTracker()70 mStopAllLogMatcherIndex = -1; in SimpleConditionTracker()265 if (mStopAllLogMatcherIndex >= 0 && mStopAllLogMatcherIndex < int(eventMatcherValues.size()) && in evaluateCondition()266 eventMatcherValues[mStopAllLogMatcherIndex] == MatchingState::kMatched) { in evaluateCondition()
113 int mStopAllLogMatcherIndex; variable