Searched refs:FooRaw (Results 1 – 1 of 1) sorted by relevance
17 struct FooRaw { struct21 static_assert(sizeof(FooShared) == sizeof(FooRaw));22 static_assert(alignof(FooShared) == alignof(FooRaw));23 static_assert(offsetof(FooShared, ptr) == offsetof(FooRaw, ptr));32 struct FooRaw { struct37 static_assert(sizeof(FooShared) == sizeof(FooRaw));38 static_assert(alignof(FooShared) == alignof(FooRaw));39 static_assert(offsetof(FooShared, ptr) == offsetof(FooRaw, ptr));49 struct FooRaw { struct55 static_assert(sizeof(FooShared) == sizeof(FooRaw));[all …]