Home
last modified time | relevance | path

Searched defs:clone_impl (Results 1 – 4 of 4) 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
/third_party/boost/boost/log/detail/
Dlight_function_pp.hpp74 static impl_base* clone_impl(const void* self) in clone_impl() function in light_function::impl
283 static impl_base* clone_impl(const void* self) in clone_impl() function in light_function::impl
Dlight_function.hpp149 static impl_base* clone_impl(const void* self) in clone_impl() function in boost::aux::light_function::impl
356 static impl_base* clone_impl(const void* self) in clone_impl() function in boost::aux::light_function::impl
/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