Home | History | Annotate | Download | only in ADT

Lines Matching full:getvalue

83   int getValue() const {
126 return c0.getValue() == c1.getValue();
131 return c0.getValue() != c1.getValue();
180 EXPECT_EQ(value, v[i].getValue());
338 EXPECT_EQ(i+1, this->theVector[i].getValue());
355 EXPECT_EQ(1, it->getValue());
359 EXPECT_EQ(2, it->getValue());
364 EXPECT_EQ(2, it->getValue());
367 EXPECT_EQ(1, it->getValue());
372 EXPECT_EQ(2, rit->getValue());
375 EXPECT_EQ(1, rit->getValue());
380 EXPECT_EQ(1, rit->getValue());
383 EXPECT_EQ(2, rit->getValue());
664 EXPECT_EQ(1, this->theVector[0].getValue());
665 EXPECT_EQ(2, this->theVector[1].getValue());
666 EXPECT_EQ(3, this->theVector[2].getValue());
667 EXPECT_EQ(4, this->theVector[3].getValue());