Searched defs:down_cast (Results 1 – 5 of 5) sorted by relevance
81 inline To down_cast(From* f) { // so we only accept pointers in down_cast() function97 inline To down_cast(From& f) { in down_cast() function
51 static inline To down_cast(From* f) { // so we only accept pointers in down_cast() function
74 inline To down_cast(From* f) { // so we only accept pointers in down_cast() function
44 inline To down_cast(From* f) { // so we only accept pointers in down_cast() function
409 reffed_ptr<U> down_cast() { in down_cast() function