Searched refs:TupleOfRefs (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-dbus-monitor/src/ |
H A D | tupleref.hpp | 16 using TupleOfRefs = std::tuple<std::reference_wrapper<T>...>; typedef 53 constexpr bool operator()(const TupleOfRefs<T...>& l, in operator ()() 54 const TupleOfRefs<U...>& r) const in operator ()() 58 return detail::TupleOfRefsLess<sizeof...(T), 0, TupleOfRefs<T...>, in operator ()() 59 TupleOfRefs<U...>>::compare(l, r); in operator ()()
|
H A D | data_types.hpp | 50 using TupleRefMap = std::map<TupleOfRefs<Keys...>, Value, TupleOfRefsLess>; 89 TupleRefMap<TupleOfRefs<const std::string, const std::string,
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | pathgentest.cpp | 10 using PathMeta = TupleOfRefs<const std::string, const std::string>;
|
H A D | propertygentest.cpp | 12 TupleOfRefs<const std::string, const std::string, const std::string>;
|