Lines Matching refs:table
49 std::unique_ptr<ResourceTable> table; in TryDumpFile() local
69 table = DeserializeTableFromPb(pb_table, Source(file_path), context->GetDiagnostics()); in TryDumpFile()
70 if (!table) { in TryDumpFile()
75 if (!table) { in TryDumpFile()
85 table = util::make_unique<ResourceTable>(); in TryDumpFile()
86 BinaryResourceParser parser(context, table.get(), Source(file_path), data->data(), in TryDumpFile()
95 if (!table) { in TryDumpFile()
107 table = DeserializeTableFromPb(pb_table, Source(file_path), context->GetDiagnostics()); in TryDumpFile()
110 if (!table) { in TryDumpFile()
138 if (table) { in TryDumpFile()
141 Debug::PrintTable(table.get(), options); in TryDumpFile()