Lines Matching refs:AidlAnnotatable

259 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()
315 bool AidlAnnotatable::IsJavaDebug() const { in IsJavaDebug()
319 void AidlAnnotatable::DumpAnnotations(CodeWriter* writer) const { in DumpAnnotations()
322 writer->Write("%s\n", AidlAnnotatable::ToString().c_str()); in DumpAnnotations()
325 bool AidlAnnotatable::CheckValid(const AidlTypenames&) const { in CheckValid()
349 string AidlAnnotatable::ToString() const { in ToString()
362 : AidlAnnotatable(location), in AidlTypeSpecifier()
400 string annotations = AidlAnnotatable::ToString(); in Signature()
426 if (!AidlAnnotatable::CheckValid(typenames)) { in CheckValid()
712 : AidlAnnotatable(location), in AidlDefinedType()
720 if (!AidlAnnotatable::CheckValid(typenames)) { in CheckValid()