Searched refs:pltRst (Results 1 – 1 of 1) sorted by relevance
2274 static void pltRstHandler(bool pltRst) in pltRstHandler() argument2276 if (pltRst) in pltRstHandler()2310 bool* pltRst = std::get_if<bool>(&value); in hostMiscHandler() local2311 if (pltRst == nullptr) in hostMiscHandler()2316 pltRstHandler(*pltRst); in hostMiscHandler()