Lines Matching full:attributetype
50 std::get<0>(attributeValue) = AttributeType::Integer; in setAttribute()
54 std::get<0>(attributeValue) = AttributeType::String; in setAttribute()
74 std::get<static_cast<uint8_t>(Index::attributeType)>(iter->second); in getAttribute()
226 auto attributeType = in pendingAttributes() local
227 std::get<static_cast<uint8_t>(Index::attributeType)>(iter->second); in pendingAttributes()
228 if (attributeType != std::get<0>(pair.second)) in pendingAttributes()
230 lg2::error("attributeType is not same with bios base table"); in pendingAttributes()
235 if (attributeType == AttributeType::Enumeration) in pendingAttributes()
255 if (attributeType == AttributeType::String) in pendingAttributes()
275 if (attributeType == AttributeType::Integer) in pendingAttributes()