Searched refs:userIt2 (Results 1 – 1 of 1) sorted by relevance
83 nlohmann::json::iterator userIt2 = dataIt->begin(); in handleLogin() local85 if (userIt2 != dataIt->end() && in handleLogin()89 userIt2->get_ptr<const std::string*>(); in handleLogin()102 nlohmann::json::iterator userIt2 = dataIt->find("username"); in handleLogin() local104 if (userIt2 != dataIt->end() && passIt2 != dataIt->end()) in handleLogin()107 userIt2->get_ptr<const std::string*>(); in handleLogin()