Searched refs:activeAttributes (Results 1 – 2 of 2) sorted by relevance
21 std::set<std::string> activeAttributes; in getActiveAttributes() local38 activeAttributes.emplace(std::string(attributeName, 0, actualLength)); in getActiveAttributes()41 return activeAttributes; in getActiveAttributes()
234 std::set<std::string> activeAttributes = getActiveAttributes(id); in bindLocations() local238 if (activeAttributes.count(name)) { in bindLocations()