Home
last modified time | relevance | path

Searched defs:scope_guard (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/
Dexception_test.hpp68 class scope_guard class
78 scope_guard(char const* name) in scope_guard() function in test::scope_guard
/external/pytorch/torch/csrc/jit/passes/onnx/
Dfunction_substitution.cpp136 WithCurrentScope scope_guard(*graph, call_scope); in functionCallSubstitution() local
/external/pytorch/torch/csrc/jit/passes/
Donnx.cpp471 WithCurrentScope scope_guard(*g, n->scope()); in NodeToONNX() local
573 WithCurrentScope scope_guard(*new_block->owningGraph(), op->scope()); in NodeToONNX() local
/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dscope_guard.hpp95 typedef const scope_guard_impl_base& scope_guard; typedef