Home
last modified time | relevance | path

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

/third_party/boost/boost/contract/
Dold.hpp58 BOOST_CONTRACT_OLDOF_AUTO_TYPEOF_(value)(boost::contract::make_old(v, \
64 BOOST_CONTRACT_OLDOF_AUTO_TYPEOF_(value)(boost::contract::make_old( \
671 old_pointer make_old(old_value const&);
674 old_pointer make_old(virtual_*, old_value const&);
718 old_pointer make_old(old_value const& old);
750 old_pointer make_old(virtual_* v, old_value const& old);
/third_party/boost/boost/contract/detail/inlined/
Dold.hpp22 old_pointer make_old(old_value const& old) { in make_old() function
27 old_pointer make_old(virtual_* v, old_value const& old) { in make_old() function
/third_party/boost/libs/contract/test/old/
Dno_macro.hpp35 BOOST_CONTRACT_TEST_OLD_PTR_TYPE<i_type> old_i = boost::contract::make_old( in swap()
49 old_j = boost::contract::make_old(v, boost::contract::copy_old(v) ? in swap()
88 BOOST_CONTRACT_TEST_OLD_PTR_TYPE<x_type> old_x = boost::contract::make_old( in swap()
102 old_y = boost::contract::make_old(boost::contract::copy_old() ? in swap()
Dcopyable_traits.cpp18 boost::contract::old_ptr_if_copyable<T> old_x = boost::contract::make_old( in f()
/third_party/boost/libs/contract/example/features/
Dold_no_macro.cpp18 boost::contract::make_old(v, boost::contract::copy_old(v) ? in push_back()
/third_party/boost/libs/contract/doc/
Dextras.qbk663 The enclosing [funcref boost::contract::make_old] copies the old value expression and creates an ol…
666 The [funcref boost::contract::make_old] and [funcref boost::contract::copy_old] functions are used …
667 The old value pointer returned by [funcref boost::contract::make_old] can be assigned to either [cl…
Dadvanced.qbk375 …f boost::contract::old_ptr] copy constructor, [funcref boost::contract::make_old], etc.) with try-…