Home
last modified time | relevance | path

Searched refs:isComparableType (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dequals.cpp8 static bool isComparableType(const type::Type& type) { in isComparableType() function
21 assert(isComparableType(lhs->getType()) || isComparableType(rhs->getType())); in Equals()
87 if (!isComparableType(lhsType) && !isComparableType(rhsType)) { in parse()