Home
last modified time | relevance | path

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

/mipi-sys-t-latest/printer/src/
Dmipi_syst_decode.cpp106 auto cache_hit(collateral_by_guid.find(g)); in setBuildNumber()
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()
554 if (cache_hit != collateral_by_guid.end()) { in findCollateral()
573 collateral_by_guid[g] = *match; in findCollateral()
/mipi-sys-t-latest/printer/include/
Dmipi_syst_decode.h177 mutable std::map<guid, collateral*> collateral_by_guid; variable