/third_party/boost/boost/log/expressions/formatters/ |
D | if.hpp | 198 #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…
|
D | wrap_formatter.hpp | 256 #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)\
|
D | date_time.hpp | 203 #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)\
|
D | max_size_decorator.hpp | 437 #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)\
|
D | char_decorator.hpp | 515 #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)\
|
D | named_scope.hpp | 414 #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/ |
D | attr_output_impl.hpp | 91 #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/ |
D | precision.hpp | 79 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()
|
D | number_base.hpp | 1013 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/ |
D | number.hpp | 391 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()
|