Searched refs:clone_impl (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/exception/ |
D | exception.hpp | 434 clone_impl: class 439 clone_impl( clone_impl const & x, clone_tag ): in clone_impl() function in boost::exception_detail::clone_impl 448 clone_impl( T const & x ): in clone_impl() function in boost::exception_detail::clone_impl 454 ~clone_impl() BOOST_NOEXCEPT_OR_NOTHROW in ~clone_impl() 463 return new clone_impl(*this,clone_tag()); in clone() 476 exception_detail::clone_impl<T> 479 return exception_detail::clone_impl<T>(x); in enable_current_exception()
|
/third_party/mindspore/mindspore/lite/src/c_api/ |
D | tensor_c.cc | 63 auto clone_impl = new (std::nothrow) mindspore::MSTensor::Impl(clone); in OH_AI_TensorClone() local 64 if (clone_impl == nullptr) { in OH_AI_TensorClone() 69 clone_impl->set_from_session(false); in OH_AI_TensorClone() 70 return clone_impl; in OH_AI_TensorClone()
|
/third_party/boost/boost/log/detail/ |
D | light_function_pp.hpp | 57 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl() 64 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl() 74 static impl_base* clone_impl(const void* self) in clone_impl() function in light_function::impl 266 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl() 273 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl() 283 static impl_base* clone_impl(const void* self) in clone_impl() function in light_function::impl
|
D | light_function.hpp | 132 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl() 139 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl() 149 static impl_base* clone_impl(const void* self) in clone_impl() function in boost::aux::light_function::impl 339 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl() 346 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl() 356 static impl_base* clone_impl(const void* self) in clone_impl() function in boost::aux::light_function::impl
|
/third_party/boost/boost/exception/detail/ |
D | exception_ptr.hpp | 130 exception_detail::clone_impl<Exception> c(ba); in get_static_exception_object() 137 …ep(shared_ptr<exception_detail::clone_base const>(new exception_detail::clone_impl<Exception>(c))); in get_static_exception_object()
|
/third_party/boost/libs/exception/doc/source/ |
D | boost-exception.reno | 7366 …nst char *) Dynamic exception type: class boost::exception_detail::clone_impl<class fopen_e… 10680 …nst char *) Dynamic exception type: class boost::exception_detail::clone_impl<struct fopen_…
|