Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/events/
H A Devents.rb
/arkcompiler/runtime_core/static_core/libpandabase/events/
H A Devents.rb
/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
H A Dline_iterator.py76 def is_enum(self) -> bool: member in LineIterator
/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 15 milliseconds