Searched defs:numAnnotations (Results 1 – 7 of 7) sorted by relevance
601 int numAnnotations = readUnsignedShort(runtimeVisibleAnnotationsOffset); in accept() local619 int numAnnotations = readUnsignedShort(runtimeInvisibleAnnotationsOffset); in accept() local637 int numAnnotations = readUnsignedShort(runtimeVisibleTypeAnnotationsOffset); in accept() local661 int numAnnotations = readUnsignedShort(runtimeInvisibleTypeAnnotationsOffset); in accept() local961 int numAnnotations = readUnsignedShort(runtimeVisibleAnnotationsOffset); in readRecordComponent() local979 int numAnnotations = readUnsignedShort(runtimeInvisibleAnnotationsOffset); in readRecordComponent() local997 int numAnnotations = readUnsignedShort(runtimeVisibleTypeAnnotationsOffset); in readRecordComponent() local1021 int numAnnotations = readUnsignedShort(runtimeInvisibleTypeAnnotationsOffset); in readRecordComponent() local1145 int numAnnotations = readUnsignedShort(runtimeVisibleAnnotationsOffset); in readField() local1163 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
216 int numAnnotations = reader.u2(); in readAnnotations() local233 int numAnnotations = reader.u2(); in readParameterAnnotations() local360 int numAnnotations = reader.u2(); in readTypeAnnotations() local
54 public int numAnnotations() { in numAnnotations() method in TypeAnnotationsAttribute
172 public int numAnnotations() { in numAnnotations() method in AnnotationsAttribute