/third_party/boost/boost/msm/front/euml/ |
D | guard_grammar.hpp | 35 Or_<BuildGuards(proto::_left),BuildGuards(proto::_right)>() 42 And_<BuildGuards(proto::_left),BuildGuards(proto::_right)>() 56 Less_<BuildGuards(proto::_left),BuildGuards(proto::_right)>() 63 LessEqual_<BuildGuards(proto::_left),BuildGuards(proto::_right)>() 70 Greater_<BuildGuards(proto::_left),BuildGuards(proto::_right)>() 77 GreaterEqual_<BuildGuards(proto::_left),BuildGuards(proto::_right)>() 84 EqualTo_<BuildGuards(proto::_left),BuildGuards(proto::_right)>() 91 NotEqualTo_<BuildGuards(proto::_left),BuildGuards(proto::_right)>() 133 Plus_<BuildGuards(proto::_left),BuildGuards(proto::_right)>() 140 Minus_<BuildGuards(proto::_left),BuildGuards(proto::_right)>() [all …]
|
D | stt_grammar.hpp | 73 make_vector_one_row<BuildEntry(proto::_left)>(), 79 BuildNextStates(proto::_left), 114 TempRow<none,proto::_left,none,none, GuardGrammar(proto::_right)>(proto::_right) 135 … TempRow<BuildSourceState(proto::_left),none,none,none,GuardGrammar(proto::_right)>(proto::_right) 148 TempRow<none,proto::_left,none,ActionGrammar(proto::_right) >(proto::_right) > 152 TempRow<none,proto::_left,none,none,GuardGrammar(proto::_right)>(proto::_right) > 156 fusion_event_action_guard<BuildEventPlusGuard(proto::_left), 171 … TempRow<BuildSourceState(proto::_left),none,none,ActionGrammar(proto::_right) >(proto::_right) > 175 …TempRow<BuildSourceState(proto::_left),none,none,none,GuardGrammar(proto::_right)>(proto::_right) > 180 fusion_source_action_guard<BuildSourcePlusGuard(proto::_left), [all …]
|
D | state_grammar.hpp | 209 make_vector_one_row<BuildActions(proto::_left)>(), 215 get_sequence<BuildActionSequence(proto::_left) >(), 314 Plus_<BuildActions(proto::_left),BuildActions(proto::_right)>() 321 Minus_<BuildActions(proto::_left),BuildActions(proto::_right)>() 328 Multiplies_<BuildActions(proto::_left),BuildActions(proto::_right)>() 335 Divides_<BuildActions(proto::_left),BuildActions(proto::_right)>() 342 Modulus_<BuildActions(proto::_left),BuildActions(proto::_right)>() 349 Bitwise_And_<BuildActions(proto::_left),BuildActions(proto::_right)>() 356 Bitwise_Or_<BuildActions(proto::_left),BuildActions(proto::_right)>() 363 Bitwise_Xor_<BuildActions(proto::_left),BuildActions(proto::_right)>() [all …]
|
/third_party/boost/boost/pending/ |
D | fibonacci_heap.hpp | 43 , _left(n) in fibonacci_heap() 76 _root = _left[v] = _right[v] = v; in push() 81 size_type u = _left[_root]; in push() 82 _left[v] = u; in push() 84 _left[_root] = _right[u] = v; in push() 164 _left[u] = u; in make_child() 171 _left[u] = t; in make_child() 173 _left[_right[u]] = u; in make_child() 193 _left[w] = v; in rebuild_root_list() 203 _left[u] = v; in rebuild_root_list() [all …]
|
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tree/ |
D | sequence_node.hpp | 22 _left (left_), in sequence_node() 25 _left->append_firstpos (_firstpos); in sequence_node() 27 if (_left->nullable ()) in sequence_node() 34 _left->append_lastpos (_lastpos); in sequence_node() 39 node_vector &lastpos_ = _left->lastpos (); in sequence_node() 75 node_stack_.push (_left); in traverse() 81 node *_left; member in boost::lexer::detail::sequence_node
|
D | selection_node.hpp | 22 _left (left_), in selection_node() 25 _left->append_firstpos (_firstpos); in selection_node() 27 _left->append_lastpos (_lastpos); in selection_node() 57 node_stack_.push (_left); in traverse() 63 node *_left; member in boost::lexer::detail::selection_node
|
/third_party/boost/libs/metaparse/example/compile_to_native_code/ |
D | main.cpp | 80 return _left(t) + _right(t); in operator ()() 83 typename A::type _left; member in build_plus::_plus 96 return _left(t) - _right(t); in operator ()() 99 typename A::type _left; member in build_plus::_minus 124 return _left(t) * _right(t); in operator ()() 127 typename A::type _left; member in build_mult::_mult 140 return _left(t) / _right(t); in operator ()() 143 typename A::type _left; member in build_mult::_div
|
/third_party/boost/libs/metaparse/example/meta_metaparse/ |
D | main.cpp | 64 return _left(t) + _right(t); in operator ()() 67 typename A::type _left; member in build_plus_impl::_plus 80 return _left(t) - _right(t); in operator ()() 83 typename A::type _left; member in build_plus_impl::_minus 122 return _left(t) * _right(t); in operator ()() 125 typename A::type _left; member in build_mult_impl::_mult 138 return _left(t) / _right(t); in operator ()() 141 typename A::type _left; member in build_mult_impl::_div
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | edge_insets.dart | 32 double get _left; 39 return _left >= 0.0 48 double get horizontal => _left + _right + _start + _end; 69 …EdgeInsetsGeometry get flipped => _MixedEdgeInsets.fromLRSETB(_right, _left, _end, _start, _bottom… 118 _left - other._left, 140 _left + other._left, 207 ui.lerpDouble(a._left, b._left, t), 230 if (_left == 0.0 && _right == 0.0 && _top == 0.0 && _bottom == 0.0) 232 if (_left == _right && _right == _top && _top == _bottom) 233 return 'EdgeInsets.all(${_left.toStringAsFixed(1)})'; [all …]
|
/third_party/boost/libs/proto/example/ |
D | futures.cpp | 47 boost::add_const<FutureGroup(proto::_left) > 49 >(FutureGroup(proto::_left), FutureGroup(proto::_right)) 56 FutureGroup(proto::_left) 58 >(FutureGroup(proto::_left))
|
D | virtual_member.cpp | 127 proto::_right(proto::_left(proto::_left(proto::_left))) 128 , proto::_right(proto::_left(proto::_left))
|
/third_party/boost/libs/phoenix/example/ |
D | invert.cpp | 41 evaluator(proto::_left, phoenix::_context) 51 evaluator(proto::_left, phoenix::_context) 61 evaluator(proto::_left, phoenix::_context) 71 evaluator(proto::_left, phoenix::_context)
|
/third_party/boost/boost/icl/ |
D | interval_bounds.hpp | 35 BOOST_STATIC_CONSTANT(bound_type, _left = 2); 42 interval_bounds left ()const { return interval_bounds(_bits & _left ); } in left() 45 … interval_bounds reverse_right()const { return interval_bounds((bound_type(~_bits)<<1) & _left ); } in reverse_right()
|
/third_party/boost/boost/icl/detail/ |
D | concept_check.hpp | 20 require_boolean_expr(_left == _right); in BOOST_CONCEPT_USAGE() 23 Type _left, _right;
|
D | subset_comparer.hpp | 103 : _left(left), _right(right), in subset_comparer() 158 LeftIterT joint_ = _left.lower_bound(key_value<RightT>(right)); in next_both() 159 if( joint_ == _left.end() in next_both() 200 const LeftT& _left; member in boost::icl::Set::subset_comparer
|
D | interval_subset_comparer.hpp | 102 : _left(left), _right(right), in subset_comparer() 183 LeftIterT joint_ = _left.lower_bound(key_value<RightT>(right)); in next_both() 184 if(joint_ == _left.end()) in next_both() 313 const LeftT& _left; member in boost::icl::Interval_Set::subset_comparer
|
D | element_comparer.hpp | 36 : _left(left), _right(right), in element_comparer() 164 const LeftT& _left; member in boost::icl::Interval_Set::element_comparer
|
/third_party/flutter/engine/flutter/testing/scenario_app/lib/src/ |
D | animated_color_square.dart | 30 _NumberSwinger<double> _left = _NumberSwinger<double>( 47 builder.pushOffset(_left.swing(), _top.swing()); 70 _left = _NumberSwinger<double>( 73 math.min(_left.current, window.physicalSize.width - _squareSize),
|
/third_party/ffmpeg/libavcodec/ |
D | vp9dsp_template.c | 115 const uint8_t *_left, const uint8_t *top) in hor_4x4_c() argument 118 const pixel *left = (const pixel *) _left; in hor_4x4_c() 128 const uint8_t *_left, const uint8_t *top) in hor_8x8_c() argument 131 const pixel *left = (const pixel *) _left; in hor_8x8_c() 145 const uint8_t *_left, const uint8_t *top) in hor_16x16_c() argument 148 const pixel *left = (const pixel *) _left; in hor_16x16_c() 164 const uint8_t *_left, const uint8_t *top) in hor_32x32_c() argument 167 const pixel *left = (const pixel *) _left; in hor_32x32_c() 189 const uint8_t *_left, const uint8_t *_top) in tm_4x4_c() argument 192 const pixel *left = (const pixel *) _left; in tm_4x4_c() [all …]
|
D | hevcpred_template.c | 362 const uint8_t *_left, ptrdiff_t stride, in FUNC() 368 const pixel *left = (const pixel *)_left; in FUNC() 391 const uint8_t *_left, in FUNC() 398 const pixel *left = (const pixel *)_left; in FUNC() 423 const uint8_t *_left, in FUNC() 430 const pixel *left = (const pixel *)_left; in FUNC()
|
/third_party/boost/libs/phoenix/doc/examples/ |
D | transforming.qbk | 67 phoenix::evaluator(proto::_left, phoenix::_context) 86 phoenix::evaluator(proto::_left, phoenix::_context) 97 phoenix::evaluator(proto::_left, phoenix::_context) 108 phoenix::evaluator(proto::_left, phoenix::_context)
|
/third_party/boost/boost/hana/functional/ |
D | placeholder.hpp | 151 struct op_name ## _left { \ 199 { return detail::create<op_name ## _left>{}(static_cast<X&&>(x)); } \
|
/third_party/boost/libs/hana/include/boost/hana/functional/ |
D | placeholder.hpp | 151 struct op_name ## _left { \ 199 { return detail::create<op_name ## _left>{}(static_cast<X&&>(x)); } \
|
/third_party/boost/boost/phoenix/operator/ |
D | member.hpp | 54 …, proto::call<detail::make_mem_fun_ptr_gen(proto::_left, proto::call<proto::_value(proto::_right)>…
|
/third_party/boost/boost/msm/back/ |
D | fold_to_list.hpp | 67 ::boost::proto::_left
|