Searched defs:downcast (Results 1 – 3 of 3) sorted by relevance
63 B *downcast(A *a) { in downcast() function
176 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function 216 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function 260 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function 272 namespace downcast { namespace 274 RefCountable* downcast(RefCountable*) { return nullptr; } downcast() function [all...]
109 template <typename T> T *downcast(T *t) { return t; } downcast() function