Home
last modified time | relevance | path

Searched refs:scopes_ (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/external/
Dexternal_account_credentials.h111 std::vector<std::string> scopes_; variable
Dexternal_account_credentials.cc185 scopes_ = std::move(scopes); in ExternalAccountCredentials()
286 scope = absl::StrJoin(scopes_, " "); in ExchangeToken()
377 std::string scope = absl::StrJoin(scopes_, " "); in ImpersenateServiceAccount()
/third_party/mindspore/mindspore/core/ir/
Dmanager.cc223 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()
Dmanager.h368 std::shared_ptr<ScopeComputer> scopes_; variable