Home
last modified time | relevance | path

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

/third_party/boost/boost/log/expressions/formatters/
Dif.hpp198 #define BOOST_LOG_AUX_OVERLOAD(left_ref, right_ref)\ argument
201 …hoenix::actor< LeftExprT > left_ref left, if_then_else_gen< CondT, ThenT, ElseT > right_ref right)\
239 #define BOOST_LOG_AUX_OVERLOAD(left_ref, right_ref)\ argument
242 …operator<< (phoenix::actor< LeftExprT > left_ref left, if_then_gen< CondT, ThenT > right_ref right…
Dwrap_formatter.hpp256 #define BOOST_LOG_AUX_OVERLOAD(left_ref, right_ref)\ argument
259 …phoenix::actor< LeftExprT > left_ref left, wrapped_formatter_actor< FunT, CharT > right_ref right)\
Ddate_time.hpp203 #define BOOST_LOG_AUX_OVERLOAD(left_ref, right_ref)\ argument
206 …r< LeftExprT > left_ref left, format_date_time_actor< T, FallbackPolicyT, CharT > right_ref right)\
Dmax_size_decorator.hpp437 #define BOOST_LOG_AUX_OVERLOAD(left_ref, right_ref)\ argument
440 …< LeftExprT > left_ref left, max_size_decorator_actor< SubactorT, CharT, ActorT > right_ref right)\
Dchar_decorator.hpp515 #define BOOST_LOG_AUX_OVERLOAD(left_ref, right_ref)\ argument
518 …ctor< LeftExprT > left_ref left, char_decorator_actor< SubactorT, ImplT, ActorT > right_ref right)\
Dnamed_scope.hpp414 #define BOOST_LOG_AUX_OVERLOAD(left_ref, right_ref)\ argument
417 …or< LeftExprT > left_ref left, format_named_scope_actor< FallbackPolicyT, CharT > right_ref right)\
/third_party/boost/boost/log/detail/
Dattr_output_impl.hpp91 #define BOOST_LOG_AUX_OVERLOAD(left_ref, right_ref)\ argument
94 …xprT > left_ref left, attribute_actor< T, FallbackPolicyT, TagT, phoenix::actor > right_ref right)\
/third_party/boost/boost/multiprecision/detail/
Dprecision.hpp79 return (std::max)(current_precision_of(expr.left_ref()), current_precision_of(expr.right_ref())); in current_precision_of()
85 …::max)(current_precision_of(expr.left_ref()), current_precision_of(expr.right_ref())), current_pre… in current_precision_of()
Dnumber_base.hpp1013 BOOST_MP_CXX14_CONSTEXPR const Arg2& right_ref() const BOOST_NOEXCEPT { return arg2; } in right_ref() function
1212 BOOST_MP_CXX14_CONSTEXPR const Arg3& right_ref() const BOOST_NOEXCEPT { return arg3; } in right_ref() function
1419 BOOST_MP_CXX14_CONSTEXPR const Arg4& right_ref() const BOOST_NOEXCEPT { return arg4; } in right_ref() function
/third_party/boost/boost/multiprecision/
Dnumber.hpp391 eval_multiply_add(m_backend, canonical_value(e.left_ref()), canonical_value(e.right_ref())); in operator +=()
475 … eval_multiply_subtract(m_backend, canonical_value(e.left_ref()), canonical_value(e.right_ref())); in operator -=()
1473 do_assign_function_1(e.left().value(), e.right_ref(), tag_type()); in do_assign_function()
1493 do_assign_function_2(e.left().value(), e.middle_ref(), e.right_ref(), tag_type(), end_tag()); in do_assign_function()
1529 …ction_3a(e.left().value(), e.left_middle_ref(), e.right_middle_ref(), e.right_ref(), left_tag_type… in do_assign_function()