Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/utils/
Dcontract.h39 struct NotNullRule { struct
41 constexpr static bool Check(const T &val) { in Check()
44 constexpr static const char *Desc() { return " must not be null"; } in Desc()