Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_allocator/
H A Dunique_ptr_test.cc68 class BuiltWithMoveOnly { in TEST_F() class
71 BuiltWithMoveOnly(MoveOnly&& mo) : value_(mo.Value()) {} in TEST_F() function in __anonaa4561100111::TEST_F::BuiltWithMoveOnly