Searched refs:final_type (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/multi_index/detail/ |
D | index_base.hpp | 63 Value,IndexSpecifierList,Allocator> final_type; typedef in boost::multi_index::detail::index_base 203 final_type& final(){return *static_cast<final_type*>(this);} in final() 204 const final_type& final()const{return *static_cast<const final_type*>(this);} in final() 269 void final_swap_(final_type& x){final().swap_(x);} in final_swap_()
|
/third_party/boost/boost/log/sources/ |
D | exception_handler_feature.hpp | 60 typedef typename base_type::final_type final_type; typedef in boost::sources::basic_exception_handler_logger 215 is_same< no_lock< threading_model >, typename final_type::push_record_lock >, in handle_exception()
|
D | basic_logger.hpp | 91 typedef FinalT final_type; typedef in boost::sources::basic_logger 203 final_type* final_this() BOOST_NOEXCEPT in final_this() 206 return static_cast< final_type* >(this); in final_this() 211 final_type const* final_this() const BOOST_NOEXCEPT in final_this() 214 return static_cast< final_type const* >(this); in final_this()
|
D | channel_feature.hpp | 57 typedef typename base_type::final_type final_type; typedef in boost::sources::basic_channel_logger
|
D | severity_feature.hpp | 159 typedef typename base_type::final_type final_type; typedef in boost::sources::basic_severity_logger
|
/third_party/mindspore/mindspore/numpy/ |
D | array_ops.py | 353 final_type = tuple_of_tensors[0].dtype 356 if not _check_same_type(final_type, tensor.dtype): 358 final_type = _promote(final_type, tensor.dtype) 364 tuple_of_casted_tensors += (tensor.astype(final_type, copy=False),)
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 1112 …const struct dxil_type *final_type = count != 1 ? dxil_module_get_array_type(&ctx->mod, buffer_typ… in emit_cbv() local 1114 const struct dxil_mdnode *cbv_meta = emit_cbv_metadata(&ctx->mod, final_type, in emit_cbv()
|