Lines Matching refs:element
50 for (const auto& element : j) in fromJson() local
52 if (element.first == "Id") in fromJson()
55 element.second.get_ptr<const std::string*>(); in fromJson()
62 else if (element.first == "Destination") in fromJson()
65 element.second.get_ptr<const std::string*>(); in fromJson()
78 else if (element.first == "Protocol") in fromJson()
81 element.second.get_ptr<const std::string*>(); in fromJson()
88 else if (element.first == "VerifyCertificate") in fromJson()
90 const bool* value = element.second.get_ptr<const bool*>(); in fromJson()
97 else if (element.first == "DeliveryRetryPolicy") in fromJson()
100 element.second.get_ptr<const std::string*>(); in fromJson()
107 else if (element.first == "SendHeartbeat") in fromJson()
109 const bool* value = element.second.get_ptr<const bool*>(); in fromJson()
116 else if (element.first == "HeartbeatIntervalMinutes") in fromJson()
119 element.second.get_ptr<const uint64_t*>(); in fromJson()
126 else if (element.first == "Context") in fromJson()
129 element.second.get_ptr<const std::string*>(); in fromJson()
136 else if (element.first == "EventFormatType") in fromJson()
139 element.second.get_ptr<const std::string*>(); in fromJson()
146 else if (element.first == "SubscriptionType") in fromJson()
149 element.second.get_ptr<const std::string*>(); in fromJson()
156 else if (element.first == "MessageIds") in fromJson()
159 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson()
175 else if (element.first == "RegistryPrefixes") in fromJson()
178 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson()
194 else if (element.first == "ResourceTypes") in fromJson()
197 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson()
213 else if (element.first == "HttpHeaders") in fromJson()
216 element.second.get_ptr<const nlohmann::json::object_t*>(); in fromJson()
234 else if (element.first == "MetricReportDefinitions") in fromJson()
237 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson()
253 else if (element.first == "OriginResources") in fromJson()
256 element.second.get_ptr<const nlohmann::json::array_t*>(); in fromJson()
276 element.first); in fromJson()
303 for (const auto& element : j) in fromJson() local
305 if (element.first == "ServiceEnabled") in fromJson()
307 const bool* value = element.second.get_ptr<const bool*>(); in fromJson()
314 else if (element.first == "DeliveryRetryAttempts") in fromJson()
317 element.second.get_ptr<const uint64_t*>(); in fromJson()
325 else if (element.first == "DeliveryRetryIntervalSeconds") in fromJson()
328 element.second.get_ptr<const uint64_t*>(); in fromJson()