Home
last modified time | relevance | path

Searched refs:groupLength (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 Dmatch.cpp258 auto groupLength = arrayLength(label); in parseMatch() local
259 if (groupLength == 0) { in parseMatch()
264 labels.reserve(groupLength); in parseMatch()
265 for (size_t j = 0; j < groupLength; j++) { in parseMatch()