Searched defs:resultKey (Results 1 – 2 of 2) sorted by relevance
34 private final EngineKey resultKey; field in DecodeJob48 public DecodeJob(EngineKey resultKey, int width, int height, DataFetcher<A> fetcher, in DecodeJob()56 DecodeJob(EngineKey resultKey, int width, int height, DataFetcher<A> fetcher, in DecodeJob()
282 final Key<Result> resultKey = Key.get(Result.class, UniqueAnnotations.create()); in toInternal() local