Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/compile/
H A DIdAssigner.cpp197 auto assign_result = pre_assigned_ids_.emplace(id, key); in ReserveId() local
198 if (!assign_result.second && assign_result.first->second != key) { in ReserveId()
249 auto assign_result = next_entry_id_.ReserveId(name, id.entry_id()); in ReserveId() local
250 if (!assign_result.has_value()) { in ReserveId()
252 error << "entry " << assign_result.error(); in ReserveId()
284 if (!assign_result.has_value()) { in ReserveId()
303 auto assign_result = type->second.ReserveId(name, id); in ReserveId() local
304 if (!assign_result.has_value()) { in ReserveId()
333 auto assign_result = type->second.NextId(); in NextId() local
334 if (!assign_result.has_value()) { in NextId()
[all …]