Searched refs:annotationCount (Results 1 – 1 of 1) sorted by relevance
87 skipAnnotations(buf, fieldMetadata.annotationCount); in getProtoBytes()97 skipAnnotations(buf, fieldMetadata.annotationCount); in getProtoBytes()170 private static void skipAnnotations(ByteBuffer buf, int annotationCount) { in skipAnnotations() argument171 for (int i = 1; i <= annotationCount; i++) { in skipAnnotations()187 fieldMetadata.annotationCount = (byte) (fieldMetadata.typeId >> 4); in parseFieldMetadata()195 byte annotationCount; field in StatsEventTestUtils.FieldMetadata