Home | History | Annotate | Download | only in tests

Lines Matching defs:getValue

18   int getValue() const {
31 return left.getValue() > right.getValue();
37 return left.getValue() > right.getValue();
171 return left.getValue() > right.getValue();
180 EXPECT_EQ(0, q.top().getValue());
184 EXPECT_EQ(1, q.top().getValue());
188 EXPECT_EQ(2, q.top().getValue());
202 EXPECT_EQ(0, q.top().getValue());
206 EXPECT_EQ(1, q.top().getValue());
210 EXPECT_EQ(2, q.top().getValue());
222 EXPECT_EQ(0, q.top().getValue());
226 EXPECT_EQ(1, q.top().getValue());
230 EXPECT_EQ(2, q.top().getValue());