Home
last modified time | relevance | path

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/
Dscope_guard.hpp140 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 Dsource.py264 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 Dbase.py233 def make_guard(self, fn): member in VariableTracker
/aosp_15_r20/external/python/google-auth-library-python/tests/transport/
Dtest_requests.py56 def make_guard(self, *args, **kwargs): member in TestTimeoutGuard
/aosp_15_r20/external/pytorch/torch/
H A D_guards.py843 def make_guard(self, fn) -> Guard: member in Source