Searched defs:UCharByteFiller (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecASCIIFastPath.h34 template<size_t size> struct UCharByteFiller;
35 template<> struct UCharByteFiller<4> { struct in namespace:WTF
49 template<> struct UCharByteFiller<8> { struct in namespace:WTF
70 UCharByteFiller<sizeof(WTF::MachineWord)>::copy(destination, source);
75 UCharByteFiller<sizeof(WTF::MachineWord)>::copy(destination, source);

Completed in 205 milliseconds