Home
last modified time | relevance | path

Searched defs:nonnullParams (Results 1 – 2 of 2) sorted by relevance

/external/nullaway/jar-infer/jar-infer-lib/src/main/java/com/uber/nullaway/jarinfer/
DBytecodeAnnotator.java147 MethodParamAnnotations nonnullParams, in annotateBytecode()
203 MethodParamAnnotations nonnullParams, in annotateBytecodeInClass()
217 MethodParamAnnotations nonnullParams, in copyAndAnnotateJarEntry()
272 MethodParamAnnotations nonnullParams, in annotateBytecodeInJar()
313 MethodParamAnnotations nonnullParams, in annotateBytecodeInAar()
DDefinitelyDerefedParamsDriver.java85 private MethodParamAnnotations nonnullParams = new MethodParamAnnotations(); field in DefinitelyDerefedParamsDriver