Home
last modified time | relevance | path

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

/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp79 auto pendingIter = pending.find(attribute); in getAttribute() local
80 if (pendingIter != pending.end()) in getAttribute()
82 std::get<2>(value) = std::get<1>(pendingIter->second); in getAttribute()