Searched refs:rhs_content (Results 1 – 2 of 2) sorted by relevance
737 backup_assigner(Variant& lhs, int rhs_which, const RhsT& rhs_content) in backup_assigner() argument740 , rhs_content_(&rhs_content) in backup_assigner()972 bool operator()(T& rhs_content) const in operator ()()979 return Comp()(lhs_content, rhs_content); in operator ()()1860 const RhsT& rhs_content in assign_impl() argument1871 RhsT( rhs_content ); // nothrow in assign_impl()1879 const RhsT& rhs_content in assign_impl() argument1886 RhsT temp(rhs_content); in assign_impl()1912 const RhsT& rhs_content in assign_impl() argument1925 RhsT( rhs_content ); in assign_impl()[all …]
526 bool operator()(T const& rhs_content) const in operator ()()529 return Comp()(lhs_content, rhs_content); in operator ()()