Searched defs:downcast (Results 1 – 6 of 6) sorted by relevance
70 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function169 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function209 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function253 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function281 namespace downcast { namespace283 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function
46 template <typename T> T *downcast(T *t) { return t; } in downcast() function
68 B *downcast(A *a) { in downcast() function
66 #define downcast(bev_pair) (&(bev_pair)->bev.bev) macro
129 #define downcast(bev_f) (&(bev_f)->bev.bev) macro
407 pub fn downcast<E>(mut self) -> Result<E, Self> in downcast() method