Home
last modified time | relevance | path

Searched refs:AlignmentOf (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/
Daidl_to_cpp_common.cpp500 std::optional<size_t> AlignmentOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in AlignmentOf() function
528 auto field_alignment = cpp::AlignmentOf(variable->GetType(), typenames); in AlignmentOfDefinedType()
603 auto alignment = cpp::AlignmentOf(var_type, typenames); in SizeOfDefinedType()
670 auto alignment = AlignmentOf(f->GetType(), typenames); in PrivateFields()
Daidl_to_cpp_common.h50 std::optional<size_t> AlignmentOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames);
Dgenerate_rust.cpp995 auto alignment = cpp::AlignmentOf(var_type, typenames); in GenerateParcelBody()
1015 auto alignment = cpp::AlignmentOf(var_type, typenames); in GenerateParcelBody()
1071 auto alignment = cpp::AlignmentOf(var_type, typenames); in GenerateParcelDefault()
1404 auto alignment = cpp::AlignmentOf(aidl_backing_type, typenames); in GenerateRustEnumDeclaration()
Dgenerate_ndk.cpp1269 auto alignment = cpp::AlignmentOf(type, types); in GenerateParcelClassDecl()
1316 auto alignment = cpp::AlignmentOf(var_type, types); in GenerateParcelClassDecl()