Home
last modified time | relevance | path

Searched defs:expression (Results 1 – 25 of 104) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_base.hpp402 struct expression<tag, Arg1, void, void, void> struct
404 typedef mpl::int_<1> arity;
405 typedef typename arg_type<Arg1>::type left_type;
406 typedef typename left_type::result_type left_result_type;
407 typedef typename left_type::result_type result_type;
408 typedef tag tag_type;
410 explicit expression(const Arg1& a) : arg(a) {} in expression() argument
412 left_type left()const { return left_type(arg); } in left()
414 const Arg1& left_ref()const BOOST_NOEXCEPT { return arg; } in left_ref()
416 static const unsigned depth = left_type::depth + 1;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dis_constant.hpp8 namespace expression { namespace
11 bool isGlobalPropertyConstant(const Expression& expression, const T& properties) { in isGlobalPropertyConstant()
H A Dis_expression.hpp7 namespace expression { namespace
H A Dfind_zoom_curve.hpp12 namespace expression { namespace
H A Dget_covering_stops.hpp10 namespace expression { namespace
H A Dcheck_subtype.hpp9 namespace expression { namespace
H A Dassertion.hpp12 namespace expression { namespace
H A Dcollator.hpp11 namespace expression { namespace
H A Dlength.hpp12 namespace expression { namespace
H A Dcoercion.hpp11 namespace expression { namespace
H A Ddsl.hpp14 namespace expression { namespace
H A Dstep.hpp14 namespace expression { namespace
H A Dcollator_expression.hpp11 namespace expression { namespace
H A Dequals.hpp12 namespace expression { namespace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dis_constant.cpp7 namespace expression { namespace
11 bool isFeatureConstant(const Expression& expression) { in isFeatureConstant()
H A Dparsing_context.cpp32 namespace expression { namespace
34 bool isConstant(const Expression& expression) { in isConstant()
160 auto array = [&](std::unique_ptr<Expression> expression) { in parse()
H A Dutil.hpp8 namespace expression { namespace
H A Dis_expression.cpp11 namespace expression { namespace
H A Dget_covering_stops.cpp5 namespace expression { namespace
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dcan.json20 "expression": "bool(value & 0b00000100)", string
34 "expression": "value / 4", string
46 "expression": "value * 10", string
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/statement/
H A Dsequence.hpp20 namespace expression namespace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/
H A Dcolor_ramp_property_value.hpp23 ParseResult expression = ctx.parseLayerPropertyExpression(value); in operator ()() local
H A Dfunction.hpp20 …auto expression = convertFunctionToExpression(expression::valueTypeToExpressionType<T>(), value, e… in convertFunctionToExpression() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp183 optional<style::PropertyExpression<float>> expression; member in mbgl::ConstantSymbolSizeBinder
207 style::PropertyExpression<float> expression; member in mbgl::SourceFunctionSymbolSizeBinder
238 style::PropertyExpression<float> expression; member in mbgl::CompositeFunctionSymbolSizeBinder
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp173 style::PropertyExpression<T> expression; member in mbgl::SourceFunctionPaintPropertyBinder
238 style::PropertyExpression<T> expression; member in mbgl::CompositeFunctionPaintPropertyBinder
252 …[&] (const style::PropertyExpression<T>& expression) -> std::unique_ptr<PaintPropertyBinder<T, A>>… in create()

12345