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/
H A 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/memchr/bench/data/code/
H A Drust-library.rs20676 pub fn downcast<T: Any>(self) -> Result<Rc<T>, Rc<dyn Any>> { in downcast() functions
24867 pub fn downcast< functions
51526 pub fn downcast<T: Any>(self) -> Result<Box<T, A>, Self> { downcast() functions
51558 pub fn downcast<T: Any>(self) -> Result<Box<T, A>, Self> { downcast() functions
51590 pub fn downcast<T: Any>(self) -> Result<Box<T, A>, Self> { downcast() functions
[all...]

Completed in 38 milliseconds