Home
last modified time | relevance | path

Searched defs:is_enum (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dlogging.h282 static constexpr bool is_enum = std::is_enum<decay>::value; member
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dty.rs137 pub fn is_enum(&self) -> bool { in is_enum() functions
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h810 template<class T> struct is_enum : public std::is_enum<T> {}; struct
814 template<class T> struct is_enum { constexpr static bool value = __is_enum(T); }; struct

Completed in 11 milliseconds