Home
last modified time | relevance | path

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

/third_party/boost/boost/exception/
Dexception.hpp434 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/
Dtensor_c.cc63 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/
Dlight_function_pp.hpp57 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
Dlight_function.hpp132 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/
Dexception_ptr.hpp130 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/
Dboost-exception.reno7366 …nst char *)&#10;Dynamic exception type: class boost::exception_detail::clone_impl&lt;class fopen_e…
10680 …nst char *)&#10;Dynamic exception type: class boost::exception_detail::clone_impl&lt;struct fopen_…