Home
last modified time | relevance | path

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

/third_party/boost/boost/contract/detail/condition/
Dcond_base.hpp65 void set_old(F const& f) { old_ = f; } in set_old()
107 try { if(old_) old_(); } in copy_old()
143 boost::function<void ()> old_; member in boost::contract::detail::cond_base
/third_party/boost/libs/contract/test/old/
Dcopyable_traits.cpp50 *old_.num_ = *old.num_; // Deep copy pointed value. in old_value_copy()
54 p const& old() const { return old_; } in old()
57 p old_; member
/third_party/boost/boost/iostreams/filter/
Dstdio.hpp57 : ios_(ios), old_(ios.rdbuf(newbuf)) in scoped_redirector()
59 ~scoped_redirector() { ios_.rdbuf(old_); } in ~scoped_redirector()
62 streambuf_type* old_; member
/third_party/boost/libs/contract/example/features/
Dold_if_copyable.cpp75 *old_.num_ = *old.num_; // Deep copy pointed value. in old_value_copy()
78 p const& old() const { return old_; } in old()
81 p old_; member
/third_party/boost/boost/contract/
Dold.hpp213 old_(old) {} // This makes the one single copy of T. in old_value_copy()
223 T const& old() const { return old_; } in old()
226 T const old_; member
/third_party/boost/libs/contract/doc/
Dtutorial.qbk198 The name of a local variable that holds an old value is arbitrary, but [^old_['variable-name]] is o…
237 C++11 auto declarations can be used with [macroref BOOST_CONTRACT_OLDOF] for brevity `auto `[^old_[…