Searched refs:CASE_CAST_T (Results 1 – 2 of 2) sorted by relevance
212 #define CASE_CAST_T(__type__) return static_cast<T>(static_cast<__type__>(final_value_)); in cast() macro214 SWITCH_KIND(final_type_, CASE_CAST_T, SHOULD_NOT_REACH(); return 0;); in cast()
491 #define CASE_CAST_T(__type__) return static_cast<T>(static_cast<__type__>(mValue)); in cast() macro493 SWITCH_KIND(mValueKind, CASE_CAST_T, SHOULD_NOT_REACH(); return 0; ); in cast()