Searched refs:getExpression (Results 1 – 5 of 5) sorted by relevance
57 } else if ((*expression).getExpression().getKind() == Kind::Literal) { in operator ()()59 static_cast<const Literal&>((*expression).getExpression()).getValue()); in operator ()()
50 } else if ((*expression).getExpression().getKind() == Kind::Literal) { in operator ()()52 static_cast<const Literal&>((*expression).getExpression()).getValue()); in operator ()()
44 const expression::Expression& getExpression() const { return *value; } in getExpression() function in mbgl::style::ColorRampPropertyValue
101 const expression::Expression& getExpression() const { return *expression; } in getExpression() function in mbgl::style::PropertyExpression
142 stringify(writer, fn.getExpression().serialize()); in stringify()