Home
last modified time | relevance | path

Searched defs:ScopeGuard (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/optional/test/
Dtestable_classes.hpp17 struct ScopeGuard // no copy/move ctor/assign struct
20 explicit ScopeGuard(int v) : val_(v) {} in ScopeGuard() argument
25 ScopeGuard(ScopeGuard const&); argument
/third_party/mindspore/mindspore/core/ir/
Dscope.h62 explicit ScopeGuard(const ScopePtr &scope) { in ScopeGuard() function