Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dinplace_generator.h203 const std::map<uint64_t, uint64_t>& the_map);
Dinplace_generator.cc732 const map<uint64_t, uint64_t>& the_map) { in ApplyMap() argument
734 const auto& map_it = the_map.find(elem); in ApplyMap()
735 if (map_it != the_map.end()) in ApplyMap()