Searched refs:thisJson (Results 1 – 3 of 3) sorted by relevance
1035 for (std::variant<nlohmann::json::object_t, std::nullptr_t>& thisJson : in handleIPv6DefaultGateway()1051 std::get_if<nlohmann::json::object_t>(&thisJson); in handleIPv6DefaultGateway()1526 for (std::variant<nlohmann::json::object_t, std::nullptr_t>& thisJson : in parseAddresses()1533 std::get_if<nlohmann::json::object_t>(&thisJson); in parseAddresses()1772 for (std::variant<nlohmann::json::object_t, std::nullptr_t>& thisJson : in handleIPv6StaticAddressesPatch()1778 std::get_if<nlohmann::json::object_t>(&thisJson); in handleIPv6StaticAddressesPatch()
545 std::variant<nlohmann::json::object_t, std::nullptr_t>& thisJson = input[0]; in handleHypervisorIPv4StaticPatch() local547 std::get_if<nlohmann::json::object_t>(&thisJson); in handleHypervisorIPv4StaticPatch()
386 std::variant<nlohmann::json::object_t, std::nullptr_t>& thisJson = in handleRoleMapPatch() local389 std::get_if<nlohmann::json::object_t>(&thisJson); in handleRoleMapPatch()