Lines Matching refs:value
34 void Manager::setAttribute(AttributeName attribute, AttributeValue value) in setAttribute() argument
41 std::get<1>(iter->second) = value; in setAttribute()
47 if (std::get_if<int64_t>(&value)) in setAttribute()
56 std::get<1>(attributeValue) = value; in setAttribute()
65 Manager::AttributeDetails value; in getAttribute() local
72 std::get<0>(value) = in getAttribute()
74 std::get<1>(value) = in getAttribute()
81 std::get<2>(value) = std::get<1>(pendingIter->second); in getAttribute()
83 else if (std::get_if<std::string>(&std::get<1>(value))) in getAttribute()
85 std::get<2>(value) = std::string(); in getAttribute()
93 return value; in getAttribute()
96 Manager::BaseTable Manager::baseBIOSTable(BaseTable value) in baseBIOSTable() argument
99 auto baseTable = Base::baseBIOSTable(value, false); in baseBIOSTable()
203 Manager::PendingAttributes Manager::pendingAttributes(PendingAttributes value) in pendingAttributes() argument
206 if (value.empty()) in pendingAttributes()
215 for (const auto& pair : value) in pendingAttributes()
296 for (const auto& pair : value) in pendingAttributes()