Searched refs:i_callout (Results 1 – 2 of 2) sorted by relevance
148 void ServiceData::addCallout(const nlohmann::json& i_callout) in addCallout() argument154 if (i_callout.contains("LocationCode")) in addCallout()158 else if (i_callout.contains("Procedure")) in addCallout()164 throw std::logic_error("Unsupported callout: " + i_callout.dump()); in addCallout()181 assert(i_callout.contains("Priority") && in addCallout()182 m.contains(i_callout.at("Priority"))); in addCallout()188 if (c.contains(type) && (c.at(type) == i_callout.at(type))) in addCallout()193 if (m.at(c.at("Priority")) < m.at(i_callout.at("Priority"))) in addCallout()196 c["Priority"] = i_callout.at("Priority"); in addCallout()203 iv_calloutList.push_back(i_callout); in addCallout()
183 void addCallout(const nlohmann::json& i_callout);