Searched refs:otherMap (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp270 TypeParam otherMap; local
272 this->Map.swap(otherMap);
275 EXPECT_EQ(1u, otherMap.size());
276 EXPECT_EQ(this->getValue(), otherMap[this->getKey()]);
278 this->Map.swap(otherMap);
279 EXPECT_EQ(0u, otherMap.size());
280 EXPECT_TRUE(otherMap.empty());
287 this->Map.swap(otherMap);
290 EXPECT_EQ(100u, otherMap.size());
292 EXPECT_EQ(this->getValue(i), otherMap[thi
[all...]

Completed in 88 milliseconds