Home
last modified time | relevance | path

Searched refs:_lastValue (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable/
H A DMin.cs41 private TSource _lastValue; field in System.Reactive.Linq.ObservableImpl.Min.Delta
77 _lastValue = value; in OnNext()
106 private TSource _lastValue; field in System.Reactive.Linq.ObservableImpl.Min._
181 private double _lastValue; field in System.Reactive.Linq.ObservableImpl.MinDouble._
201 _lastValue = value; in OnNext()
248 private float _lastValue; field in System.Reactive.Linq.ObservableImpl.MinSingle._
268 _lastValue = value; in OnNext()
382 private int _lastValue; field in System.Reactive.Linq.ObservableImpl.MinInt32._
449 private long _lastValue; field in System.Reactive.Linq.ObservableImpl.MinInt64._
692 private int? _lastValue; field in System.Reactive.Linq.ObservableImpl.MinInt32Nullable._
[all …]
H A DMax.cs41 private TSource _lastValue; field in System.Reactive.Linq.ObservableImpl.Max.Delta
77 _lastValue = value; in OnNext()
106 private TSource _lastValue; field in System.Reactive.Linq.ObservableImpl.Max._
181 private double _lastValue; field in System.Reactive.Linq.ObservableImpl.MaxDouble._
201 _lastValue = value; in OnNext()
248 private float _lastValue; field in System.Reactive.Linq.ObservableImpl.MaxSingle._
268 _lastValue = value; in OnNext()
382 private int _lastValue; field in System.Reactive.Linq.ObservableImpl.MaxInt32._
449 private long _lastValue; field in System.Reactive.Linq.ObservableImpl.MaxInt64._
692 private int? _lastValue; field in System.Reactive.Linq.ObservableImpl.MaxInt32Nullable._
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/debugger/
H A Dwatch_instance.cpp30 …ce(Watch* watch, DebuggableScript* script) : _watch(watch), _script(script), _lastValue(nullptr) {} in WatchInstance()
31 WatchInstance::~WatchInstance() { delete _lastValue; } in ~WatchInstance()
37 if(_lastValue == nullptr) { in evaluate()
38 _lastValue = new ScValue(_script->_gameRef); in evaluate()
44 _lastValue in evaluate()
46 _lastValue->copy(currentValue); in evaluate()
H A Dwatch_instance.h33 ScValue *_lastValue; variable
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/debugger/
H A Dwatch_instance.cpp30 …ce(Watch* watch, DebuggableScript* script) : _watch(watch), _script(script), _lastValue(nullptr) {} in WatchInstance()
31 WatchInstance::~WatchInstance() { delete _lastValue; } in ~WatchInstance()
37 if(_lastValue == nullptr) { in evaluate()
38 _lastValue = new ScValue(_script->_gameRef); in evaluate()
44 _lastValue in evaluate()
46 _lastValue->copy(currentValue); in evaluate()
H A Dwatch_instance.h33 ScValue *_lastValue; variable
/dports/editors/texstudio/texstudio-4.1.2/src/adwaita-qt/style/animations/
H A Dadwaitadatamap.h64 if( key == _lastKey ) return _lastValue; in find()
70 _lastValue = out; in find()
86 if( _lastValue ) _lastValue.clear(); in unregisterWidget()
131 Value _lastValue; variable
/dports/x11-themes/adwaita-qt/adwaita-qt-1.4.1/src/lib/animations/
H A Dadwaitadatamap.h69 return _lastValue; in find()
77 _lastValue = out; in find()
92 if (_lastValue) { in unregisterWidget()
93 _lastValue.clear(); in unregisterWidget()
148 Value _lastValue; variable
/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kstyle/animations/
H A Doxygendatamap.h55 if( key == _lastKey ) return _lastValue; in find()
61 _lastValue = out; in find()
77 if( _lastValue ) _lastValue.clear(); in unregisterWidget()
122 Value _lastValue; variable
/dports/x11-themes/plasma5-breeze/breeze-5.23.5/kstyle/animations/
H A Dbreezedatamap.h51 if( key == _lastKey ) return _lastValue; in find()
57 _lastValue = out; in find()
73 if( _lastValue ) _lastValue.clear(); in unregisterWidget()
118 Value _lastValue; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web_view/test/
H A Dobserver.mm14 @synthesize lastValue = _lastValue;
21 _lastValue = nil;
39 _previousValue = _lastValue;
40 _lastValue = change[NSKeyValueChangeNewKey];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/frontend/
H A Dperf.ts49 private _lastValue = 0; property in RunningStatistics
56 this._lastValue = value;
81 return this._lastValue;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/frontend/
H A Dperf.ts49 private _lastValue = 0; property in RunningStatistics
56 this._lastValue = value;
81 return this._lastValue;
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DFlu_Spinner.cxx249 _lastValue = value (); in increment_cb()
293 _lastValue = value (); in handle()
332 (_lastValue, in handle()
H A DFlu_Spinner.h193 double _lastValue; variable
/dports/science/step/step-21.12.3/step/
H A Dtoolgraphics.cc1443 _lastValue = 1; in ControllerGraphicsItem()
1533 if(value <= SLIDER_MIN && _lastValue > SLIDER_MIN) { in worldDataChanged()
1536 } else if(value > SLIDER_MIN && _lastValue <= SLIDER_MIN) { in worldDataChanged()
1540 if(value >= SLIDER_MAX-1 && _lastValue < SLIDER_MAX-1) { in worldDataChanged()
1543 } else if(value < SLIDER_MAX-1 && _lastValue >= SLIDER_MAX-1) { in worldDataChanged()
1547 _lastValue = value; in worldDataChanged()
H A Dtoolgraphics.h332 double _lastValue; variable
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Slice/
H A DParser.cpp5343 _lastValue(-1) in Enum()
5353 _lastValue = p->value(); in newEnumerator()
5355 if(_lastValue < 0) in newEnumerator()
5363 if(_lastValue == Int32Max) in newEnumerator()
5374 ++_lastValue; in newEnumerator()
5379 if(_lastValue > _maxValue) in newEnumerator()
5381 _maxValue = _lastValue; in newEnumerator()
5384 if(_lastValue < _minValue) in newEnumerator()
5386 _minValue = _lastValue; in newEnumerator()
5396 if(r != p && r->value() == _lastValue) in newEnumerator()
[all …]
H A DParser.h920 int _lastValue; variable
/dports/devel/ice37/ice-3.7.2/cpp/src/Slice/
H A DParser.cpp5343 _lastValue(-1) in Enum()
5353 _lastValue = p->value(); in newEnumerator()
5355 if(_lastValue < 0) in newEnumerator()
5363 if(_lastValue == Int32Max) in newEnumerator()
5374 ++_lastValue; in newEnumerator()
5379 if(_lastValue > _maxValue) in newEnumerator()
5381 _maxValue = _lastValue; in newEnumerator()
5384 if(_lastValue < _minValue) in newEnumerator()
5386 _minValue = _lastValue; in newEnumerator()
5396 if(r != p && r->value() == _lastValue) in newEnumerator()
[all …]
H A DParser.h920 int _lastValue; variable
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Slice/
H A DParser.cpp5343 _lastValue(-1) in Enum()
5353 _lastValue = p->value(); in newEnumerator()
5355 if(_lastValue < 0) in newEnumerator()
5363 if(_lastValue == Int32Max) in newEnumerator()
5374 ++_lastValue; in newEnumerator()
5379 if(_lastValue > _maxValue) in newEnumerator()
5381 _maxValue = _lastValue; in newEnumerator()
5384 if(_lastValue < _minValue) in newEnumerator()
5386 _minValue = _lastValue; in newEnumerator()
5396 if(r != p && r->value() == _lastValue) in newEnumerator()
[all …]
H A DParser.h920 int _lastValue; variable
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/app/
H A D_FormWidget.js.map7 …ange","newValue","_onChangeActive","_handleOnChange","priorityChange","_lastValue","undefined","_l…
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/assets/
H A Dvendor.map1_lastValue = null;\n return _this;\n }\n\n CachedReference.prototype.comp…

12