Searched refs:ItInserted (Results 1 – 2 of 2) sorted by relevance
454 auto ItInserted = CachedControlDivDescs.emplace(&Term, std::move(DivDesc)); in getJoinBlocks() local455 assert(ItInserted.second); in getJoinBlocks()456 return *ItInserted.first->second; in getJoinBlocks()
362 auto ItInserted = Sections.try_emplace(Name, std::move(Section)); in recordSection() local363 if (!ItInserted.second) in recordSection()