/third_party/boost/boost/pending/ |
D | fibonacci_heap.hpp | 44 , _right(n) in fibonacci_heap() 76 _root = _left[v] = _right[v] = v; in push() 83 _right[v] = _root; in push() 84 _left[_root] = _right[u] = v; in push() 103 v = _right[_root]; in pop() 108 v = _right[w]; in pop() 109 _right[w] = _right[_root]; in pop() 110 for (w = v; w != _right[_root]; w = _right[w]) in pop() 115 w = _right[v]; in pop() 165 _right[u] = u; in make_child() [all …]
|
/third_party/boost/boost/msm/front/euml/ |
D | stt_grammar.hpp | 74 BuildEntry(proto::_right)>() 80 BuildEntry(proto::_right) >() 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) > 157 … TempRow<none,none,none,ActionGrammar(proto::_right)>(proto::_right) 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) > 181 … TempRow<none,none,none,ActionGrammar(proto::_right)>(proto::_right) [all …]
|
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 | state_grammar.hpp | 210 BuildActions(proto::_right)>()>() 216 BuildActions(proto::_right) >() >() 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/spirit/home/support/detail/lexer/parser/tree/ |
D | sequence_node.hpp | 23 _right (right_) in sequence_node() 29 _right->append_firstpos (_firstpos); in sequence_node() 32 if (_right->nullable ()) in sequence_node() 37 _right->append_lastpos (_lastpos); in sequence_node() 40 const node_vector &firstpos_ = _right->firstpos (); in sequence_node() 63 switch (_right->what_type ()) in traverse() 74 node_stack_.push (_right); in traverse() 82 node *_right; member in boost::lexer::detail::sequence_node
|
D | selection_node.hpp | 23 _right (right_) in selection_node() 26 _right->append_firstpos (_firstpos); in selection_node() 28 _right->append_lastpos (_lastpos); in selection_node() 45 switch (_right->what_type ()) in traverse() 56 node_stack_.push (_right); in traverse() 64 node *_right; 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 ()() 84 typename B::type _right; member in build_plus::_plus 96 return _left(t) - _right(t); in operator ()() 100 typename B::type _right; member in build_plus::_minus 124 return _left(t) * _right(t); in operator ()() 128 typename B::type _right; member in build_mult::_mult 140 return _left(t) / _right(t); in operator ()() 144 typename B::type _right; member in build_mult::_div
|
/third_party/boost/libs/metaparse/example/meta_metaparse/ |
D | main.cpp | 64 return _left(t) + _right(t); in operator ()() 68 typename B::type _right; member in build_plus_impl::_plus 80 return _left(t) - _right(t); in operator ()() 84 typename B::type _right; member in build_plus_impl::_minus 122 return _left(t) * _right(t); in operator ()() 126 typename B::type _right; member in build_mult_impl::_mult 138 return _left(t) / _right(t); in operator ()() 142 typename B::type _right; member in build_mult_impl::_div
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | edge_insets.dart | 33 double get _right; 40 && _right >= 0.0 48 double get horizontal => _left + _right + _start + _end; 69 …EdgeInsetsGeometry get flipped => _MixedEdgeInsets.fromLRSETB(_right, _left, _end, _start, _bottom… 119 _right - other._right, 141 _right + other._right, 208 ui.lerpDouble(a._right, b._right, t), 230 if (_left == 0.0 && _right == 0.0 && _top == 0.0 && _bottom == 0.0) 232 if (_left == _right && _right == _top && _top == _bottom) 236 '${_right.toStringAsFixed(1)}, ' [all …]
|
/third_party/boost/libs/phoenix/example/ |
D | invert.cpp | 42 , evaluator(proto::_right, phoenix::_context) 52 , evaluator(proto::_right, phoenix::_context) 62 , evaluator(proto::_right, phoenix::_context) 72 , evaluator(proto::_right, phoenix::_context)
|
/third_party/boost/boost/icl/ |
D | interval_bounds.hpp | 34 BOOST_STATIC_CONSTANT(bound_type, _right = 1); 43 interval_bounds right()const { return interval_bounds(_bits & _right); } in right() 44 … interval_bounds reverse_left ()const { return interval_bounds((bound_type(~_bits)>>1) & _right); } in reverse_left()
|
/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() 177 RightIterT joint_ = _right.lower_bound(key_value<LeftT>(left)); in next_both() 178 if( joint_ == _right.end() in next_both() 201 const RightT& _right; member in boost::icl::Set::subset_comparer
|
D | interval_subset_comparer.hpp | 102 : _left(left), _right(right), in subset_comparer() 204 RightIterT joint_ = _right.lower_bound(key_value<LeftT>(left)); in next_both() 205 if(joint_ == _right.end()) in next_both() 314 const RightT& _right; member in boost::icl::Interval_Set::subset_comparer
|
D | element_comparer.hpp | 36 : _left(left), _right(right), in element_comparer() 165 const RightT& _right; member in boost::icl::Interval_Set::element_comparer
|
/third_party/boost/libs/proto/example/ |
D | futures.cpp | 48 , boost::add_const<FutureGroup(proto::_right) > 49 >(FutureGroup(proto::_left), FutureGroup(proto::_right)) 57 , FutureGroup(proto::_right)
|
D | virtual_member.cpp | 127 proto::_right(proto::_left(proto::_left(proto::_left))) 128 , proto::_right(proto::_left(proto::_left)) 129 , proto::_right
|
D | external_transforms.cpp | 105 , do_checked_divide(calc_grammar(proto::_left), calc_grammar(proto::_right))
|
/third_party/boost/boost/phoenix/operator/ |
D | member.hpp | 52 …is_member_function_pointer<boost::remove_reference<proto::call<proto::_value(proto::_right)> > >()> 54 … proto::call<detail::make_mem_fun_ptr_gen(proto::_left, proto::call<proto::_value(proto::_right)>)>
|
/third_party/boost/libs/phoenix/doc/examples/ |
D | transforming.qbk | 68 , phoenix::evaluator(proto::_right, phoenix::_context) 87 , phoenix::evaluator(proto::_right, phoenix::_context) 98 , phoenix::evaluator(proto::_right, phoenix::_context) 109 , phoenix::evaluator(proto::_right, phoenix::_context)
|
/third_party/boost/boost/hana/functional/ |
D | placeholder.hpp | 171 struct op_name ## _right { \ 203 { return detail::create<op_name ## _right>{}(static_cast<Y&&>(y)); } \
|
/third_party/boost/libs/hana/include/boost/hana/functional/ |
D | placeholder.hpp | 171 struct op_name ## _right { \ 203 { return detail::create<op_name ## _right>{}(static_cast<Y&&>(y)); } \
|
/third_party/boost/boost/msm/back/ |
D | fold_to_list.hpp | 68 , ::boost::proto::call<FoldToList( ::boost::proto::_right, ::boost::proto::_state )>
|
/third_party/boost/libs/proto/test/ |
D | cpp-next_bug.cpp | 50 Distribute(proto::_left, proto::_right)
|
/third_party/boost/boost/xpressive/detail/static/ |
D | grammar.hpp | 137 … : when<subscript<detail::set_initializer_type, Gram>, call<as_set_matcher<Gram>(_right)> > 310 …n<subscript<detail::set_initializer_type, Gram>, in_sequence<call<as_set_matcher<Gram>(_right)> > >
|