Searched defs:return5 (Results 1 – 3 of 3) sorted by relevance
23 public int return5(); in return5() method46 public int return5() { return 5; } in return5() method in Main.ItfImpl169 public int return5() { return -5; } in return5() method in Main.ItfImpl2
45 public void return5() throws Exception { in return5() method in DexBuilderTest
48 auto return5{cbuilder.CreateMethod("return5", Prototype{TypeDescriptor::Int()})}; in GenerateSimpleTestCases() local