Searched refs:toValue (Results 1 – 10 of 10) sorted by relevance
178 friend inline optional<Value> toValue(const Convertible& v) { in toValue() function180 return v.vtable->toValue(v.storage); in toValue()219 optional<Value> (*toValue) (const Storage&); member283 return Traits::toValue(reinterpret_cast<const T&>(s)); in vtableForType()
18 optional<mbgl::Value> v = toValue(value); in getJSONType()
237 return toValue(values); in serializeLegacyFilter()
582 var toValue = inputTo.val();585 if (fromValue !== '' && toValue !== '') {586 newValue = fromValue + ',' + toValue;
85 static optional<Value> toValue(const JSValue* value) { in toValue() function in mbgl::style::conversion::ConversionTraits
51 optional<mbgl::Value> v = toValue(value); in parseValue()
124 const optional<mbgl::Value> labelValue = toValue(arrayMember(value, i)); in parse()
166 const optional<mbgl::Value> labelValue = toValue(arrayMember(value, i)); in parseInterpolate()
132 auto value = toValue(input); in parseInputValue()
107 static optional<Value> toValue(const QVariant& value) { in toValue() function in mbgl::style::conversion::ConversionTraits