Searched refs:new_bag (Results 1 – 1 of 1) sorted by relevance
819 util::unique_cptr<ResolvedBag> new_bag{reinterpret_cast<ResolvedBag*>( in GetBag() local821 ResolvedBag::Entry* new_entry = new_bag->entries; in GetBag()848 new_bag->type_spec_flags = entry.type_flags; in GetBag()849 new_bag->entry_count = static_cast<uint32_t>(entry_count); in GetBag()850 ResolvedBag* result = new_bag.get(); in GetBag()851 cached_bags_[resid] = std::move(new_bag); in GetBag()870 util::unique_cptr<ResolvedBag> new_bag{reinterpret_cast<ResolvedBag*>( in GetBag() local872 ResolvedBag::Entry* new_entry = new_bag->entries; in GetBag()953 const size_t actual_count = new_entry - new_bag->entries; in GetBag()955 new_bag.reset(reinterpret_cast<ResolvedBag*>(realloc( in GetBag()[all …]