Home
last modified time | relevance | path

Searched refs:TupleOfRefs (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-dbus-monitor/src/
H A Dtupleref.hpp16 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 Ddata_types.hpp50 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 Dpathgentest.cpp10 using PathMeta = TupleOfRefs<const std::string, const std::string>;
H A Dpropertygentest.cpp12 TupleOfRefs<const std::string, const std::string, const std::string>;