Searched refs:OveriddenReturnValue (Results 1 – 3 of 3) sorted by relevance
5 Will force return of OveriddenReturnValue { id: 0 }6 result for (ID: 1) StandardTestObject { cnt: 1 } is OveriddenReturnValue { id: 0 }11 Will force return of OveriddenReturnValue { id: 1 }12 result for (ID: 3) SynchronizedFunctionTestObject { cnt: 1 } is OveriddenReturnValue { id: 1 }17 Will force return of OveriddenReturnValue { id: 2 }18 result for (ID: 5) SynchronizedTestObject { cnt: 1 } is OveriddenReturnValue { id: 2 }23 Will force return of OveriddenReturnValue { id: 3 }24 result for (ID: 7) StandardTestObject { cnt: 1 } is OveriddenReturnValue { id: 3 }29 Will force return of OveriddenReturnValue { id: 4 }30 result for (ID: 9) FieldBasedTestObject { TARGET_FIELD: 0 } is OveriddenReturnValue { id: 4 }[all …]
37 public static final class OveriddenReturnValue { class in Test196843 public OveriddenReturnValue(Thread thr) { in OveriddenReturnValue() method in Test1968.OveriddenReturnValue67 return new OveriddenReturnValue(thr); in getOveriddenReturnValue()