Searched refs:mMatcherTransformations (Results 1 – 2 of 2) sorted by relevance
27 std::fill(mMatcherTransformations.begin(), mMatcherTransformations.end(), nullptr); in matchLogEvent()29 mMatcherCache, mMatcherTransformations); in matchLogEvent()31 return {mMatcherCache[matcherIndex], mMatcherTransformations[matcherIndex]}; in matchLogEvent()
36 mMatcherTransformations(eventTrackers.size(), nullptr){}; in EventMatcherWizard()45 std::vector<std::shared_ptr<LogEvent>> mMatcherTransformations; variable