Home
last modified time | relevance | path

Searched defs:typeAnnotations (Results 1 – 8 of 8) sorted by relevance

/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java45 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile
64 ImmutableList<TypeAnnotationInfo> typeAnnotations, in ClassFile()
145 public ImmutableList<TypeAnnotationInfo> typeAnnotations() { in typeAnnotations() method in ClassFile
180 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile.FieldInfo
189 ImmutableList<TypeAnnotationInfo> typeAnnotations) { in FieldInfo()
230 public ImmutableList<TypeAnnotationInfo> typeAnnotations() { in typeAnnotations() method in ClassFile.FieldInfo
282 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile.MethodInfo
294 ImmutableList<TypeAnnotationInfo> typeAnnotations, in MethodInfo()
349 public ImmutableList<TypeAnnotationInfo> typeAnnotations() { in typeAnnotations() method in ClassFile.MethodInfo
988 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile.RecordInfo.RecordComponentInfo
[all …]
/external/nullaway/jar-infer/jar-infer-lib/src/main/java/com/uber/nullaway/jarinfer/
DStubxWriter.java38 Map<String, Set<String>> typeAnnotations, in write()
DDefinitelyDerefedParamsDriver.java424 Map<String, Set<String>> typeAnnotations = new HashMap<>(); in writeModel() local
/external/turbine/java/com/google/turbine/lower/
DLower.java298 ImmutableList<TypeAnnotationInfo> typeAnnotations = classTypeAnnotations(info); in lower() local
340 ImmutableList.Builder<TypeAnnotationInfo> typeAnnotations = ImmutableList.builder(); in lowerComponent() local
366 ImmutableList<TypeAnnotationInfo> typeAnnotations = methodTypeAnnotations(m); in lowerMethod() local
438 ImmutableList.Builder<TypeAnnotationInfo> typeAnnotations = ImmutableList.builder(); in lowerField() local
/external/turbine/java/com/google/turbine/binder/
DDisambiguateTypeAnnotations.java183 ImmutableList.Builder<AnnoInfo> typeAnnotations = ImmutableList.builder(); in disambiguate() local
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DJavaInputAstVisitor.java284 private static ImmutableSetMultimap<String, String> typeAnnotations() { in typeAnnotations() method in JavaInputAstVisitor
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueJava8Test.java125 List<? extends AnnotationMirror> typeAnnotations = t.getReturnType().getAnnotationMirrors(); in test() local
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoValueishProcessor.java585 List<? extends AnnotationMirror> typeAnnotations = elementType.getAnnotationMirrors(); in nullableAnnotationFor() local