Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dscope_guard.hpp371 class obj_scope_guard_impl2:public scope_guard_impl_base class
374 obj_scope_guard_impl2(Obj& obj,MemFun mem_fun,P1 p1,P2 p2): in obj_scope_guard_impl2() function in boost::multi_index::detail::obj_scope_guard_impl2
377 ~obj_scope_guard_impl2(){scope_guard_impl_base::safe_execute(*this);} in ~obj_scope_guard_impl2()
388 inline obj_scope_guard_impl2<Obj,MemFun,P1,P2>
391 return obj_scope_guard_impl2<Obj,MemFun,P1,P2>(obj,mem_fun,p1,p2); in make_obj_guard()
395 inline typename null_guard_return<cond,obj_scope_guard_impl2<Obj,MemFun,P1,P2> >::type
398 …return typename null_guard_return<cond,obj_scope_guard_impl2<Obj,MemFun,P1,P2> >::type(obj,mem_fun… in make_obj_guard_if_c()
402 inline typename null_guard_return<C::value,obj_scope_guard_impl2<Obj,MemFun,P1,P2> >::type