Lines Matching refs:GetAllRows

461     my @source_files = map {$_->GetValue("File")} @{$source_file_table->GetAllRows()};
462 my %target_file_map = map {$_->GetValue("File") => $_} @{$target_file_table->GetAllRows()};
503 my %source_file_map = map {$_->GetValue("File") => $_} @{$source_file_table->GetAllRows()};
504 my %target_files_map = map {$_->GetValue("File") => $_} @{$target_file_table->GetAllRows()};
524 …rce_component_map = map {$_->GetValue('Component') => $_} @{$source_component_table->GetAllRows()};
525 …get_component_map = map {$_->GetValue('Component') => $_} @{$target_component_table->GetAllRows()};
584 …y %source_feature_map = map {$_->GetValue("Feature") => $_} @{$source_feature_table->GetAllRows()};
585 …y %target_feature_map = map {$_->GetValue("Feature") => $_} @{$target_feature_table->GetAllRows()};
667 …rce_component_map = map {$_->GetValue("Component") => $_} @{$source_component_table->GetAllRows()};
668 …get_component_map = map {$_->GetValue("Component") => $_} @{$target_component_table->GetAllRows()};
723 my %map = map {$_->GetValue($index_column) => $_} @{$table->GetAllRows()};
773 foreach my $feature_component_row (@{$target_feature_component_table->GetAllRows()})
843 …rce_component_map = map {$_->GetValue("Component") => $_} @{$source_component_table->GetAllRows()};
844 …get_component_map = map {$_->GetValue("Component") => $_} @{$target_component_table->GetAllRows()};
902 my %source_file_map = map {$_->GetValue("File") => $_} @{$source_file_table->GetAllRows()};
903 my %target_file_map = map {$_->GetValue("File") => $_} @{$target_file_table->GetAllRows()};
960 foreach my $row (@{$target_file_table->GetAllRows()})
1000 my %sequence_numbers = map {$_->GetValue("Sequence") => $_} @{$target_file_table->GetAllRows()};
1061 …e_registry_map = map {$_->GetValue($registry_index) => $_} @{$source_registry_table->GetAllRows()};
1062 …t_registry_map = map {$_->GetValue($registry_index) => $_} @{$target_registry_table->GetAllRows()};
1109 …rce_component_map = map {$_->GetValue("Component") => $_} @{$source_component_table->GetAllRows()};
1110 …get_component_map = map {$_->GetValue("Component") => $_} @{$target_component_table->GetAllRows()};
1161 foreach my $row (@{$table->GetAllRows()})
1196 my %feature_map = map {$_->GetValue("Feature") => $_} @{$feature_table->GetAllRows()};
1197 my %component_map = map {$_->GetValue("Component") => $_} @{$component_table->GetAllRows()};
1198 my %directory_map = map {$_->GetValue("Directory") => $_} @{$directory_table->GetAllRows()};