Searched refs:getBoundExpression (Results 1 – 2 of 2) sorted by relevance
76 const std::shared_ptr<Expression>& getBoundExpression() const { return value; } in getBoundExpression() function in mbgl::style::expression::Var
37 return isConstant(*varExpression->getBoundExpression()); in isConstant()