Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dno_destructor_unittest.cc38 struct UncopyableUnmovable { struct
40 explicit UncopyableUnmovable(int value) : value(value) {} in UncopyableUnmovable() function
45 int value = 1;
46 std::string something_with_a_nontrivial_destructor;
75 TEST(NoDestructorTest, UncopyableUnmovable) { in TEST() argument