Searched defs:RefType (Results 1 – 3 of 3) sorted by relevance
| /third_party/mindspore/mindspore/core/ir/dtype/ |
| D | ref.h | 45 RefType() : TensorType() {} in RefType() function 46 explicit RefType(const TensorTypePtr &subtype) : TensorType(subtype->element()) {} in RefType() function
|
| /third_party/boost/boost/test/utils/ |
| D | foreach.hpp | 205 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/ |
| D | cef_platform_thread.h | 65 typedef cef_platform_thread_handle_t RefType; typedef
|