Searched refs:DispatchToSpecificTypeWithoutCast (Results 1 – 3 of 3) sorted by relevance
253 inline TResult StringShape::DispatchToSpecificTypeWithoutCast(TArgs&&... args) { in DispatchToSpecificTypeWithoutCast() function307 return DispatchToSpecificTypeWithoutCast<CastingDispatcher, TResult>( in DispatchToSpecificType()
80 inline TResult DispatchToSpecificTypeWithoutCast(TArgs&&... args);
101 .DispatchToSpecificTypeWithoutCast<StringGetDispatcher, TypedObject>( in GetTypedObjectForString()