Home
last modified time | relevance | path

Searched defs:is_shared_ptr (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/base/
Dbase.h36 struct is_shared_ptr : public std::false_type {}; struct
/third_party/boost/boost/python/detail/
Dis_shared_ptr.hpp18 struct is_shared_ptr<std::shared_ptr<T> > : std::true_type {}; struct
/third_party/boost/boost/python/converter/
Dregistrations.hpp71 const bool is_shared_ptr; member
82 inline registration::registration(type_info target_type, bool is_shared_ptr) in registration()
/third_party/boost/libs/python/src/converter/
Dregistry.cpp182 entry* get(type_info type, bool is_shared_ptr = false) in get()