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()
215 for (const auto& element : j) in fromJson() local
217 const bool* value = element.second.get_ptr<const bool*>(); in fromJson()
220 if (element.first == "XToken") in fromJson()
224 else if (element.first == "Cookie") in fromJson()
228 else if (element.first == "SessionToken") in fromJson()
232 else if (element.first == "BasicAuth") in fromJson()
236 else if (element.first == "TLS") in fromJson()
240 else if (element.first == "TLSStrict") in fromJson()
246 element.second.get_ptr<const uint64_t*>(); in fromJson()
249 if (element.first == "MTLSCommonNameParseMode") in fromJson()