Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/pi_ir/
Dnode.h32 struct is_shared_ptr : public std::false_type {}; struct
/third_party/mindspore/mindspore-src/source/mindspore/core/base/
Dbase.h38 struct is_shared_ptr : public std::false_type {}; struct
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-cplusplus.hh86 template<typename T> struct is_shared_ptr : std::false_type {}; struct
87 template<typename T> struct is_shared_ptr<shared_ptr<T>> : std::true_type {}; struct