Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dmake_shared_move_emulation_test.cpp45 const_ref_constructor enumerator
50 ByRef(const movearg &arg): constructed_by_(const_ref_constructor) in ByRef()
77 BOOST_TEST( x->constructed_by_ == ByRef::const_ref_constructor); in main()
Dmake_shared_perfect_forwarding_test.cpp50 const_ref_constructor, enumerator
56 X(const myarg &arg): constructed_by_(const_ref_constructor) in X()
81 BOOST_TEST( x->constructed_by_ == X::const_ref_constructor); in main()