Searched refs:attrVal (Results 1 – 1 of 1) sorted by relevance
59 std::tuple<std::string, BIOSAttrValueType, BIOSAttrValueType> attrVal; in readBIOSAttribute() local68 result.read(std::get<0>(attrVal), std::get<1>(attrVal), in readBIOSAttribute()69 std::get<2>(attrVal)); in readBIOSAttribute()77 return std::get<1>(attrVal); in readBIOSAttribute()