Searched defs:do_clone (Results 1 – 4 of 4) sorted by relevance
| /third_party/boost/libs/ptr_container/test/ | ||
| D | incomplete_type_test.cpp | 112 virtual Composite* do_clone() const in do_clone() function in Composite |
| D | tut1.cpp | 106 virtual animal* do_clone() const in do_clone() function in cow |
| D | test_data.hpp | 95 virtual Base* do_clone() const { return new Base( *this ); }; in do_clone() function in test::Base |
| /third_party/boost/libs/mpl/example/fsm/aux_/ | ||
| D | event.hpp | 32 virtual std::auto_ptr<base_event> do_clone() const in do_clone() function |