Home
last modified time | relevance | path

Searched refs:value_ (Results 226 – 250 of 12087) sorted by relevance

12345678910>>...484

/dports/shells/fish/fish-3.3.1/src/
H A Dglobal_safety.h31 T value_{};
39 return &value_;
44 return value_;
49 return value_;
54 value_ = std::move(value);
62 T *value_{};
65 operator T *() { return value_; }
66 operator const T *() const { return value_; }
68 T *operator->() { return value_; }
76 value_ = value.release();
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/inspector_protocol/crdtp/
H A Dmaybe.h23 PtrMaybe(PtrMaybe&& other) noexcept : value_(std::move(other.value_)) {} in PtrMaybe()
26 assert(value_); in fromJust()
27 return value_.get(); in fromJust()
30 return value_ ? value_.get() : default_value; in fromMaybe()
34 assert(value_); in takeJust()
35 return std::move(value_); in takeJust()
39 std::unique_ptr<T> value_;
48 : is_just_(other.is_just_), value_(std::move(other.value_)) {} in ValueMaybe()
50 value_ = value;
55 return value_; in fromJust()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/inspector_protocol/crdtp/
H A Dmaybe.h23 PtrMaybe(PtrMaybe&& other) noexcept : value_(std::move(other.value_)) {} in PtrMaybe()
26 assert(value_); in fromJust()
27 return value_.get(); in fromJust()
30 return value_ ? value_.get() : default_value; in fromMaybe()
34 assert(value_); in takeJust()
35 return std::move(value_); in takeJust()
39 std::unique_ptr<T> value_;
48 : is_just_(other.is_just_), value_(std::move(other.value_)) {} in ValueMaybe()
50 value_ = value;
55 return value_; in fromJust()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/third_party/inspector_protocol/crdtp/
H A Dmaybe.h23 PtrMaybe(PtrMaybe&& other) noexcept : value_(std::move(other.value_)) {} in PtrMaybe()
26 assert(value_); in fromJust()
27 return value_.get(); in fromJust()
30 return value_ ? value_.get() : default_value; in fromMaybe()
34 assert(value_); in takeJust()
35 return std::move(value_); in takeJust()
39 std::unique_ptr<T> value_;
48 : is_just_(other.is_just_), value_(std::move(other.value_)) {} in ValueMaybe()
50 value_ = value;
55 return value_; in fromJust()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/raster/
H A Dtask.cc15 DCHECK(value_ != Value::RUNNING) in ~TaskState()
17 DCHECK(value_ == Value::FINISHED || value_ == Value::CANCELED) in ~TaskState()
23 return value_ == Value::NEW; in IsNew()
43 value_ = Value::NEW; in Reset()
47 switch (value_) { in ToString()
64 DCHECK(value_ == Value::NEW) in DidSchedule()
66 value_ = Value::SCHEDULED; in DidSchedule()
73 value_ = Value::RUNNING; in DidStart()
79 value_ = Value::FINISHED; in DidFinish()
83 DCHECK(value_ == Value::NEW || value_ == Value::SCHEDULED) in DidCancel()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/raster/
H A Dtask.cc14 DCHECK(value_ != Value::RUNNING) in ~TaskState()
16 DCHECK(value_ == Value::FINISHED || value_ == Value::CANCELED) in ~TaskState()
22 return value_ == Value::NEW; in IsNew()
42 value_ = Value::NEW; in Reset()
46 switch (value_) { in ToString()
63 DCHECK(value_ == Value::NEW) in DidSchedule()
65 value_ = Value::SCHEDULED; in DidSchedule()
72 value_ = Value::RUNNING; in DidStart()
78 value_ = Value::FINISHED; in DidFinish()
82 DCHECK(value_ == Value::NEW || value_ == Value::SCHEDULED) in DidCancel()
[all …]
/dports/devel/rpclib/rpclib-2.2.1/dependencies/include/asio/impl/
H A Dserial_port_base.ipp47 switch (value_)
200 value_ = 0;
211 : value_(t)
232 switch (value_)
248 switch (value_)
329 : value_(t)
342 switch (value_)
360 switch (value_)
424 : value_(t)
497 : value_(t)
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/asio/impl/
H A Dserial_port_base.ipp47 switch (value_)
200 value_ = 0;
211 : value_(t)
232 switch (value_)
248 switch (value_)
329 : value_(t)
342 switch (value_)
360 switch (value_)
424 : value_(t)
497 : value_(t)
[all …]
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/impl/
H A Dserial_port_base.ipp47 switch (value_)
200 value_ = 0;
211 : value_(t)
232 switch (value_)
248 switch (value_)
329 : value_(t)
342 switch (value_)
360 switch (value_)
424 : value_(t)
497 : value_(t)
[all …]
/dports/databases/galera26/galera-release_26.4.10/asio/asio/impl/
H A Dserial_port_base.ipp47 switch (value_)
200 value_ = 0;
211 : value_(t)
232 switch (value_)
248 switch (value_)
329 : value_(t)
342 switch (value_)
360 switch (value_)
424 : value_(t)
497 : value_(t)
[all …]
/dports/databases/galera/galera-release_25.3.35/asio/asio/impl/
H A Dserial_port_base.ipp47 switch (value_)
200 value_ = 0;
211 : value_(t)
232 switch (value_)
248 switch (value_)
329 : value_(t)
342 switch (value_)
360 switch (value_)
424 : value_(t)
497 : value_(t)
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/asio/include/asio/impl/
H A Dserial_port_base.ipp47 switch (value_)
200 value_ = 0;
211 : value_(t)
232 switch (value_)
248 switch (value_)
329 : value_(t)
342 switch (value_)
360 switch (value_)
424 : value_(t)
497 : value_(t)
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/asio/include/asio/impl/
H A Dserial_port_base.ipp47 switch (value_)
200 value_ = 0;
211 : value_(t)
232 switch (value_)
248 switch (value_)
329 : value_(t)
342 switch (value_)
360 switch (value_)
424 : value_(t)
497 : value_(t)
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/jpegxr/
H A Dcw_emit.c346 ifd[num_ifd].value_.v_short[1] = 0; in emit_ifd()
372 ifd[num_ifd].value_.v_long = 0; in emit_ifd()
390 ifd[num_ifd].value_.v_byte[2] = 0; in emit_ifd()
391 ifd[num_ifd].value_.v_byte[3] = 1; in emit_ifd()
399 ifd[num_ifd].value_.v_long = cp->wid; in emit_ifd()
406 ifd[num_ifd].value_.v_long = cp->hei; in emit_ifd()
414 ifd[num_ifd].value_.v_float = width_res; in emit_ifd()
427 ifd[num_ifd].value_.v_long = 0; in emit_ifd()
434 ifd[num_ifd].value_.v_long = 0; in emit_ifd()
442 ifd[num_ifd].value_.v_long = 0; in emit_ifd()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/jpegxr/
H A Dcw_emit.c346 ifd[num_ifd].value_.v_short[1] = 0; in emit_ifd()
372 ifd[num_ifd].value_.v_long = 0; in emit_ifd()
390 ifd[num_ifd].value_.v_byte[2] = 0; in emit_ifd()
391 ifd[num_ifd].value_.v_byte[3] = 1; in emit_ifd()
399 ifd[num_ifd].value_.v_long = cp->wid; in emit_ifd()
406 ifd[num_ifd].value_.v_long = cp->hei; in emit_ifd()
414 ifd[num_ifd].value_.v_float = width_res; in emit_ifd()
427 ifd[num_ifd].value_.v_long = 0; in emit_ifd()
434 ifd[num_ifd].value_.v_long = 0; in emit_ifd()
442 ifd[num_ifd].value_.v_long = 0; in emit_ifd()
[all …]
/dports/games/devilutionX/devilutionX-1.2.1/3rdParty/asio/include/asio/impl/
H A Dserial_port_base.ipp47 switch (value_)
200 value_ = 0;
211 : value_(t)
232 switch (value_)
248 switch (value_)
329 : value_(t)
342 switch (value_)
360 switch (value_)
424 : value_(t)
497 : value_(t)
[all …]
/dports/net/asio/asio-1.16.0/include/asio/impl/
H A Dserial_port_base.ipp47 switch (value_)
200 value_ = 0;
211 : value_(t)
232 switch (value_)
248 switch (value_)
329 : value_(t)
342 switch (value_)
360 switch (value_)
424 : value_(t)
497 : value_(t)
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/include/asio/impl/
H A Dserial_port_base.ipp47 switch (value_)
200 value_ = 0;
211 : value_(t)
232 switch (value_)
248 switch (value_)
329 : value_(t)
342 switch (value_)
360 switch (value_)
424 : value_(t)
497 : value_(t)
[all …]
/dports/multimedia/obs-websocket/obs-websocket-4.8.0/deps/asio/asio/include/asio/impl/
H A Dserial_port_base.ipp47 switch (value_)
200 value_ = 0;
211 : value_(t)
232 switch (value_)
248 switch (value_)
329 : value_(t)
342 switch (value_)
360 switch (value_)
424 : value_(t)
497 : value_(t)
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/asio-master/asio/include/asio/impl/
H A Dserial_port_base.ipp47 switch (value_)
200 value_ = 0;
211 : value_(t)
232 switch (value_)
248 switch (value_)
329 : value_(t)
342 switch (value_)
360 switch (value_)
424 : value_(t)
497 : value_(t)
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/
H A Ddecimal.h282 inline Decimal::Decimal( Decimal const &d ) : value_( d.value_ ) in Decimal()
289 value_ = d.value_;
331 value_ OP d.value_; \
343 return -value_;
349 return d1.value_ == d2.value_;
353 return d1.value_ != d2.value_;
357 return d1.value_ < d2.value_;
361 return d1.value_ <= d2.value_;
365 return d1.value_ > d2.value_;
369 return d1.value_ >= d2.value_;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/cast/streaming/
H A Dexpanded_value_base.h48 return static_cast<uint8_t>(value_); in lower_8_bits()
51 return static_cast<uint16_t>(value_); in lower_16_bits()
91 if (result > value_) in ExpandLessThanOrEqual()
127 constexpr bool operator==(Subclass rhs) const { return value_ == rhs.value_; }
128 constexpr bool operator!=(Subclass rhs) const { return value_ != rhs.value_; }
129 constexpr bool operator<(Subclass rhs) const { return value_ < rhs.value_; }
130 constexpr bool operator>(Subclass rhs) const { return value_ > rhs.value_; }
131 constexpr bool operator<=(Subclass rhs) const { return value_ <= rhs.value_; }
132 constexpr bool operator>=(Subclass rhs) const { return value_ >= rhs.value_; }
156 : value_(value) {} in ExpandedValueBase()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/cast/streaming/
H A Dexpanded_value_base.h48 return static_cast<uint8_t>(value_); in lower_8_bits()
51 return static_cast<uint16_t>(value_); in lower_16_bits()
91 if (result > value_) in ExpandLessThanOrEqual()
127 constexpr bool operator==(Subclass rhs) const { return value_ == rhs.value_; }
128 constexpr bool operator!=(Subclass rhs) const { return value_ != rhs.value_; }
129 constexpr bool operator<(Subclass rhs) const { return value_ < rhs.value_; }
130 constexpr bool operator>(Subclass rhs) const { return value_ > rhs.value_; }
131 constexpr bool operator<=(Subclass rhs) const { return value_ <= rhs.value_; }
132 constexpr bool operator>=(Subclass rhs) const { return value_ >= rhs.value_; }
156 : value_(value) {} in ExpandedValueBase()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker.h39 : value_(x.value_), is_live_(x.is_live_) { in BaseCountedInstance()
56 value_ = x.value_;
64 value_ = x.value_;
74 return value_ == x.value_;
79 return value_ != x.value_;
84 return value_ < x.value_;
89 return value_ > x.value_;
94 return value_ <= x.value_;
99 return value_ >= x.value_;
104 return value_ < x.value_ in compare()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker.h39 : value_(x.value_), is_live_(x.is_live_) { in BaseCountedInstance()
56 value_ = x.value_;
64 value_ = x.value_;
74 return value_ == x.value_;
79 return value_ != x.value_;
84 return value_ < x.value_;
89 return value_ > x.value_;
94 return value_ <= x.value_;
99 return value_ >= x.value_;
104 return value_ < x.value_ in compare()
[all …]

12345678910>>...484