Searched refs:ISBlockOwnerList (Results 1 – 3 of 3) sorted by relevance
222 IndirectStubsOwners[Id] = ISBlockOwnerList(); in handleCreateIndirectStubsOwner()436 using ISBlockOwnerList = std::vector<typename TargetT::IndirectStubsInfo>; variable437 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;
237 IndirectStubsOwners[Id] = ISBlockOwnerList(); in handleCreateIndirectStubsOwner()450 using ISBlockOwnerList = std::vector<LocalIndirectStubsInfo<TargetT>>; variable451 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;
240 IndirectStubsOwners[Id] = ISBlockOwnerList(); in handleCreateIndirectStubsOwner()439 typedef std::vector<typename TargetT::IndirectStubsInfo> ISBlockOwnerList; typedef440 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;