Searched refs:getBar (Results 1 – 8 of 8) sorted by relevance
23 Bar getBar();126 …while (getFoo() == getBar()); // expected-warning {{comparison of two values with different enume… in test()127 …while (getFoo() != getBar()); // expected-warning {{comparison of two values with different enume… in test()128 …while (getFoo() >= getBar()); // expected-warning {{comparison of two values with different enume… in test()129 …while (getFoo() <= getBar()); // expected-warning {{comparison of two values with different enume… in test()130 …while (getFoo() > getBar()); // expected-warning {{comparison of two values with different enumer… in test()131 …while (getFoo() < getBar()); // expected-warning {{comparison of two values with different enumer… in test()133 …while (FooB == getBar()); // expected-warning {{comparison of two values with different enumerati… in test()134 …while (FooB != getBar()); // expected-warning {{comparison of two values with different enumerati… in test()135 …while (FooB >= getBar()); // expected-warning {{comparison of two values with different enumerati… in test()[all …]
43 public Long getBar() { in getBar() method in LongTest.Foo63 assertEquals(new Long(42L), foo2.getBar()); in testLongRepresenter()71 assertEquals(new Long(42L), foo2.getBar()); in testLongConstructor()
50 assertSame(tmpInstance.getBar(), tmpInstance.getFoo()); in testDict()51 assertSame(tmpInstance.getBar(), value2); in testDict()126 assertSame(tmpInstance.getBar(), tmpInstance.getFoo()); in testSet()127 assertSame(tmpInstance.getBar(), value2); in testSet()
38 public Object getBar() { in getBar() method in AnInstance
26 root.getFoo().getBar(); in someMethod()35 Bar getBar(); in getBar() method
43 assertEquals(new Long(42L), foo2.getBar()); in testLong()49 public Long getBar() { in getBar() method in TagsTest.Foo
90 assertSame(foo.bar, foo.bar.getTee().getBar()); in testInjection()183 Bar getBar();200 public Bar getBar() {
29 public ArrayList<Object> getBar() { in getBar() method in NullValueDumperTest.Foo