Home | History | Annotate | Download | only in src

Lines Matching defs:result2

196         long result2 = foo.wideGetBar0();
198 if (result1 == expected1 && result2 == expected2) {
204 "result2: " + result2 + " (expecting " + expected2 + ")");