Searched refs:parcelable_size (Results 1 – 2 of 2) sorted by relevance
1038 auto parcelable_size = cpp::SizeOfDefinedType(*parcel, typenames); in GenerateParcelBody() local1039 AIDL_FATAL_IF(parcelable_size == std::nullopt, *parcel); in GenerateParcelBody()1041 << ">(), " << std::to_string(*parcelable_size) << ");\n"; in GenerateParcelBody()
1338 auto parcelable_size = cpp::SizeOfDefinedType(defined_type, types); in GenerateParcelClassDecl() local1339 AIDL_FATAL_IF(parcelable_size == std::nullopt, defined_type); in GenerateParcelClassDecl()1342 << ") == " << std::to_string(*parcelable_size) << ");\n"; in GenerateParcelClassDecl()