Searched refs:userIt2 (Results 1 – 1 of 1) sorted by relevance
71 nlohmann::json::iterator userIt2 = dataIt->begin(); in handleLogin() local73 if (userIt2 != dataIt->end() && in handleLogin()77 userIt2->get_ptr<const std::string*>(); in handleLogin()90 nlohmann::json::iterator userIt2 = dataIt->find("username"); in handleLogin() local92 if (userIt2 != dataIt->end() && passIt2 != dataIt->end()) in handleLogin()95 userIt2->get_ptr<const std::string*>(); in handleLogin()