Searched refs:kNotComputed (Results 1 – 5 of 5) sorted by relevance
26 return MatchingState::kNotComputed; in matchLogEvent()28 vector<MatchingState> matcherCache(mAllEventMatchers.size(), MatchingState::kNotComputed); in matchLogEvent()
97 if (matcherResults[mIndex] != MatchingState::kNotComputed) { in onLogEvent()108 if (matcherResults[childIndex] == MatchingState::kNotComputed) { in onLogEvent()
31 kNotComputed = -1, enumerator
56 if (matcherResults[mIndex] != MatchingState::kNotComputed) { in onLogEvent()
487 vector<MatchingState> matcherCache(mAllAtomMatchers.size(), MatchingState::kNotComputed); in onLogEvent()