Home
last modified time | relevance | path

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

/aosp12/art/compiler/utils/
H A Dswap_space.cc57 auto insert_result = free_by_start_.insert(chunk); in InsertChunk() local
58 DCHECK(insert_result.second); in InsertChunk()
59 free_by_size_.emplace(chunk.size, insert_result.first); in InsertChunk()
/aosp12/frameworks/base/tools/aapt2/
H A DResourceParser.cpp1416 auto insert_result = items.insert(std::move(symbol)); in ParseAttrImpl() local
1417 if (!insert_result.second) { in ParseAttrImpl()
1418 const Attribute::Symbol& existing_symbol = *insert_result.first; in ParseAttrImpl()