Searched refs:new_bag (Results 1 – 1 of 1) sorted by relevance
614 util::unique_cptr<ResolvedBag> new_bag{reinterpret_cast<ResolvedBag*>( in GetBag() local616 ResolvedBag::Entry* new_entry = new_bag->entries; in GetBag()642 new_bag->type_spec_flags = entry.type_flags; in GetBag()643 new_bag->entry_count = static_cast<uint32_t>(entry_count); in GetBag()644 ResolvedBag* result = new_bag.get(); in GetBag()645 cached_bags_[resid] = std::move(new_bag); in GetBag()664 util::unique_cptr<ResolvedBag> new_bag{reinterpret_cast<ResolvedBag*>( in GetBag() local666 ResolvedBag::Entry* new_entry = new_bag->entries; in GetBag()745 const size_t actual_count = new_entry - new_bag->entries; in GetBag()747 new_bag.reset(reinterpret_cast<ResolvedBag*>(realloc( in GetBag()[all …]