Searched refs:mapIndex1 (Results 1 – 1 of 1) sorted by relevance
146 const auto& mapIndex1 = map.find(kTestPid1); in addResource() local147 EXPECT_TRUE(mapIndex1 != map.end()); in addResource()148 const ResourceInfos &infos1 = mapIndex1->second; in addResource()176 const auto& mapIndex1 = map.find(kTestPid1); in testCombineResourceWithNegativeValues() local177 EXPECT_TRUE(mapIndex1 != map.end()); in testCombineResourceWithNegativeValues()178 const ResourceInfos &infos1 = mapIndex1->second; in testCombineResourceWithNegativeValues()252 const auto& mapIndex1 = map.find(kTestPid1); in testCombineResource() local253 EXPECT_TRUE(mapIndex1 != map.end()); in testCombineResource()254 const ResourceInfos &infos1 = mapIndex1->second; in testCombineResource()297 const auto& mapIndex1 = map.find(kTestPid1); in testRemoveResource() local[all …]