Lines Matching refs:getValue
54 int getValue() const { return Value; } in getValue() function in __anon07952c110111::CtorTester
64 return Val.getValue() * 37u; in getHashValue()
89 typename T::mapped_type getValue(int i = 0) { in getValue() function in __anon07952c110111::DenseMapTest
136 this->Map[this->getKey()] = this->getValue(); in TYPED_TEST()
146 EXPECT_EQ(this->getValue(), it->second); in TYPED_TEST()
153 EXPECT_EQ(this->getValue(), this->Map.lookup(this->getKey())); in TYPED_TEST()
154 EXPECT_EQ(this->getValue(), this->Map[this->getKey()]); in TYPED_TEST()
159 this->Map[this->getKey()] = this->getValue(); in TYPED_TEST()
169 this->Map[this->getKey()] = this->getValue(); in TYPED_TEST()
179 this->Map[this->getKey()] = this->getValue(); in TYPED_TEST()
189 this->Map.insert(std::make_pair(this->getKey(), this->getValue())); in TYPED_TEST()
191 EXPECT_EQ(this->getValue(), this->Map[this->getKey()]); in TYPED_TEST()
196 this->Map[this->getKey()] = this->getValue(); in TYPED_TEST()
200 EXPECT_EQ(this->getValue(), copyMap[this->getKey()]); in TYPED_TEST()
206 this->Map[this->getKey(Key)] = this->getValue(Key); in TYPED_TEST()
211 EXPECT_EQ(this->getValue(Key), copyMap[this->getKey(Key)]); in TYPED_TEST()
224 this->Map[this->getKey(Key)] = this->getValue(Key); in TYPED_TEST()
233 this->Map[this->getKey()] = this->getValue(); in TYPED_TEST()
237 EXPECT_EQ(this->getValue(), copyMap[this->getKey()]); in TYPED_TEST()
242 EXPECT_EQ(this->getValue(), copyMap[this->getKey()]); in TYPED_TEST()
247 this->Map[this->getKey(Key)] = this->getValue(Key); in TYPED_TEST()
252 EXPECT_EQ(this->getValue(Key), copyMap[this->getKey(Key)]); in TYPED_TEST()
258 EXPECT_EQ(this->getValue(Key), copyMap[this->getKey(Key)]); in TYPED_TEST()
263 this->Map[this->getKey()] = this->getValue(); in TYPED_TEST()
270 EXPECT_EQ(this->getValue(), otherMap[this->getKey()]); in TYPED_TEST()
276 EXPECT_EQ(this->getValue(), this->Map[this->getKey()]); in TYPED_TEST()
280 this->Map[this->getKey(i)] = this->getValue(i); in TYPED_TEST()
287 EXPECT_EQ(this->getValue(i), otherMap[this->getKey(i)]); in TYPED_TEST()
294 EXPECT_EQ(this->getValue(i), this->Map[this->getKey(i)]); in TYPED_TEST()
307 this->Map[this->getKey(i)] = this->getValue(i); in TYPED_TEST()