Searched defs:TestObject2 (Results 1 – 3 of 3) sorted by relevance
66 struct TestObject2 { struct in base::PersistentMemoryAllocatorTest67 static constexpr uint32_t kPersistentTypeId = 2;68 static constexpr size_t kExpectedInstanceSize = 8 + 4 + 4 + 8 + 8;69 int64_t thiis;70 int32_t that;71 float andthe;72 double other;73 char thing[8];
62 struct TestObject2 { struct in base::PersistentMemoryAllocatorTest63 static constexpr uint32_t kPersistentTypeId = 2;64 static constexpr size_t kExpectedInstanceSize = 8 + 4 + 4 + 8 + 8;65 int64_t thiis;66 int32_t that;67 float andthe;68 double other;69 char thing[8];
27 class TestObject2: class