Home
last modified time | relevance | path

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

/mipi-sys-t-3.7.0/printer/src/
Dmipi_syst_decode.cpp106 auto cache_hit(collateral_by_guid.find(g)); in setBuildNumber() local
107 if (cache_hit != collateral_by_guid.end()) { in setBuildNumber()
108 collateral_by_guid.erase(cache_hit); in setBuildNumber()
553 auto cache_hit(collateral_by_guid.find(g)); in findCollateral() local
554 if (cache_hit != collateral_by_guid.end()) { in findCollateral()
555 return cache_hit->second; in findCollateral()