Lines Matching refs:element
81 for (const auto& element : j) in fromJson() local
84 element.second.get_ptr<const std::string*>(); in fromJson()
89 element.first); in fromJson()
92 if (element.first == "unique_id") in fromJson()
96 else if (element.first == "session_token") in fromJson()
100 else if (element.first == "csrf_token") in fromJson()
104 else if (element.first == "username") in fromJson()
108 else if (element.first == "client_id") in fromJson()
112 else if (element.first == "client_ip") in fromJson()
121 element.first); in fromJson()
214 for (const auto& element : j) in fromJson() local
216 const bool* value = element.second.get_ptr<const bool*>(); in fromJson()
219 if (element.first == "XToken") in fromJson()
223 else if (element.first == "Cookie") in fromJson()
227 else if (element.first == "SessionToken") in fromJson()
231 else if (element.first == "BasicAuth") in fromJson()
235 else if (element.first == "TLS") in fromJson()
239 else if (element.first == "TLSStrict") in fromJson()
245 element.second.get_ptr<const uint64_t*>(); in fromJson()
248 if (element.first == "MTLSCommonNameParseMode") in fromJson()