Searched refs:two_bytes (Results 1 – 3 of 3) sorted by relevance
5 struct two_bytes { char data[2]; }; struct8 template<typename T> two_bytes __is_class_check(...);
3 typedef char (&two_bytes)[2]; typedef16 two_bytes operator+(Y, Y);
349 char two_bytes[] = {12, 13}; in TEST() local366 offset = encoder.PutData(offset, two_bytes, sizeof(two_bytes)); in TEST()