Searched defs:MatchProbeForwarder (Results 1 – 1 of 1) sorted by relevance
163 struct MatchProbeForwarder struct165 explicit MatchProbeForwarder(const nlohmann::json& probe) : probeRef(probe) in MatchProbeForwarder() function178 return std::visit(MatchProbeForwarder(probe), dbusValue); in matchProbe() argument