Home
last modified time | relevance | path

Searched refs:unsupported_type (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DCheckedInt.h61 struct unsupported_type {}; struct
81 CHECKEDINT_REGISTER_SUPPORTED_TYPE(int64_t, unsupported_type, uint64_t)
82 CHECKEDINT_REGISTER_SUPPORTED_TYPE(uint64_t, unsupported_type, uint64_t)
160 template<> struct is_unsupported_type<unsupported_type> { enum { answer = 1 }; };