Searched defs:Upcast (Results 1 – 5 of 5) sorted by relevance
57 PA_ALWAYS_INLINE static constexpr To* Upcast(From* wrapped_ptr) { in Upcast() function
77 PA_ALWAYS_INLINE static constexpr To* Upcast(From* wrapped_ptr) { in Upcast() function
121 PA_ALWAYS_INLINE static constexpr To* Upcast(From* wrapped_ptr) { in Upcast() function
271 PA_ALWAYS_INLINE static constexpr To* Upcast(From* wrapped_ptr) { in Upcast() function
311 TEST_F(WeakSelfTest, Upcast) { in TEST_F() argument