Searched defs:userInfo (Results 1 – 4 of 4) sorted by relevance
32 userInfo: string | null; property375 get userInfo(): string | null { method in URI379 set userInfo(input: string | null) { method in URI
33 std::string userInfo = ""; member
292 std::string userInfo = data_.substr(0, pos); in AnalysisUserInfo() local667 void Uri::SetUserInfo(const std::string userInfo) in SetUserInfo()
263 std::string userInfo = ""; in SetUserInfo() local