Home
last modified time | relevance | path

Searched defs:convertedValue (Results 1 – 25 of 76) sorted by relevance

1234

/dports/math/vtk9/VTK-9.1.0/IO/Core/Testing/Cxx/
H A DTestNumberToString.cxx111 T convertedValue; in TestConvert() local
157 T convertedValue; in ConvertNumericLimitsValue() local
173 T convertedValue; in ConvertNumericLimitsValue() local
189 T convertedValue; in ConvertNumericLimitsValue() local
205 T convertedValue; in ConvertNumericLimitsValue() local
/dports/math/vtk8/VTK-8.2.0/IO/Core/Testing/Cxx/
H A DTestNumberToString.cxx111 T convertedValue; in TestConvert() local
157 T convertedValue; in ConvertNumericLimitsValue() local
173 T convertedValue; in ConvertNumericLimitsValue() local
189 T convertedValue; in ConvertNumericLimitsValue() local
205 T convertedValue; in ConvertNumericLimitsValue() local
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Dconfig_file.h119 std::string convertedValue = ArrayToString(array); in SetArrayProperty() local
142 std::vector<T> convertedValue = StringToArray<T>(readValue); in GetArrayProperty() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/src/org/eclipse/core/databinding/property/
H A DProperties.java189 public static <S, T> IValueProperty<S, T> convertedValue(Object valueType, in convertedValue() method in Properties
203 …public static <S, T> IValueProperty<S, T> convertedValue(Function<? super S, ? extends T> converte… in convertedValue() method in Properties
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/
H A DTypeConverterDelegate.java130 Object convertedValue = newValue; in convertIfNecessary() local
264 Object convertedValue = currentConvertedValue; in attemptToConvertStringToEnum() local
339 Object convertedValue = newValue; in doConvertValue() local
628 Object convertedValue = convertIfNecessary(keyedPropertyName, null, value, in convertToTypedMap() local
H A DPropertyValue.java54 private Object convertedValue; field in PropertyValue
H A DDirectFieldAccessor.java131 Object convertedValue = this.typeConverterDelegate.convertIfNecessary( in setPropertyValue() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/
H A DBindingProperties.java134 public static <S, T> IValueProperty<S, T> convertedValue(IConverter<S, T> converter) { in convertedValue() method in BindingProperties
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/factory/config/
H A DMapFactoryBean.java94 Object convertedValue = converter.convertIfNecessary(entry.getValue(), valueType); in createInstance() local
H A DPropertyResourceConfigurer.java104 String convertedValue = convertProperty(propertyName, propertyValue); in convertProperties() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/
H A DStringToDateValidator.java46 Date convertedValue = converter.convert(value); in validate() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/localisation/
H A DFormatter.h97 uint64_t convertedValue; in Add() local
/dports/lang/solidity/solidity_0.8.11/libsolidity/analysis/
H A DConstantEvaluator.cpp322 optional<TypedRational> convertedValue = convertType(*result, *resultType); in endVisit() local
368 optional<TypedRational> convertedValue = convertType(*value, *resultType); in endVisit() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/
H A DCustomValidationAttribute.cs306 private bool TryConvertValue(object value, out object convertedValue) in TryConvertValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ComponentModel.DataAnnotations/DataAnnotations/
H A DCustomValidationAttribute.cs274 private bool TryConvertValue(object value, out object convertedValue) { in TryConvertValue()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DSerializedStackHolder.cpp135 JS::RootedValue convertedValue(cx, JS::ObjectValue(*converted)); in ConvertSerializedStackToJSON() local
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DSerializedStackHolder.cpp139 JS::RootedValue convertedValue(cx, JS::ObjectValue(*converted)); in ConvertSerializedStackToJSON() local
/dports/www/firefox/firefox-99.0/dom/base/
H A DSerializedStackHolder.cpp139 JS::RootedValue convertedValue(cx, JS::ObjectValue(*converted)); in ConvertSerializedStackToJSON() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DSerializedStackHolder.cpp139 JS::RootedValue convertedValue(cx, JS::ObjectValue(*converted)); in ConvertSerializedStackToJSON() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/listmodeleditor/
H A Dlistmodeleditormodel.cpp66 double convertedValue = value.toDouble(&canConvert); in maybeConvertToNumber() local
88 const QVariant &convertedValue = maybeConvertToNumber(value); in setData() local
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/lib/plugins/signon-plugins-common/SignOn/
H A Dblobiohandler.cpp156 QVariantMap convertedValue = expandDBusArgumentValue(i.value(), success); in expandDBusArgumentValue() local
/dports/x11-toolkits/qt5-quicktimeline/kde-qtquicktimeline-5.15.2p3/src/imports/timeline/
H A Dqquickkeyframe.cpp420 QVariant convertedValue = value(); in evaluate() local
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Helpers/
H A DHtmlObjectPrinter.cs251 public override void VisitConvertedValue(object value, string convertedValue) in VisitConvertedValue()
H A DObjectVisitor.cs131 public virtual void VisitConvertedValue(object value, string convertedValue) in VisitConvertedValue()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DConvertUtils.cs394 …ol TryConvert(object initialValue, CultureInfo culture, Type targetType, out object convertedValue) in TryConvert()

1234