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