Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.h57 bool DeserializeTableFromPb(const pb::ResourceTable& pb_table, io::IFileCollection* files,
DProtoSerialize_test.cpp112 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)) << error; in TEST()
337 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)); in TEST()
556 ASSERT_TRUE(DeserializeTableFromPb(pb_table, &files, &new_table, &error)); in TEST()
DProtoDeserialize.cpp533 bool DeserializeTableFromPb(const pb::ResourceTable& pb_table, io::IFileCollection* files, in DeserializeTableFromPb() function
/frameworks/base/tools/aapt2/cmd/
DDump.cpp175 if (!DeserializeTableFromPb(pb_table, nullptr /*files*/, &table, &error)) { in Action()
DLink.cpp1488 if (!DeserializeTableFromPb(pb_table, nullptr /*files*/, &table, &error)) { in MergeFile()
/frameworks/base/tools/aapt2/
DLoadedApk.cpp117 if (!DeserializeTableFromPb(pb_table, collection.get(), table.get(), &error)) { in LoadProtoApkFromFileCollection()