Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/
Dcastable.h119 constexpr const bool downcast = std::is_base_of<FROM, TO>::value; in Is() local
150 constexpr const bool downcast = std::is_base_of<FROM, TO>::value; in Is() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp10688 already_AddRefed<U> downcast() in downcast() function