Home
last modified time | relevance | path

Searched defs:TestObject2 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator_unittest.cc62 struct TestObject2 { struct in base::PersistentMemoryAllocatorTest
63 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];
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator_unittest.cc67 struct TestObject2 { struct in base::PersistentMemoryAllocatorTest
68 static constexpr uint32_t kPersistentTypeId = 2;
69 static constexpr size_t kExpectedInstanceSize = 8 + 4 + 4 + 8 + 8;
70 int64_t thiis;
71 int32_t that;
72 float andthe;
73 double other;
74 char thing[8];
/aosp_15_r20/external/federated-compute/fcp/artifact_building/
H A Dtype_checks_test.py27 class TestObject2: class