Searched refs:AccountInfoMap (Results 1 – 2 of 2) sorted by relevance
111 typedef std::map<std::string, linked_ptr<AccountInfo> > AccountInfoMap; typedef137 AccountInfoMap& refresh_tokens() { return refresh_tokens_; } in refresh_tokens()154 AccountInfoMap refresh_tokens_;
141 AccountInfoMap::const_iterator iter = refresh_tokens_.find(account_id); in GetRefreshToken()186 for (AccountInfoMap::const_iterator iter = refresh_tokens_.begin(); in GetAccounts()264 AccountInfoMap tokens = refresh_tokens_; in RevokeAllCredentials()265 for (AccountInfoMap::iterator i = tokens.begin(); i != tokens.end(); ++i) in RevokeAllCredentials()