Searched defs:new_instance_json (Results 1 – 2 of 2) sorted by relevance
556 nlohmann::json new_instance_json; in HandleNewInstanceRequest() local
288 bool Iteration::NewInstance(const nlohmann::json &new_instance_json, std::string *result) { in NewInstance()