Home
last modified time | relevance | path

Searched refs:groupedByOutput (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.cpp56 std::vector<std::pair<Expression*, std::vector<mbgl::Value>>> groupedByOutput; in serialize() local
61 outputLookup[entry.second.get()] = groupedByOutput.size(); in serialize()
62groupedByOutput.emplace_back(entry.second.get(), std::vector<mbgl::Value>{{entry.first}}); in serialize()
65 groupedByOutput[outputIndex->second].second.emplace_back(entry.first); in serialize()
69 for (auto& entry : groupedByOutput) { in serialize()