Home
last modified time | relevance | path

Searched refs:final_type (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/multi_index/detail/
Dindex_base.hpp63 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/
Dexception_handler_feature.hpp60 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()
Dbasic_logger.hpp91 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()
Dchannel_feature.hpp57 typedef typename base_type::final_type final_type; typedef in boost::sources::basic_channel_logger
Dseverity_feature.hpp159 typedef typename base_type::final_type final_type; typedef in boost::sources::basic_severity_logger
/third_party/mindspore/mindspore/numpy/
Darray_ops.py353 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/
Dnir_to_dxil.c1112 …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()