Home
last modified time | relevance | path

Searched defs:RefType (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ir/dtype/
Dref.h45 RefType() : TensorType() {} in RefType() function
46 explicit RefType(const TensorTypePtr &subtype) : TensorType(subtype->element()) {} in RefType() function
/third_party/boost/boost/test/utils/
Dforeach.hpp205 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref()
214 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref()
265 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
283 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
295 #define BOOST_TEST_REVERSE_FOREACH( RefType, var, COL ) \ argument
/third_party/cef/include/base/
Dcef_platform_thread.h65 typedef cef_platform_thread_handle_t RefType; typedef