Home
last modified time | relevance | path

Searched refs:expectedArray (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.cpp17 [&] (const Array& expectedArray) -> optional<std::string> { in checkSubtype() argument
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()