Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/
Dvariant.hpp1615 void convert_construct_variant(Variant& operand) in convert_construct_variant() function in boost::variant
1643 … boost::enable_if<boost::is_rvalue_reference<Variant&&> >::type convert_construct_variant(Variant&… in convert_construct_variant() function in boost::variant
1679 convert_construct_variant(operand); in convert_construct()
1691 convert_construct_variant(operand); in convert_construct()
1704 convert_construct_variant( detail::variant::move(operand) ); in convert_construct()