Home
last modified time | relevance | path

Searched refs:AidlAnnotatable (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/
Daidl_language.cpp259 AidlAnnotatable::AidlAnnotatable(const AidlLocation& location) : AidlNode(location) {} in AidlAnnotatable() function in AidlAnnotatable
261 bool AidlAnnotatable::IsNullable() const { in IsNullable()
265 bool AidlAnnotatable::IsUtf8InCpp() const { in IsUtf8InCpp()
269 bool AidlAnnotatable::IsVintfStability() const { in IsVintfStability()
273 bool AidlAnnotatable::IsImmutable() const { in IsImmutable()
277 const AidlAnnotation* AidlAnnotatable::UnsupportedAppUsage() const { in UnsupportedAppUsage()
281 const AidlAnnotation* AidlAnnotatable::JavaPassthrough() const { in JavaPassthrough()
285 const AidlTypeSpecifier* AidlAnnotatable::BackingType(const AidlTypenames& typenames) const { in BackingType()
306 bool AidlAnnotatable::IsStableApiParcelable(Options::Language lang) const { in IsStableApiParcelable()
311 bool AidlAnnotatable::IsHide() const { in IsHide()
[all …]
Dgenerate_java.h43 std::vector<std::string> generate_java_annotations(const AidlAnnotatable& a);
Daidl_language.h217 class AidlAnnotatable : public AidlNode {
219 AidlAnnotatable(const AidlLocation& location);
221 AidlAnnotatable(const AidlAnnotatable&) = default;
222 AidlAnnotatable(AidlAnnotatable&&) = default;
223 virtual ~AidlAnnotatable() = default;
257 class AidlTypeSpecifier final : public AidlAnnotatable,
646 class AidlDefinedType : public AidlAnnotatable {
Daidl_checkapi.cpp40 static set<AidlAnnotation> get_strict_annotations(const AidlAnnotatable& node) { in get_strict_annotations()
66 static bool have_compatible_annotations(const AidlAnnotatable& older, in have_compatible_annotations()
67 const AidlAnnotatable& newer) { in have_compatible_annotations()
Dgenerate_java.cpp401 std::vector<std::string> generate_java_annotations(const AidlAnnotatable& a) { in generate_java_annotations()