Searched refs:matcherTransformations (Results 1 – 6 of 6) sorted by relevance
82 vector<shared_ptr<LogEvent>>& matcherTransformations) { in onLogEvent() argument98 matcherTransformations[matcherIndex] = std::move(transformedEvent); in onLogEvent()
145 vector<shared_ptr<LogEvent>>& matcherTransformations) { in onLogEvent() argument161 matcherTransformations); in onLogEvent()
48 std::vector<std::shared_ptr<LogEvent>>& matcherTransformations) override;
50 std::vector<std::shared_ptr<LogEvent>>& matcherTransformations) override;
82 std::vector<std::shared_ptr<LogEvent>>& matcherTransformations) = 0;
609 vector<shared_ptr<LogEvent>> matcherTransformations(matcherCache.size(), nullptr); in onLogEvent() local614 matcherTransformations); in onLogEvent()663 matcherTransformations[matcherIndex]; in onLogEvent()719 matcherTransformations[i] == nullptr ? event : *matcherTransformations[i]; in onLogEvent()