Searched refs:constName (Results 1 – 8 of 8) sorted by relevance
386 private final String constName; field in ClassFile.AnnotationInfo.ElementValue.EnumConstValue388 public EnumConstValue(String typeName, String constName) { in EnumConstValue() argument390 this.constName = constName; in EnumConstValue()404 public String constName() { in constName() method in ClassFile.AnnotationInfo.ElementValue.EnumConstValue405 return constName; in constName()
341 String constName = constantPool.utf8(constNameIndex); in readElementValue() local342 return new EnumConstValue(typeName, constName); in readElementValue()
123 output.writeShort(pool.utf8(value.constName())); in writeEnumElementValue()
184 const ImmutableString constName(name); in createVariable()188 return new TVariable(symbolTable, constName, constType, in createVariable()189 constName.empty() ? SymbolType::Empty : SymbolType::UserDefined); in createVariable()
499 return RetentionPolicy.valueOf(enumVal.constName()); in bindRetention()525 target.add(TurbineElementType.valueOf(enumVal.constName())); in bindTargetElement()
195 new FieldSymbol(asClassSymbol(value.typeName()), value.constName())); in bindEnumValue()
142 assertThat(enumValue.constName()).isEqualTo("RUNTIME"); in annotationDeclaration()
986 string constName = MarkType::kEnumClass == token.fMarkType ? in checkTokens() local989 constName += "::" + member.fName; in checkTokens()990 def = root->find(constName, RootDefinition::AllowParens::kYes); in checkTokens()1007 SkDebugf("const missing from bmh: %s\n", constName.c_str()); in checkTokens()