Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbit.h24 using underlying = typename std::underlying_type<Enum>::type; variable
31 using underlying = typename std::underlying_type<Enum>::type; variable
38 using underlying = typename std::underlying_type<Enum>::type; variable
45 using underlying = typename std::underlying_type<Enum>::type; variable
53 using underlying = typename std::underlying_type<Enum>::type; variable
61 using underlying = typename std::underlying_type<Enum>::type; variable
69 using underlying = typename std::underlying_type<Enum>::type; variable
/third_party/flatbuffers/src/
Didl_gen_fbs.cpp26 static std::string GenType(const Type &type, bool underlying = false) { in GenType()
Didl_gen_cpp.cpp2207 auto underlying = accessor + wire_type + ">(" + offset_str + ")"; in GenTableFieldSetter() local
/third_party/node/src/
Dnode_options-inl.h243 std::vector<std::string>* underlying; member
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DTraits.hpp205 using underlying = typename std::underlying_type<T>::type; typedef