Searched refs:SerializeTableToPb (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoSerialize.h | 77 void SerializeTableToPb(const ResourceTable& table, pb::ResourceTable* out_table,
|
D | ProtoSerialize_test.cpp | 75 SerializeTableToPb(*table, &pb_table, context->GetDiagnostics()); in TEST() 176 SerializeTableToPb(*table, &pb_table, context->GetDiagnostics()); in TEST() 404 SerializeTableToPb(*table, &pb_table, context->GetDiagnostics()); in TEST() 637 SerializeTableToPb(*table, &pb_table, context->GetDiagnostics()); in TEST() 772 SerializeTableToPb(*table, &pb_table, context->GetDiagnostics(), options); in TEST() 857 SerializeTableToPb(*table, &pb_table, context->GetDiagnostics(), options); in TEST() 924 SerializeTableToPb(*table, &pb_table, context->GetDiagnostics()); in TEST() 950 SerializeTableToPb(*table, &pb_table, context->GetDiagnostics()); in TEST() 992 SerializeTableToPb(*table, &pb_table, context->GetDiagnostics()); in TEST() 1043 SerializeTableToPb(*table, &pb_table, context->GetDiagnostics()); in TEST()
|
D | ProtoSerialize.cpp | 346 void SerializeTableToPb(const ResourceTable& table, pb::ResourceTable* out_table, in SerializeTableToPb() function
|
/frameworks/base/tools/aapt2/cmd/ |
D | ApkInfo.cpp | 45 SerializeTableToPb(*apk->GetResourceTable(), out_apk_info->mutable_resource_table(), diag); in ExportApkInfo()
|
D | Convert.cpp | 166 SerializeTableToPb(*table, &pb_table, context_->GetDiagnostics()); in SerializeTable()
|
D | Compile.cpp | 265 SerializeTableToPb(table, &pb_table, context->GetDiagnostics()); in CompileTable()
|
D | Link.cpp | 1236 SerializeTableToPb(*table, &pb_table, context_->GetDiagnostics(), in FlattenTable()
|
/frameworks/base/tools/aapt2/ |
D | LoadedApk.cpp | 280 SerializeTableToPb(*split_table, &pb_table, context->GetDiagnostics(), in WriteToArchive()
|