Home
last modified time | relevance | path

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

/aosp12/system/incremental_delivery/incfs/tests/util/
H A Dmap_ptr_test.cpp85 struct TwoValues { struct
99 auto p2 = map->data<TwoValues>(); in TEST_F() argument
131 auto p2 = map->data<TwoValues>(); in TEST_F()
196 auto p1 = (map->data<uint32_t>() + 11U).convert<TwoValues>(); in TEST_F()
207 auto p1 = map->data().offset(11U * sizeof(uint32_t)).convert<TwoValues>(); in TEST_F()