Searched refs:r456 (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator_unittest.cc | 527 Reference r123, r456, r789; in TEST() local 535 r456 = local.Allocate(456, 456); in TEST() 538 local.ChangeType(r456, 654, 456); in TEST() 568 EXPECT_EQ(654U, shalloc2.GetType(r456)); in TEST() 593 EXPECT_EQ(654U, shalloc3.GetType(r456)); in TEST() 619 Reference r123, r456, r789; in TEST() local 624 r456 = local.Allocate(456, 456); in TEST() 627 local.ChangeType(r456, 654, 456); in TEST() 657 EXPECT_EQ(654U, file.GetType(r456)); in TEST()
|