Searched refs:AsUnstructuredParcelable (Results 1 – 3 of 3) sorted by relevance
179 if (defined_type.AsUnstructuredParcelable() != nullptr && in write_dep_file()580 AidlParcelable* unstructuredParcelable = defined_type->AsUnstructuredParcelable(); in load_and_validate_aidl()694 if (options.IsStructured() && type.AsUnstructuredParcelable() != nullptr && in load_and_validate_aidl()695 !type.AsUnstructuredParcelable()->IsStableApiParcelable(options.TargetLanguage())) { in load_and_validate_aidl()793 if (defined_type->AsUnstructuredParcelable() != nullptr) { in compile_aidl()
699 const AidlParcelable* AsUnstructuredParcelable() const { in AsUnstructuredParcelable() function703 AidlParcelable* AsUnstructuredParcelable() { in AsUnstructuredParcelable() function705 const_cast<const AidlDefinedType*>(this)->AsUnstructuredParcelable()); in AsUnstructuredParcelable()
929 const AidlParcelable* unstructured_parcelable = this->AsUnstructuredParcelable(); in LanguageSpecificCheckValid()