Home
last modified time | relevance | path

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

/third_party/boost/boost/log/detail/
Dattr_output_terminal.hpp79 LeftT m_left; member in boost::expressions::aux::attribute_output_terminal
89 …attribute_output_terminal(LeftT const& left, attribute_name const& name) : m_left(left), m_name(na… in attribute_output_terminal()
94 …(LeftT const& left, attribute_name const& name, impl_type const& impl) : m_left(left), m_name(name… in attribute_output_terminal()
101 m_left(left), m_name(name), m_visitor_invoker(arg), m_impl(impl) in attribute_output_terminal()
107m_left(that.m_left), m_name(that.m_name), m_visitor_invoker(that.m_visitor_invoker), m_impl(that.m… in attribute_output_terminal()
116 result_type strm = phoenix::eval(m_left, ctx); in operator ()()
126 result_type strm = phoenix::eval(m_left, ctx); in operator ()()
/third_party/boost/boost/geometry/strategies/agnostic/
Dbuffer_distance_asymmetric.hpp53 : m_left(left) in distance_asymmetric()
63 NumericType result = side == buffer_side_left ? m_left : m_right; in apply()
76 return m_left < 0 && m_right < 0; in negative()
86 NumericType const left = geometry::math::abs(m_left); in max_distance()
96 NumericType const left = geometry::math::abs(m_left); in simplify_distance()
104 NumericType m_left; member in boost::geometry::strategy::buffer::distance_asymmetric
/third_party/boost/boost/log/expressions/formatters/
Dif.hpp73 LeftT m_left; member in boost::expressions::aux::if_output_terminal
81 …if_output_terminal(LeftT const& left, CondT const& cond, ThenT const& then_) : m_left(left), m_con… in if_output_terminal()
90 result_type strm = phoenix::eval(m_left, ctx); in operator ()()
101 result_type strm = phoenix::eval(m_left, ctx); in operator ()()
140 LeftT m_left; member in boost::expressions::aux::if_else_output_terminal
150 …onst& left, CondT const& cond, ThenT const& then_, ElseT const& else_) : m_left(left), m_cond(cond… in if_else_output_terminal()
159 result_type strm = phoenix::eval(m_left, ctx); in operator ()()
172 result_type strm = phoenix::eval(m_left, ctx); in operator ()()
Dwrap_formatter.hpp81 LeftT m_left; member in boost::expressions::aux::wrapped_formatter_output_terminal
87 …wrapped_formatter_output_terminal(LeftT const& left, function_type const& fun) : m_left(left), m_f… in wrapped_formatter_output_terminal()
91 …r_output_terminal(wrapped_formatter_output_terminal const& that) : m_left(that.m_left), m_fun(that… in wrapped_formatter_output_terminal()
100 result_type strm = phoenix::eval(m_left, ctx); in operator ()()
110 result_type strm = phoenix::eval(m_left, ctx); in operator ()()
Dmax_size_decorator.hpp91 LeftT m_left; member in boost::expressions::aux::max_size_decorator_output_terminal
104 m_left(left), m_subactor(sub), m_max_size(max_size), m_overflow_marker(overflow_marker) in max_size_decorator_output_terminal()
112m_left(that.m_left), m_subactor(that.m_subactor), m_max_size(that.m_max_size), m_overflow_marker(t… in max_size_decorator_output_terminal()
124 result_type strm = phoenix::eval(m_left, ctx); in operator ()()
181 result_type strm = phoenix::eval(m_left, ctx); in operator ()()
Dchar_decorator.hpp270 LeftT m_left; member in boost::expressions::aux::char_decorator_output_terminal
281 m_left(left), m_subactor(sub), m_impl(impl) in char_decorator_output_terminal()
288 m_left(that.m_left), m_subactor(that.m_subactor), m_impl(that.m_impl) in char_decorator_output_terminal()
300 result_type strm = phoenix::eval(m_left, ctx); in operator ()()
323 result_type strm = phoenix::eval(m_left, ctx); in operator ()()
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dlexer.hpp363 std::unique_ptr<node> m_left; member in boost::spirit::classic::lexerimpl::or_node
366 std::auto_ptr<node> m_left;
374 , m_left(left) in or_node()
382 , m_left(x.m_left->clone()) in or_node()
390 return new or_node(m_left->clone(), m_right->clone()); in clone()
396 return m_left->nullable() || m_right->nullable(); in nullable()
403 node_set l = m_left->firstpos(); in firstpos()
414 node_set l = m_left->lastpos(); in lastpos()
424 m_left->compute_followpos(followpos); in compute_followpos()
431 m_left->compute_state_match(state_match); in compute_state_match()
[all …]
/third_party/boost/libs/geometry/test/algorithms/
Dmaximum_gap.cpp35 : m_left(left) in uint_interval()
42 return (Index == 0) ? m_left : m_right; in get()
47 return static_cast<int>(m_right) - static_cast<int>(m_left); in length()
51 unsigned m_left, m_right; member in uint_interval
/third_party/boost/boost/log/utility/
Drecord_ordering.hpp112 m_fun(fun), m_left(left), m_result(result) in l2_visitor()
119 m_result = m_fun(m_left, right); in operator ()()
124 LeftT const& m_left; member