Searched refs:activeValue (Results 1 – 1 of 1) sorted by relevance
227 const bool* activeValue = std::get_if<bool>(&value); in vmParseInterfaceObject() local228 if (activeValue == nullptr) in vmParseInterfaceObject()233 asyncResp->res.jsonValue["Inserted"] = *activeValue; in vmParseInterfaceObject()235 if (*activeValue) in vmParseInterfaceObject()