Lines Matching refs:table
61 std::unique_ptr<ResourceTable> table;
79 table = util::make_unique<ResourceTable>();
80 if (!DeserializeTableFromPb(pb_table, collection.get(), table.get(), &error)) {
113 return util::make_unique<LoadedApk>(source, std::move(collection), std::move(table),
119 std::unique_ptr<ResourceTable> table;
123 table = util::make_unique<ResourceTable>();
129 BinaryResourceParser parser(diag, table.get(), source, data->data(), data->size(),
156 return util::make_unique<LoadedApk>(source, std::move(collection), std::move(table),
170 // List the files being referenced in the resource table.
208 // The resource table needs to be re-serialized since it might have changed.
266 // If the resource table is not present, attempt to read the manifest.