Searched refs:getErrors (Results 1 – 2 of 2) sorted by relevance
69 const std::vector<ParsingError>& getErrors() const { return *errors; } in getErrors() function in mbgl::style::expression::ParsingContext
691 if (signatureContext.getErrors().size() == 0) { in createCompoundExpression()