Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dno_destructor_unittest.cc69 struct ForwardingTestStruct { struct
70 ForwardingTestStruct(const CopyOnly&, MoveOnly&&) {} in ForwardingTestStruct() function
72 std::string something_with_a_nontrivial_destructor;
/aosp_15_r20/hardware/google/aemu/base/
DNoDestructor_unittest.cpp32 struct ForwardingTestStruct { struct
33 ForwardingTestStruct(const CopyOnly&, MoveOnly&&) {} in ForwardingTestStruct() argument
/aosp_15_r20/external/libchrome/base/
H A Dno_destructor_unittest.cc46 struct ForwardingTestStruct { struct
47 ForwardingTestStruct(const CopyOnly&, MoveOnly&&) {} in ForwardingTestStruct() argument