Home | History | Annotate | Download | only in cmd

Lines Matching refs:table

49   std::unique_ptr<ResourceTable> table;
69 table = DeserializeTableFromPb(pb_table, Source(file_path), context->GetDiagnostics());
70 if (!table) {
75 if (!table) {
85 table = util::make_unique<ResourceTable>();
86 BinaryResourceParser parser(context, table.get(), Source(file_path), data->data(),
95 if (!table) {
104 // Try as a compiled table.
107 table = DeserializeTableFromPb(pb_table, Source(file_path), context->GetDiagnostics());
110 if (!table) {
138 if (table) {
141 Debug::PrintTable(table.get(), options);