Home
last modified time | relevance | path

Searched refs:RefKeyMap (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-dbus-monitor/src/
H A Dpropertywatchimpl.hpp21 RefKeyMap<const std::string,
22 RefKeyMap<const std::string, RefVector<const std::string>>>;
H A Ddata_types.hpp46 using RefKeyMap = std::map<std::reference_wrapper<Key>, Value, std::less<Key>>; typedef