Searched refs:AnnotationField (Results 1 – 4 of 4) sorted by relevance
349 uint32_t Method::GetNumericalAnnotation(AnnotationField fieldId) const in GetNumericalAnnotation()355 panda_file::File::StringData Method::GetStringDataAnnotation(AnnotationField fieldId) const in GetStringDataAnnotation()357 …ASSERT(fieldId >= AnnotationField::STRING_DATA_BEGIN && fieldId <= AnnotationField::STRING_DATA_EN… in GetStringDataAnnotation()
82 using AnnotationField = panda_file::MethodDataAccessor::AnnotationField; variable463 uint32_t GetNumericalAnnotation(AnnotationField fieldId) const;464 panda_file::File::StringData GetStringDataAnnotation(AnnotationField fieldId) const;
28 enum AnnotationField : uint32_t { enum
378 …set = const_cast<MethodDataAccessor *>(this)->GetNumericalAnnotation(AnnotationField::FUNCTION_NAM… in GetFullName()