Searched refs:unaligned_type (Results 1 – 2 of 2) sorted by relevance
65 using unaligned_type __attribute__((aligned(1))) = const T; in Read() local66 return *reinterpret_cast<unaligned_type *>(GetPointer(offset)); in Read()
114 using unaligned_type __attribute__((aligned(1))) = const T; in Read() local115 return *reinterpret_cast<unaligned_type *>(GetPointer(offset)); in Read()199 using unaligned_type __attribute__((aligned(1))) = const T; in Read() local200 auto ptr = reinterpret_cast<unaligned_type *>(GetPointer(offset, sizeof(T))); in Read()