Searched refs:is_in_range_impl (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
H A DCheckedInt.h208 struct is_in_range_impl {}; struct in namespace:WebCore::CheckedInt_internal
211 struct is_in_range_impl<T, U, true, true> struct in namespace:WebCore::CheckedInt_internal
221 struct is_in_range_impl<T, U, false, false> struct in namespace:WebCore::CheckedInt_internal
230 struct is_in_range_impl<T, U, true, false> struct in namespace:WebCore::CheckedInt_internal
242 struct is_in_range_impl<T, U, false, true> struct in namespace:WebCore::CheckedInt_internal
255 return is_in_range_impl<T, U>::run(x);

Completed in 83 milliseconds