Home
last modified time | relevance | path

Searched refs:DeserializeTableFromPb (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.h56 bool DeserializeTableFromPb(const pb::ResourceTable& pb_table, io::IFileCollection* files,
DProtoSerialize_test.cpp107 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)); in TEST()
288 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)); in TEST()
DProtoDeserialize.cpp483 bool DeserializeTableFromPb(const pb::ResourceTable& pb_table, io::IFileCollection* files, in DeserializeTableFromPb() function
/frameworks/base/tools/aapt2/cmd/
DDump.cpp150 if (!DeserializeTableFromPb(pb_table, zip.get(), &table, &err)) { in TryDumpFile()
221 if (!DeserializeTableFromPb(pb_table, nullptr /*files*/, &table, &err)) { in TryDumpFile()
DLink.cpp1496 if (!DeserializeTableFromPb(pb_table, nullptr /*files*/, &table, &error)) { in MergeFile()
/frameworks/base/tools/aapt2/
DLoadedApk.cpp80 if (!DeserializeTableFromPb(pb_table, collection.get(), table.get(), &error)) { in LoadProtoApkFromFileCollection()