Searched refs:checkSubtype (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | check_subtype.cpp | 13 optional<std::string> checkSubtype(const Type& expected, const Type& t) { in checkSubtype() function 20 const auto err = checkSubtype(expectedArray.itemType, actualArray.itemType); in checkSubtype() 39 const auto err = checkSubtype(member, t); in checkSubtype()
|
| H A D | coalesce.cpp | 77 return type::checkSubtype(*expectedType, arg->getType()); in parse()
|
| H A D | match.cpp | 181 optional<std::string> err = type::checkSubtype(*inputType, *type); in parseInputValue() 305 …if ((*input)->getType() != type::Value && (err = type::checkSubtype(*inputType, (*input)->getType(… in parseMatch()
|
| H A D | array_assertion.cpp | 16 if (checkSubtype(expected, actual)) { in evaluate()
|
| H A D | assertion.cpp | 54 if (!type::checkSubtype(getType(), typeOf(*value))) { in evaluate()
|
| H A D | parsing_context.cpp | 250 optional<std::string> err = type::checkSubtype(*expected, t); in checkType()
|
| H A D | compound_expression.cpp | 675 optional<std::string> err = type::checkSubtype(params.at(i), arg->getType()); in createCompoundExpression() 684 optional<std::string> err = type::checkSubtype(paramType, arg->getType()); in createCompoundExpression()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | check_subtype.hpp | 12 optional<std::string> checkSubtype(const Type& expected, const Type& t);
|