Lines Matching refs:mapIndex1
146 const auto& mapIndex1 = map.find(kTestPid1); in addResource() local
147 EXPECT_TRUE(mapIndex1 != map.end()); in addResource()
148 const ResourceInfos &infos1 = mapIndex1->second; in addResource()
176 const auto& mapIndex1 = map.find(kTestPid1); in testCombineResourceWithNegativeValues() local
177 EXPECT_TRUE(mapIndex1 != map.end()); in testCombineResourceWithNegativeValues()
178 const ResourceInfos &infos1 = mapIndex1->second; in testCombineResourceWithNegativeValues()
252 const auto& mapIndex1 = map.find(kTestPid1); in testCombineResource() local
253 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
298 EXPECT_TRUE(mapIndex1 != map.end()); in testRemoveResource()
299 const ResourceInfos &infos1 = mapIndex1->second; in testRemoveResource()