Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dsafe_cast.h37 struct InstanceOfImpl { struct
45 struct InstanceOfImpl<ToT, FromT, typename std::enable_if_t<std::is_base_of<ToT, FromT>::value>> { argument