Home | History | Annotate | Download | only in mocking

Lines Matching defs:this

5  * you may not use this file except in compliance with the License.
26 this.fooInt(1);
27 this.fooByte((byte) 1);
28 this.fooShort((short) 1);
29 this.fooChar('a');
30 this.fooLong(1L);
31 this.fooFloat(1.0f);
32 this.fooDouble(1.0);
33 this.fooBoolean(true);
34 this.fooObject("hello");
35 this.fooVoid();