Searched refs:AlignmentOf (Results 1 – 4 of 4) sorted by relevance
/system/tools/aidl/ |
D | aidl_to_cpp_common.cpp | 500 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()
|
D | aidl_to_cpp_common.h | 50 std::optional<size_t> AlignmentOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames);
|
D | generate_rust.cpp | 995 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()
|
D | generate_ndk.cpp | 1269 auto alignment = cpp::AlignmentOf(type, types); in GenerateParcelClassDecl() 1316 auto alignment = cpp::AlignmentOf(var_type, types); in GenerateParcelClassDecl()
|