Searched defs:otherwise (Results 1 – 5 of 5) sorted by relevance
34 std::unique_ptr<Expression> otherwise; member in mbgl::style::expression::Case
41 std::unique_ptr<Expression> otherwise; member in mbgl::style::expression::Match
196 std::unique_ptr<Expression> otherwise, in create()297 auto otherwise = ctx.parse(arrayMember(value, length - 1), length - 1, outputType); in parseMatch() local
93 auto otherwise = ctx.parse(arrayMember(value, length - 1), length - 1, outputType); in parse() local
156 struct otherwise struct