Home
last modified time | relevance | path

Searched refs:a1_ref (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc938 Reference a1_ref; in TEST_F() local
945 a1_ref = allocator.Allocate(100 << 10, 1); in TEST_F()
946 allocator.MakeIterable(a1_ref); in TEST_F()
984 EXPECT_EQ(file_length >= a1_used ? a1_ref : 0U, iter.GetNext(&type_id)); in TEST_F()