reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/ADT/DenseMapTest.cpp
  136   this->Map[this->getKey()] = this->getValue();
  146   EXPECT_EQ(this->getValue(), it->second);
  153   EXPECT_EQ(this->getValue(), this->Map.lookup(this->getKey()));
  154   EXPECT_EQ(this->getValue(), this->Map[this->getKey()]);
  159   this->Map[this->getKey()] = this->getValue();
  169   this->Map[this->getKey()] = this->getValue();
  179   this->Map[this->getKey()] = this->getValue();
  189   this->Map.insert(std::make_pair(this->getKey(), this->getValue()));
  191   EXPECT_EQ(this->getValue(), this->Map[this->getKey()]);
  196   this->Map[this->getKey()] = this->getValue();
  200   EXPECT_EQ(this->getValue(), copyMap[this->getKey()]);
  206     this->Map[this->getKey(Key)] = this->getValue(Key);
  211     EXPECT_EQ(this->getValue(Key), copyMap[this->getKey(Key)]);
  224     this->Map[this->getKey(Key)] = this->getValue(Key);
  233   this->Map[this->getKey()] = this->getValue();
  237   EXPECT_EQ(this->getValue(), copyMap[this->getKey()]);
  242   EXPECT_EQ(this->getValue(), copyMap[this->getKey()]);
  247     this->Map[this->getKey(Key)] = this->getValue(Key);
  252     EXPECT_EQ(this->getValue(Key), copyMap[this->getKey(Key)]);
  258     EXPECT_EQ(this->getValue(Key), copyMap[this->getKey(Key)]);
  263   this->Map[this->getKey()] = this->getValue();
  270   EXPECT_EQ(this->getValue(), otherMap[this->getKey()]);
  276   EXPECT_EQ(this->getValue(), this->Map[this->getKey()]);
  280     this->Map[this->getKey(i)] = this->getValue(i);
  287     EXPECT_EQ(this->getValue(i), otherMap[this->getKey(i)]);
  294     EXPECT_EQ(this->getValue(i), this->Map[this->getKey(i)]);
  307     this->Map[this->getKey(i)] = this->getValue(i);