Home
last modified time | relevance | path

Searched refs:RefType (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/test/utils/
Dforeach.hpp203 template<class RefType,typename C>
204 inline RefType
205 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument
212 template<class RefType,typename C>
213 inline RefType
214 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref() argument
265 #define BOOST_TEST_FE_DEREF( COL, RefType ) \ argument
269 ::boost::type<RefType >(), \
283 #define BOOST_TEST_FOREACH( RefType, var, COL ) \ argument
291 for( RefType var = BOOST_TEST_FE_DEREF( COL, RefType ); \
[all …]
Dnamed_params.hpp53 template<typename T, typename unique_id, typename RefType=T&> struct named_parameter;
65 template<typename T, typename unique_id, typename RefType>
66 struct is_named_param_pack<named_parameter<T,unique_id,RefType> > : public mpl::true_ {};
224 template<typename T, typename unique_id, typename RefType>
226 : nfp_detail::named_parameter_base<named_parameter<T,unique_id,RefType> >
229 typedef RefType ref_type;
/third_party/mindspore/mindspore/core/ir/dtype/
Dref.h43 class MS_CORE_API RefType : public TensorType {
45 RefType() : TensorType() {} in RefType() function
46 explicit RefType(const TensorTypePtr &subtype) : TensorType(subtype->element()) {} in RefType() function
47 ~RefType() override {} in ~RefType()
48 MS_DECLARE_PARENT(RefType, TensorType)
54 using RefTypePtr = std::shared_ptr<RefType>;
57 inline const TypePtr kRefType = std::make_shared<RefType>();
Dref.cc25 TypePtr RefType::DeepCopy() const { in DeepCopy()
27 return std::make_shared<RefType>(); in DeepCopy()
30 return std::make_shared<RefType>(subtype); in DeepCopy()
34 std::string RefType::ToString() const { return DumpText(); } in ToString()
36 std::string RefType::DumpText() const { in DumpText()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamRef.h24 template <class RefType, class StreamType> class BinaryStreamRefBase {
61 RefType drop_front(uint32_t N) const { in drop_front()
63 return RefType(); in drop_front()
66 RefType Result(static_cast<const RefType &>(*this)); in drop_front()
79 RefType drop_back(uint32_t N) const { in drop_back()
81 return RefType(); in drop_back()
83 RefType Result(static_cast<const RefType &>(*this)); in drop_back()
99 RefType keep_front(uint32_t N) const { in keep_front()
105 RefType keep_back(uint32_t N) const { in keep_back()
112 RefType drop_symmetric(uint32_t N) const { in drop_symmetric()
[all …]
/third_party/cef/include/base/
Dcef_platform_thread.h65 typedef cef_platform_thread_handle_t RefType; typedef
69 explicit PlatformThreadRef(RefType id) : id_(id) {} in PlatformThreadRef()
76 RefType id_;
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Ddtype_py.cc169 …(void)py::class_<RefType, TensorType, Type, std::shared_ptr<RefType>>(m_sub, "RefType").def(py::in… in __anondf3c551b0102()
/third_party/mindspore/mindspore/common/
Ddtype.py118 ref_type = typing.RefType
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dproto_exporter.cc43 …ype->isa<List>() || type->isa<TypeAnything>() || type->isa<RefKeyType>() || type->isa<RefType>() || in CheckIfValidType()
82 …{typeid(RefType).name(), debugger::DT_REF}, {typeid(Function).name(), debugger::DT_GRAPH…
/third_party/mindspore/mindspore/ccsrc/debug/
Ddump_proto.cc117 …ype->isa<List>() || type->isa<TypeAnything>() || type->isa<RefKeyType>() || type->isa<RefType>() || in CheckIfValidType()
164 } else if (type->isa<RefType>()) { in SetNodeOutputType()
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Ddo_signature.cc289 if (type && type->isa<RefType>()) { in BuildNewCNode()
/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.cc951 set_type(std::make_shared<RefType>()); in AbstractRef()
961 return std::make_shared<RefType>(subtype); in BuildType()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp978 template <typename RefType>
982 Optional( RefType & reference ) VULKAN_HPP_NOEXCEPT in Optional()
986 Optional( RefType * ptr ) VULKAN_HPP_NOEXCEPT in Optional()
995 operator RefType *() const VULKAN_HPP_NOEXCEPT in operator RefType*()
999 RefType const * operator->() const VULKAN_HPP_NOEXCEPT in operator ->()
1009 RefType * m_ptr;
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp817 template <typename RefType>
821 Optional( RefType & reference ) VULKAN_HPP_NOEXCEPT in Optional()
825 Optional( RefType * ptr ) VULKAN_HPP_NOEXCEPT in Optional()
834 operator RefType *() const VULKAN_HPP_NOEXCEPT in operator RefType*()
838 RefType const * operator->() const VULKAN_HPP_NOEXCEPT in operator ->()
848 RefType * m_ptr;