Home
last modified time | relevance | path

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 Dcheck_subtype.cpp13 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 Dcoalesce.cpp77 return type::checkSubtype(*expectedType, arg->getType()); in parse()
H A Dmatch.cpp181 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 Darray_assertion.cpp16 if (checkSubtype(expected, actual)) { in evaluate()
H A Dassertion.cpp54 if (!type::checkSubtype(getType(), typeOf(*value))) { in evaluate()
H A Dparsing_context.cpp250 optional<std::string> err = type::checkSubtype(*expected, t); in checkType()
H A Dcompound_expression.cpp675 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 Dcheck_subtype.hpp12 optional<std::string> checkSubtype(const Type& expected, const Type& t);