Home
last modified time | relevance | path

Searched refs:GetSupportedAnnotations (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Daidl_language.h249 virtual std::set<AidlAnnotation::Type> GetSupportedAnnotations() const = 0;
304 std::set<AidlAnnotation::Type> GetSupportedAnnotations() const override;
733 std::set<AidlAnnotation::Type> GetSupportedAnnotations() const override;
770 std::set<AidlAnnotation::Type> GetSupportedAnnotations() const override;
826 std::set<AidlAnnotation::Type> GetSupportedAnnotations() const override;
868 std::set<AidlAnnotation::Type> GetSupportedAnnotations() const override;
Daidl_language.cpp326 std::set<AidlAnnotation::Type> supported_annotations = GetSupportedAnnotations(); in CheckValid()
417 std::set<AidlAnnotation::Type> AidlTypeSpecifier::GetSupportedAnnotations() const { in GetSupportedAnnotations() function in AidlTypeSpecifier
782 std::set<AidlAnnotation::Type> AidlParcelable::GetSupportedAnnotations() const { in GetSupportedAnnotations() function in AidlParcelable
824 std::set<AidlAnnotation::Type> AidlStructuredParcelable::GetSupportedAnnotations() const { in GetSupportedAnnotations() function in AidlStructuredParcelable
1010 std::set<AidlAnnotation::Type> AidlEnumDeclaration::GetSupportedAnnotations() const { in GetSupportedAnnotations() function in AidlEnumDeclaration
1103 std::set<AidlAnnotation::Type> AidlInterface::GetSupportedAnnotations() const { in GetSupportedAnnotations() function in AidlInterface