Home | History | Annotate | Download | only in common

Lines Matching refs:SetBucketData

160   OP(SetBucketData)                 /*  3 */ \
288 struct SetBucketData {
289 typedef SetBucketData ValueType;
333 COMPILE_ASSERT(sizeof(SetBucketData) == 24, Sizeof_SetBucketData_is_not_24);
334 COMPILE_ASSERT(offsetof(SetBucketData, header) == 0,
336 COMPILE_ASSERT(offsetof(SetBucketData, bucket_id) == 4,
338 COMPILE_ASSERT(offsetof(SetBucketData, offset) == 8,
340 COMPILE_ASSERT(offsetof(SetBucketData, size) == 12,
342 COMPILE_ASSERT(offsetof(SetBucketData, shared_memory_id) == 16,
344 COMPILE_ASSERT(offsetof(SetBucketData, shared_memory_offset) == 20,