Searched refs:otherMap (Results 1 – 2 of 2) sorted by relevance
270 TypeParam otherMap; in TYPED_TEST() local272 this->Map.swap(otherMap); in TYPED_TEST()275 EXPECT_EQ(1u, otherMap.size()); in TYPED_TEST()278 this->Map.swap(otherMap); in TYPED_TEST()279 EXPECT_EQ(0u, otherMap.size()); in TYPED_TEST()280 EXPECT_TRUE(otherMap.empty()); in TYPED_TEST()287 this->Map.swap(otherMap); in TYPED_TEST()290 EXPECT_EQ(100u, otherMap.size()); in TYPED_TEST()294 this->Map.swap(otherMap); in TYPED_TEST()295 EXPECT_EQ(0u, otherMap.size()); in TYPED_TEST()[all …]
264 TypeParam otherMap; in TYPED_TEST() local266 this->Map.swap(otherMap); in TYPED_TEST()269 EXPECT_EQ(1u, otherMap.size()); in TYPED_TEST()272 this->Map.swap(otherMap); in TYPED_TEST()273 EXPECT_EQ(0u, otherMap.size()); in TYPED_TEST()274 EXPECT_TRUE(otherMap.empty()); in TYPED_TEST()282 this->Map.swap(otherMap); in TYPED_TEST()285 EXPECT_EQ(100u, otherMap.size()); in TYPED_TEST()289 this->Map.swap(otherMap); in TYPED_TEST()290 EXPECT_EQ(0u, otherMap.size()); in TYPED_TEST()[all …]