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.cpp76 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)); in TEST()
185 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)) << error; in TEST()
413 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)); in TEST()
642 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)); in TEST()
779 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)) << error; in TEST()
861 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)) << error; in TEST()
925 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)); in TEST()
951 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)); in TEST()
993 DeserializeTableFromPb(pb_table, &files, &new_table, &error); in TEST()
1044 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)); in TEST()
DProtoDeserialize.cpp550 bool DeserializeTableFromPb(const pb::ResourceTable& pb_table, io::IFileCollection* files, in DeserializeTableFromPb() function
/frameworks/base/tools/aapt2/cmd/
DDump.cpp181 if (!DeserializeTableFromPb(pb_table, nullptr /*files*/, &table, &error)) { in Action()
DLink.cpp1638 if (!DeserializeTableFromPb(pb_table, nullptr /*files*/, &table, &error)) { in MergeFile()
/frameworks/base/tools/aapt2/
DLoadedApk.cpp119 if (!DeserializeTableFromPb(pb_table, collection.get(), table.get(), &error)) { in LoadProtoApkFromFileCollection()