Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djson_utils.cpp265 auto jsonIt = jsonCache.find(creatorID); in lookupComponentName() local
266 if (jsonIt != jsonCache.end()) in lookupComponentName()
268 jsonPtr = &(jsonIt->second); in lookupComponentName()