/third_party/boost/boost/outcome/experimental/status-code/ |
D | status_code_domain.hpp | 160 pointer _begin{}, _end{}; member in status_code_domain::string_ref 180 : _begin(str) in string_ref() 189 : _begin(o._begin) in string_ref() 201 : _begin(o._begin) in string_ref() 252 _begin = _end = nullptr; in ~string_ref() 256 BOOST_OUTCOME_SYSTEM_ERROR2_NODISCARD bool empty() const noexcept { return _begin == _end; } in empty() 258 size_type size() const noexcept { return _end - _begin; } in size() 260 const_pointer c_str() const noexcept { return _begin; } in c_str() 262 const_pointer data() const noexcept { return _begin; } in data() 264 iterator begin() noexcept { return _begin; } in begin() [all …]
|
/third_party/flutter/engine/flutter/testing/scenario_app/lib/src/ |
D | animated_color_square.dart | 79 _NumberSwinger(this._begin, this._end, [this._current]) 80 : assert(_begin != null), 82 _up = _begin < _end { 83 _current ??= _begin; 86 final T _begin; 98 } else if (_current <= _begin) {
|
/third_party/wayland_standard/src/ |
D | dtddata.S | 38 .globl \name\()_begin 39 \name\()_begin: 46 .int (\name\()_end - \name\()_begin)
|
/third_party/flutter/flutter/dev/manual_tests/lib/ |
D | material_arc.dart | 120 Offset _begin; 141 final double startOffset = (box.localToGlobal(_begin) - position).distanceSquared; 159 _begin = _begin + details.delta; 184 _begin = Offset(screenSize.width * 0.5, screenSize.height * 0.2); 188 final MaterialPointArcTween arc = MaterialPointArcTween(begin: _begin, end: _end); 288 Rect _begin; 309 final double startOffset = (box.localToGlobal(_begin.center) - position).distanceSquared; 326 _begin = _begin.shift(details.delta); 351 _begin = Rect.fromLTWH( 361 final MaterialRectArcTween arc = MaterialRectArcTween(begin: _begin, end: _end);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_array_merge.h | 52 void set_begin(int _begin){first_access = _begin;} in set_begin() argument
|
D | st_glsl_to_tgsi_array_merge.cpp | 198 void array_live_range::set_live_range(int _begin, int _end) in set_live_range() argument 200 set_begin(_begin); in set_live_range()
|
/third_party/boost/boost/spirit/home/support/detail/lexer/ |
D | input.hpp | 486 _begin (begin_), in basic_input() 498 iter_._data.start = _begin; in begin() 499 iter_._data.end = _begin; in begin() 518 FwdIter _begin; member in boost::lexer::basic_input
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_liverange.h | 225 void set_begin(int _begin){first_access = _begin;} in set_begin() argument
|
/third_party/flutter/flutter/packages/flutter/lib/src/animation/ |
D | animation_controller.dart | 783 _InterpolationSimulation(this._begin, this._end, Duration duration, this._curve, double scale) 784 : assert(_begin != null), 790 final double _begin; 798 return _begin; 802 return _begin + (_end - _begin) * _curve.transform(t);
|
/third_party/boost/libs/geometry/doc/ |
D | example_adapting_a_legacy_geometry_object_model.qbk | 518 PolygonRingIterator _begin; 530 …CustomPolygonRingRange(PolygonRingIterator begin, PolygonRingIterator end) : _begin(begin), _end(e… 536 return _begin;
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | navigator.dart | 1705 /// void _begin() {
|
/third_party/mindspore/mindspore/lite/schema/inner/ |
D | ops_v0_generated.h | 19728 auto _begin = _o->begin.size() ? _fbb.CreateVector(_o->begin) : 0; in CreateSlice() local 19734 _begin, in CreateSlice() 20404 auto _begin = _o->begin.size() ? _fbb.CreateVector(_o->begin) : 0; in CreateStridedSlice() local 20415 _begin, in CreateStridedSlice()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | compilation_trace.txt | 3237 package:flutter/src/animation/animation_controller.dart,_InterpolationSimulation,get:_begin
|