Searched refs:check16BitType (Results 1 – 1 of 1) sorted by relevance
255 template<class T> struct check16BitType;256 template<> struct check16BitType<unsigned short> {}; struct257 template<> struct check16BitType<short> {}; struct343 check16BitType<T>(); in ReadAfterAlloc16()