Home
last modified time | relevance | path

Searched refs:actualArray (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 Dcheck_subtype.cpp19 const auto& actualArray = t.get<Array>(); in checkSubtype() local
20 const auto err = checkSubtype(expectedArray.itemType, actualArray.itemType); in checkSubtype()
22 … if (expectedArray.N && expectedArray.N != actualArray.N) return { errorMessage(expected, t) }; in checkSubtype()