Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/compile/
H A DIdAssigner.cpp198 if (!assign_result.second && assign_result.first->second != key) { in ReserveId()
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()
306 << assign_result.error()); in ReserveId()
332 auto assign_result = type->second.NextId(); in NextId() local
333 if (!assign_result.has_value()) { in NextId()
335 << assign_result.error()); in NextId()
[all …]