Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dmisc_info.cc118 const std::unordered_set<int> used_indices) { in ResolveRollbackIndexConflicts() argument
124 while (Contains(used_indices, index)) { in ResolveRollbackIndexConflicts()
262 std::unordered_set<int> used_indices; in MergeMiscInfos() local
273 ResolveRollbackIndexConflicts(system_value, used_indices)); in MergeMiscInfos()
274 used_indices.insert(index); in MergeMiscInfos()