Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dattribute.cpp21 std::set<std::string> activeAttributes; in getActiveAttributes() local
38 activeAttributes.emplace(std::string(attributeName, 0, actualLength)); in getActiveAttributes()
41 return activeAttributes; in getActiveAttributes()
H A Dattribute.hpp234 std::set<std::string> activeAttributes = getActiveAttributes(id); in bindLocations() local
238 if (activeAttributes.count(name)) { in bindLocations()