Searched refs:OffsetValueMap (Results 1 – 2 of 2) sorted by relevance
89 for (const auto& value : std::get<OffsetValueMap>(values)) in mapDbusToAssertion() 133 for (const auto& value : std::get<OffsetValueMap>(values)) in mapDbusToEventdata2() 232 const auto& iter = std::get<OffsetValueMap>(property.second).find(data); in eventdata() 233 if (iter == std::get<OffsetValueMap>(property.second).end()) in eventdata() 254 for (const auto& value : std::get<OffsetValueMap>(property.second)) in assertion() 340 for (const auto& value : std::get<OffsetValueMap>(property.second)) in assertion()
121 using OffsetValueMap = std::map<Offset, Values>; typedef123 using DbusPropertyValues = std::pair<PreReqOffsetValueMap, OffsetValueMap>;