Searched refs:new_bag (Results 1 – 1 of 1) sorted by relevance
492 util::unique_cptr<ResolvedBag> new_bag{reinterpret_cast<ResolvedBag*>( in GetBag() local494 ResolvedBag::Entry* new_entry = new_bag->entries; in GetBag()512 new_bag->type_spec_flags = flags; in GetBag()513 new_bag->entry_count = static_cast<uint32_t>(entry_count); in GetBag()514 ResolvedBag* result = new_bag.get(); in GetBag()515 cached_bags_[resid] = std::move(new_bag); in GetBag()536 ResolvedBag* new_bag = reinterpret_cast<ResolvedBag*>( in GetBag() local538 ResolvedBag::Entry* new_entry = new_bag->entries; in GetBag()602 const size_t actual_count = new_entry - new_bag->entries; in GetBag()604 new_bag = reinterpret_cast<ResolvedBag*>( in GetBag()[all …]