Home
last modified time | relevance | path

Searched refs:toValue (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dconversion.hpp178 friend inline optional<Value> toValue(const Convertible& v) { in toValue() function
180 return v.vtable->toValue(v.storage); in toValue()
219 optional<Value> (*toValue) (const Storage&); member
283 return Traits::toValue(reinterpret_cast<const T&>(s)); in vtableForType()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dget_json_type.cpp18 optional<mbgl::Value> v = toValue(value); in getJSONType()
H A Dfilter.cpp237 return toValue(values); in serializeLegacyFilter()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtable.js582 var toValue = inputTo.val();
585 if (fromValue !== '' && toValue !== '') {
586 newValue = fromValue + ',' + toValue;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Drapidjson_conversion.hpp85 static optional<Value> toValue(const JSValue* value) { in toValue() function in mbgl::style::conversion::ConversionTraits
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dliteral.cpp51 optional<mbgl::Value> v = toValue(value); in parseValue()
H A Dstep.cpp124 const optional<mbgl::Value> labelValue = toValue(arrayMember(value, i)); in parse()
H A Dinterpolate.cpp166 const optional<mbgl::Value> labelValue = toValue(arrayMember(value, i)); in parseInterpolate()
H A Dmatch.cpp132 auto value = toValue(input); in parseInputValue()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_conversion.hpp107 static optional<Value> toValue(const QVariant& value) { in toValue() function in mbgl::style::conversion::ConversionTraits