Searched refs:found_resids (Results 1 – 1 of 1) sorted by relevance
1103 std::vector<uint32_t> found_resids; in GetBagResIdStack() local1104 GetBag(resid, found_resids); in GetBagResIdStack()1105 cached_bag_resid_stacks_.emplace(resid, found_resids); in GetBagResIdStack()1106 return found_resids; in GetBagResIdStack()1123 std::vector<uint32_t> found_resids; in GetBag() local1124 const auto bag = GetBag(resid, found_resids); in GetBag()1125 cached_bag_resid_stacks_.emplace(resid, std::move(found_resids)); in GetBag()