Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dlog_device_inventory.cpp23 const std::string* foundValue = find->get_ptr<const std::string*>(); in setStringIfFound() local
24 if (foundValue != nullptr) in setStringIfFound()
26 value = *foundValue; in setStringIfFound()