Home
last modified time | relevance | path

Searched refs:OptionalValue (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Doptional_value.h29 class OptionalValue {
37 OptionalValue() : value_(), defined_(false) in OptionalValue() function
43 explicit OptionalValue(T v) : value_(std::move(v)), defined_(true) in OptionalValue() function
47 OptionalValue(const T& v) : value_(v), defined_(true) in OptionalValue() function
75 OptionalValue& operator= (T v)
84 OptionalValue& operator= (const T& v)
104 bool operator== (const OptionalValue<T>& v)
150 std::ostream& operator<< (std::ostream& os, const OptionalValue<T>& v)
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/applib/
H A Dstorage_device.h293 hz::OptionalValue<bool> smart_supported_; ///< SMART support status
294 hz::OptionalValue<bool> smart_enabled_; ///< SMART enabled status
295 mutable hz::OptionalValue<status_t> aodc_status_; ///< Cached aodc status.
296 hz::OptionalValue<std::string> model_name_; ///< Model name
297 hz::OptionalValue<std::string> family_name_; ///< Family name
298 hz::OptionalValue<std::string> serial_number_; ///< Serial number
299 hz::OptionalValue<std::string> size_; ///< Formatted size
300 …hz::OptionalValue<bool> hdd_; ///< Whether it's a rotational drive (HDD) or something else (SSD, …
301 mutable hz::OptionalValue<StorageProperty> health_property_; ///< Cached health property.
H A Dstorage_property.h133 hz::OptionalValue<uint8_t> value; ///< Normalized value. May be unset ("---").
134 hz::OptionalValue<uint8_t> worst; ///< Worst ever value. May be unset ("---").
135 hz::OptionalValue<uint8_t> threshold; ///< Threshold for normalized value. May be unset ("---").
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dstyle_variables.cc14 using OptionalValue = StyleVariables::OptionalValue; typedef
24 bool IsEqual(const OptionalValue& a, const OptionalValue& b) { in IsEqual()
68 StyleVariables::OptionalValue StyleVariables::GetValue( in GetValue()
H A Dstyle_variables.h57 using OptionalValue = base::Optional<Member<const CSSValue>>; variable
59 OptionalValue GetValue(const AtomicString&) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dstyle_variables.cc14 using OptionalValue = StyleVariables::OptionalValue; typedef
24 bool IsEqual(const OptionalValue& a, const OptionalValue& b) { in IsEqual()
68 StyleVariables::OptionalValue StyleVariables::GetValue( in GetValue()
H A Dstyle_variables.h57 using OptionalValue = base::Optional<Member<const CSSValue>>; variable
59 OptionalValue GetValue(const AtomicString&) const;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DCommandLineHandler.cpp242 case GetLongOpt::OptionalValue : in setcell()
302 else if ( t->type == GetLongOpt::OptionalValue ) in usage()
340 enroll("preproc", GetLongOpt::OptionalValue, in initialize_options()
359 enroll("pre_run", GetLongOpt::OptionalValue, in initialize_options()
362 enroll("run", GetLongOpt::OptionalValue, in initialize_options()
365 enroll("post_run", GetLongOpt::OptionalValue, in initialize_options()
372 enroll("read_restart", GetLongOpt::OptionalValue, in initialize_options()
383 enroll("write_restart", GetLongOpt::OptionalValue, in initialize_options()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Asn1/
H A DSignedDataAsn.cs34 [OptionalValue]
39 [OptionalValue]
H A DSignerInfoAsn.cs39 [OptionalValue]
49 [OptionalValue]
H A DEncapsulatedContentInfoAsn.cs23 [OptionalValue]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Encoding/tests/Asn1/Serializer/
H A DX509DeserializeTests.cs112 [ExpectedTag(1), BitString, OptionalValue]
115 [ExpectedTag(2), BitString, OptionalValue]
118 [ExpectedTag(3, ExplicitTag = true), OptionalValue]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp20 llvm::Optional<int> OptionalValue(9); variable
62 *OptionalValue; in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp22 llvm::Optional<int> OptionalValue(9); variable
64 *OptionalValue; in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp22 llvm::Optional<int> OptionalValue(9); variable
64 *OptionalValue; in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp22 llvm::Optional<int> OptionalValue(9); variable
64 *OptionalValue; in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp22 llvm::Optional<int> OptionalValue(9); variable
64 *OptionalValue; in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp22 llvm::Optional<int> OptionalValue(9); variable
64 *OptionalValue; in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp22 llvm::Optional<int> OptionalValue(9); variable
64 *OptionalValue; in main()
/dports/deskutils/docear/docear-1.2.0.0_stable_build291/doc/
H A Dfreeplane_ja.mm27 <stylenode TEXT="OptionalValue" COLOR="#cc3300">
7758 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
7779 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
7808 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
7955 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
7960 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
7965 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
7970 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
9549 <node TEXT="&#x77e9;&#x5f62;" STYLE_REF="OptionalValue" ID="ID_217797528"/>
12922 <node TEXT="96" STYLE_REF="OptionalValue" ID="ID_1116758038"/>
[all …]
H A Dfreeplane.mm27 <stylenode TEXT="OptionalValue" COLOR="#cc3300">
393 <node TEXT="OptionalValue" STYLE_REF="OptionalValue" FOLDED="true" ID="ID_1926379292" CREATED="1310…
411 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
418 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
2399 <node TEXT="OptionalValue" STYLE_REF="OptionalValue" ID="ID_796900128" CREATED="1310845841441" MODI…
2401 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
9907 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
9929 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
9958 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
10106 <conditional_style ACTIVE="true" STYLE_REF="OptionalValue" LAST="false"/>
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/state_machine/
H A Dstate_graph.h22 OptionalValue<StateMachineStateID> start_state_id_;
23 OptionalValue<StateMachineStateID> fail_state_id_;
H A Dstate_machine_utility.h21 class OptionalValue
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_GetLongOpt.C327 case GetLongOption::OptionalValue: in setcell()
385 else if (t->type == GetLongOption::OptionalValue) { in usage()
401 else if (t->type == GetLongOption::OptionalValue) { in usage()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dprettyprinters.cpp16 llvm::Optional<int> OptionalValue(9); variable

12345678910>>...13