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