class AidlParcelable

Defined at line 1077 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h

Public Methods

void AidlParcelable (const AidlLocation & location, const std::string & name, const std::string & package, const Comments & comments, const AidlUnstructuredHeaders & headers, std::vector<std::string> * type_params, std::vector<std::unique_ptr<AidlMember>> * members)
void ~AidlParcelable ()

Defined at line 1083 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h

void AidlParcelable (const AidlParcelable & )

non-copyable, non-movable

Defined at line 1086 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h

void AidlParcelable (AidlParcelable && )

Defined at line 1087 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h

bool CheckValid (const AidlTypenames & typenames)
AidlParcelable & operator= (const AidlParcelable & )

Defined at line 1088 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h

AidlParcelable & operator= (AidlParcelable && )

Defined at line 1089 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h

std::string GetCppHeader ()

Defined at line 1091 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h

std::string GetNdkHeader ()

Defined at line 1092 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h

std::string GetRustType ()

Defined at line 1093 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h

const AidlParcelable * AsParcelable ()

Defined at line 1096 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h

const AidlParameterizable<std::string> * AsParameterizable ()

Defined at line 1097 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h

const AidlNode & AsAidlNode ()

Defined at line 1098 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h

std::string GetPreprocessDeclarationName ()

Defined at line 1099 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h

void DispatchVisit (AidlVisitor & v)

Defined at line 1101 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h