Home
last modified time | relevance | path

Searched defs:u1tag (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/annotation/
DConstantElementValue.java33 public final int u1tag; field in ConstantElementValue
40 public ConstantElementValue(int u1tag) in ConstantElementValue()
49 public ConstantElementValue(int u1tag, in ConstantElementValue()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java748 int u1tag = dataInput.readUnsignedByte(); in createConstant() local
804 int u1tag = dataInput.readUnsignedByte(); in createStackMapFrame() local
819 int u1tag = dataInput.readUnsignedByte(); in createVerificationType() local
840 int u1tag = dataInput.readUnsignedByte(); in createElementValue() local
DLibraryClassReader.java324 int u1tag = dataInput.readUnsignedByte(); in createConstant() local