Searched refs:AttributeName (Results 1 – 5 of 5) sorted by relevance
241 using AttributeName = std::string; typedef257 using BaseBIOSTable = std::map<AttributeName, BIOSTableObj>;259 using PendingAttributes = std::map<AttributeName, PendingObj>;
208 using AttributeName = std::string; typedef212 std::pair<AttributeName, std::tuple<AttributeType, AttributeValue>>>;
29 using AttributeName = std::string; typedef30 using AttributeMap = std::map<AttributeName, Attributes>;
35 void Manager::setAttribute(AttributeName attribute, AttributeValue value) in setAttribute()64 Manager::AttributeDetails Manager::getAttribute(AttributeName attribute) in getAttribute()
283 AttributeName attributeName{}; in checkAttributeValueTable()