Home
last modified time | relevance | path

Searched refs:valueIndex (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-dbus-monitor/src/
H A Dcount.hpp67 if (!std::get<valueIndex>(storage.get()).has_value()) in operator ()()
72 std::any_cast<T>(std::get<valueIndex>(storage.get())); in operator ()()
H A Dmedian.hpp61 if (!std::get<valueIndex>(storage.get()).has_value()) in operator ()()
66 std::any_cast<T>(std::get<valueIndex>(storage.get()))); in operator ()()
H A Dpropertywatchimpl.hpp177 std::get<valueIndex>(storage.get()).reset(); in propertiesChanged()
183 std::get<valueIndex>(storage.get()) = value; in propertiesChanged()
H A Djournal.cpp33 const auto& value = std::get<valueIndex>(storage.get()); in operator ()()
H A Devent.hpp50 const auto& value = std::get<valueIndex>(storage.get()); in operator ()()
H A Ddata_types.hpp35 constexpr auto valueIndex = 0; variable
H A Delog.hpp199 std::any_cast<propertyType>(std::get<valueIndex>(storage))); in captureMetadata()
/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertywatchtest.cpp303 checkState(std::get<valueIndex>(s), ndx); in testStart()