Searched defs:numAnnotations (Results 1 – 7 of 7) sorted by relevance
600 int numAnnotations = readUnsignedShort(runtimeVisibleAnnotationsOffset); in accept() local618 int numAnnotations = readUnsignedShort(runtimeInvisibleAnnotationsOffset); in accept() local636 int numAnnotations = readUnsignedShort(runtimeVisibleTypeAnnotationsOffset); in accept() local660 int numAnnotations = readUnsignedShort(runtimeInvisibleTypeAnnotationsOffset); in accept() local960 int numAnnotations = readUnsignedShort(runtimeVisibleAnnotationsOffset); in readRecordComponent() local978 int numAnnotations = readUnsignedShort(runtimeInvisibleAnnotationsOffset); in readRecordComponent() local996 int numAnnotations = readUnsignedShort(runtimeVisibleTypeAnnotationsOffset); in readRecordComponent() local1020 int numAnnotations = readUnsignedShort(runtimeInvisibleTypeAnnotationsOffset); in readRecordComponent() local1144 int numAnnotations = readUnsignedShort(runtimeVisibleAnnotationsOffset); in readField() local1162 int numAnnotations = readUnsignedShort(runtimeInvisibleAnnotationsOffset); in readField() local[all …]
407 int numAnnotations = 0; in putAnnotations() local536 int numAnnotations = 0; in putParameterAnnotations() local
32 public void numAnnotations(int num) throws IOException { in numAnnotations() method in TypeAnnotationsWriter
107 public void numAnnotations(int num) throws IOException { in numAnnotations() method in AnnotationsWriter
201 int numAnnotations = reader.u2(); in readAnnotations() local216 int numAnnotations = reader.u2(); in readParameterAnnotations() local
54 public int numAnnotations() { in numAnnotations() method in TypeAnnotationsAttribute
172 public int numAnnotations() { in numAnnotations() method in AnnotationsAttribute