Home
last modified time | relevance | path

Searched refs:GetDefaultValue (Results 1 – 25 of 1803) sorted by relevance

12345678910>>...73

/dports/graphics/photivo/photivo/Sources/filters/imagespot/
H A DptRepairSpot.cpp33 Settings->GetDefaultValue("RepairAlgorithm").toInt()), in ptRepairSpot()
34 FAngle (Settings->GetDefaultValue("RepairAngle").toFloat()), in ptRepairSpot()
35 FEdgeRadius (Settings->GetDefaultValue("RepairEdgeRadius").toUInt()), in ptRepairSpot()
36 FEdgeSoftness (Settings->GetDefaultValue("RepairEdgeSoftness").toFloat()), in ptRepairSpot()
38 FOpacity (Settings->GetDefaultValue("RepairOpacity").toFloat()), in ptRepairSpot()
39 FRadiusSync (Settings->GetDefaultValue("RepairRadiusSync").toBool()), in ptRepairSpot()
40 FRadiusX (Settings->GetDefaultValue("RepairRadiusX").toInt()), in ptRepairSpot()
41 FRadiusY (Settings->GetDefaultValue("RepairRadiusY").toInt()), in ptRepairSpot()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp46 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()
47 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()
67 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()
78 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue()
120 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
121 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp44 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()
45 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()
65 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()
76 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue()
118 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
119 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp46 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()
47 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()
67 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()
78 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue()
120 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
121 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp46 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()
47 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()
67 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()
78 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue()
120 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
121 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp44 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()
45 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()
65 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()
76 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue()
118 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
119 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp44 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()
45 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()
65 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()
76 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue()
118 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
119 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp44 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()
45 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()
65 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()
76 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue()
118 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
119 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp46 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()
47 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()
67 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()
78 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue()
120 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
121 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp46 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()
47 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()
67 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()
78 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue()
120 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
121 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp44 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()
45 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()
65 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()
76 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue()
118 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
119 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/content_settings/core/browser/
H A Dcontent_settings_default_provider.cc45 ContentSetting GetDefaultValue(const WebsiteSettingsInfo* info) { in GetDefaultValue() function
55 ContentSetting GetDefaultValue(ContentSettingsType type) { in GetDefaultValue() function
56 return GetDefaultValue(WebsiteSettingsRegistry::GetInstance()->Get(type)); in GetDefaultValue()
100 GetDefaultValue(info), in RegisterProfilePrefs()
303 ValueToContentSetting(value) == GetDefaultValue(content_type); in IsValueEmptyOrDefault()
314 : ContentSettingToValue(GetDefaultValue(content_type)); in ChangeSetting()
324 int int_value = GetDefaultValue(content_type); in WriteToPref()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/content_settings/core/browser/
H A Dcontent_settings_default_provider.cc59 ContentSetting GetDefaultValue(const WebsiteSettingsInfo* info) { in GetDefaultValue() function
69 ContentSetting GetDefaultValue(ContentSettingsType type) { in GetDefaultValue() function
70 return GetDefaultValue(WebsiteSettingsRegistry::GetInstance()->Get(type)); in GetDefaultValue()
115 GetDefaultValue(info), in RegisterProfilePrefs()
321 ValueToContentSetting(value) == GetDefaultValue(content_type); in IsValueEmptyOrDefault()
332 : ContentSettingToValue(GetDefaultValue(content_type)); in ChangeSetting()
342 int int_value = GetDefaultValue(content_type); in WriteToPref()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/EcmaFormat/
H A DDefaultValueProcessing.cs23 … defaultValue = ConstantValueAsObject(field.GetDefaultValue(), reader, fieldInfo.FieldType, raw); in GetDefaultValueIfAny()
36 …defaultValue = ConstantValueAsObject(parameter.GetDefaultValue(), reader, parameterInfo.ParameterT… in GetDefaultValueIfAny()
49 …defaultValue = ConstantValueAsObject(property.GetDefaultValue(), reader, propertyInfo.PropertyType… in GetDefaultValueIfAny()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Test/
H A DTypeHelpersTest.cs136 object defaultValue = TypeHelpers.GetDefaultValue(typeof(int?)); in GetDefaultValue_NullableValueType()
146 object defaultValue = TypeHelpers.GetDefaultValue(typeof(object)); in GetDefaultValue_ReferenceType()
156 object defaultValue = TypeHelpers.GetDefaultValue(typeof(int)); in GetDefaultValue_ValueType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h50 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function
52 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h50 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function
52 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h50 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function
52 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h50 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function
52 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h50 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function
52 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h54 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function
56 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h54 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function
56 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h54 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function
56 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h54 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function
56 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h54 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function
56 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function

12345678910>>...73