Searched refs:scopes_ (Results 1 – 4 of 4) sorted by relevance
111 std::vector<std::string> scopes_; variable
185 scopes_ = std::move(scopes); in ExternalAccountCredentials()286 scope = absl::StrJoin(scopes_, " "); in ExchangeToken()377 std::string scope = absl::StrJoin(scopes_, " "); in ImpersenateServiceAccount()
223 scopes_ = std::make_shared<ScopeComputer>(this); in Reset()270 MS_EXCEPTION_IF_NULL(scopes_); in scopes()272 scopes_->Recompute(fg); in scopes()274 return scopes_->scope_analysis()[fg]; in scopes()
368 std::shared_ptr<ScopeComputer> scopes_; variable