Searched defs:make_guard (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/ |
D | scope_guard.hpp | 140 inline scope_guard_impl0<F> make_guard(F fun) in make_guard() function 173 inline scope_guard_impl1<F,P1> make_guard(F fun,P1 p1) in make_guard() function 207 inline scope_guard_impl2<F,P1,P2> make_guard(F fun,P1 p1,P2 p2) in make_guard() function 242 inline scope_guard_impl3<F,P1,P2,P3> make_guard(F fun,P1 p1,P2 p2,P3 p3) in make_guard() function 279 inline scope_guard_impl4<F,P1,P2,P3,P4> make_guard( in make_guard() function
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | source.py | 264 def make_guard(self): member in EphemeralSource 644 def make_guard(self, fn): member in ConstantSource
|
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ |
H A D | base.py | 233 def make_guard(self, fn): member in VariableTracker
|
/aosp_15_r20/external/python/google-auth-library-python/tests/transport/ |
D | test_requests.py | 56 def make_guard(self, *args, **kwargs): member in TestTimeoutGuard
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _guards.py | 843 def make_guard(self, fn) -> Guard: member in Source
|